- 24 Jan, 2010 1 commit
-
-
Jeffrey Lee authored
Update OMAP HAL to support different board configs, plus use new YearLOIsGood flag to ensure correct RTC handling, plus other misc tidying Detail: The OMAP HAL now has multiple entry points, one per board config. See Top.s/board.s for more info. audio.s - Moved APLL_CTL value to board config board.s - New file to list all the settings for the different board configs boot.s - Change HAL_Init to deal with the new board config stuff debug.s - Debug UART now specified in board config GPIO.s - A few utility functions for handling OMAP/TPS GPIO pins I2C.s - Update to use new board config struct RAM.s - Disable the beagleboard-specific RAM init code. Instead we'll just rely on u-boot to initialise all our RAM for us. RTC.s - Get rid of the magic numbers, and use the YearLOIsGood flag to indicate to RISC OS that YearLO is 2-digit BCD Top.s - Got rid of old debug code and rewrote initial flow to handle detecting & storing the board config UART.s - Update to use board config struct, support mu...
-
- 02 Jul, 2009 1 commit
-
-
Jeffrey Lee authored
Detail: hdr/StaticWS, s/Boot - Store logical address of OTG controller hdr/USB, s/USB - Expose OTG controller by HAL_USBControllerInfo API Admin: Tested on Rev C2 beagleboard Version 0.11. Tagged as 'OMAP3-0_11'
-
- 09 May, 2009 1 commit
-
-
Jeffrey Lee authored
Detail: Makefile - added USB to objects list s/Boot, s/USB, hdr/StaticWS, hdr/USB - USB EHCI code s/Debug, s/Stubs, s/Timers, s/Top, s/UART, s/Video - Debugging tweaks and header dependency fixes s/Interrupts, hdr/omap3530 - Interrupt fixes & debugging code hdr/PRCM - typo fix Admin: Tested on rev C2 beagleboard Version 0.08. Tagged as 'OMAP3-0_08'
-