2010-11-21 Lukasz Forynski excluded spi from default rom. Specify -D USE_SPI to include it Beagle_BSP_dev
2010-11-21 Lukasz Forynski catch-up from default Beagle_BSP_dev
2010-11-21 Lukasz Forynski Enclosed printf in __KTRACE_OPT in serial keyboard driver
2010-11-21 Lukasz Forynski merged generic_fixed_and_updates back to default
2010-11-20 Lukasz Forynski catch-up from default generic_fixes_and_updates
2010-11-19 Lukasz Forynski SPI update: fixed pin and zero-lengh transfer bugs, added asynchronous trasaction example (test) Beagle_BSP_dev
2010-11-06 Lukasz Forynski Catch-up from generic_fixed_and_updates Beagle_BSP_dev
2010-11-17 Mike Kinghan 1) Merge default tip to very old GCC_SURGE branch, including:- GCC_SURGE
2010-11-17 Mike Kinghan Fix for Bug 3955 - #includes must not use absolute pathnames
2010-11-16 Mike Kinghan Fix for Bug 3952 - Various #includes in the Beagleboard code use non-portable '\' path delimiters
2010-11-16 Mike Kinghan Fix for Bug 3944 - Relative paths are systematically too long in Beagleboard bld.inf and .mmp files
2010-11-13 Lukasz Forynski Merged scm/padconf helper function implementation and register definitions
2010-11-12 William Roberts Enable VFP3 support, using instructions in kernelhwsrv\kernelhwsrv_info\doc_pub\base_how_to_vfp_support.doc
2010-11-11 William Roberts Fix PDK 3.0.4 problem with Beagleboard miniGUI (same fix as for NaviEngine).
2010-11-08 Lukasz Forynski merging additional head created when trying to update commit message (by reverting) generic_fixes_and_updates
2010-11-08 Lukasz Forynski Fix Bug 3923: updated 'terrible hack' in persistent storage that was crashing the board generic_fixes_and_updates
2010-11-07 Lukasz Forynski updated 'terrible hack' in persistent storage that was crashing the board generic_fixes_and_updates
2010-11-05 Dario Sestito Added tag PDK_3.0.4 for changeset e34b5496f1f6 TAGS
2010-11-04 Lukasz Forynski Fix for Bug 3913 - beagleboard crashes on cold boot-up generic_fixes_and_updates
2010-11-03 Lukasz Forynski follow up for 97:(fa3af5241fa7) - removed 'hard-coded' paths that were pointing at /adaptation. Now component should be movable (i.e. can sync it to any path) generic_fixes_and_updates
2010-11-03 Lukasz Forynski fixed path again (following 93 (7e2d85937fc5)) generic_fixes_and_updates
2010-11-03 Lukasz Forynski catch-up from default generic_fixes_and_updates
2010-11-02 Lukasz Forynski updated byd touch controller handling. needs debugging and update. Beagle_BSP_dev
2010-11-01 William Roberts Repair tps65950.iby, so it works for both rom.pl and rombuild.pl (sigh!) PDK_3.0.4
2010-10-27 Pat Downey Correct include path (replace adaptation with adapt).
2010-10-20 bdonegan Changes to Beagle kernel IBY to add persistent storage
2010-10-18 Simon Howkins Added tag PDK_4.0.a for changeset cf5d4fe2473f TAGS
2010-10-18 Simon Howkins Added tag PDK_3.0.3 for changeset 86e1b70f1f94 TAGS
2010-10-14 Fionntina Carville Remove explicit reference in iby to udeb version of tps65950.dll.
2010-10-12 Tom Sutcliffe Bug 3818 - Beagle baseport doesn't define a machineuid
2010-10-12 andy simpson work-a-round for Bug 3645 change ARGB->XRGB pixel format PDK_4.0.a
2010-10-08 arunabha Merge SPI and Touch driver template to BYD_LCD branch for integration. BYD_LCD_Integration
2010-10-06 Lukasz Forynski updated SPI. Added template touch (byd_touch) -WORKING version,does not work-needs update as I missunderstood how the touchcontroller(chip) works. Submitting in order to share whatever there was-prior to going for holiday Beagle_BSP_dev
2010-09-28 Lukasz Forynski Update SPI master pin handling: added dynamic pin configuration for McSPI3 (needed if want to use multiple device on this interface. Now following number of Slave devices is available: McSPI1: 4, McSPI2: 2, McSPI3: 6 (2 per each pin configuration), McSPI4: 1. Only McSPI3 and McSPI4 are available now -there are issues with McSPI1 & 2 due to register access (something wrong with mapping? There is Fault Category: Exception Fault Reason: 10000000 Beagle_BSP_dev
2010-09-22 Lukasz Forynski updated temporary changed test code Beagle_BSP_dev
2010-09-22 Lukasz Forynski updated cs pin handling Beagle_BSP_dev
2010-09-21 arunabha Merge - Catch up with the default TIP BYD_LCD_Integration
2010-09-21 arunabha Trivial change to reassert the correct tip of the default branch PDK_3.0.3
2010-09-21 arunabha Branch for BYD LCD integration BYD_LCD_Integration
2010-09-21 will.long change display device from monitor to a LCD, SPI driver not ready yet, use GPIO to realize the LCD's initialization for this version
2010-09-21 Lukasz Forynski Added IIC SPI implementation / tests (Master channel only) Beagle_BSP_dev
2010-09-20 Lukasz Forynski created branch Beagle_BSP_dev
2010-09-20 arunabha Adding BASEPORT_DRV definition to beagle.oby(changeset 002c11474c92) made 'base_beagle.iby' beineg included twice; hence adding conditional include directives.
2010-09-20 arunabha Merge - catch-up with generic_fixes_and_updates
2010-09-20 Johan Groth Added tag PDK_3.0.2 for changeset 6aa1ef78f9d8 TAGS
2010-09-16 Lukasz Forynski fixed rombuild problems caused by identation changes in 70:ed23a53a5ee2 - probably rom requires #ifdefs at the beggining of line - otherwise it puts them to rom.oby file generic_fixes_and_updates
2010-09-16 Lukasz Forynski Catchup to default generic_fixes_and_updates
2010-09-16 arunabha Fixing issues in base_beagle.iby which had references to DEBUG_DIR
2010-09-13 Lukasz Forynski fixed another issue with uart / and crash-debugger generic_fixes_and_updates
2010-09-11 Lukasz Forynski Catch-up from default generic_fixes_and_updates
2010-09-11 Lukasz Forynski unrolled last change - vt100 is included with TSHELL_SERIAL and should really be build from kernelhwsrv/.../ewsrv PDK_3.0.2
2010-09-10 Lukasz Forynski merged with latest default
2010-09-10 Lukasz Forynski enabled the edisp_vt100 build: define USE_VT100_DISPLAY when building the ROM, (e.g. '-D USE_VT100_DISPLAY') to include it
2010-09-09 Tom Pritchard tomp Correcting 'merge' issue identified at changeset 61 - 4132b3bda717.
2010-09-07 Lukasz Forynski Bug 3674 fix
2010-09-05 Lukasz Forynski updated to fix build error caused by kernelhwsrv revision 260
(0) -100 -56 tip