- 09 Jul, 2012 1 commit
-
-
Robert Sprowson authored
Also spotted that USAT can be conditional in the I2C code. Version 0.12. Tagged as 'OMAP4-0_12'
-
- 04 Jul, 2012 1 commit
-
-
Robert Sprowson authored
No longer specified to return _kernel_oserror * implements GraphicsV 14. Make use of IICStatus defines instead of local copies. Rename HAL_Video_ to HAL_Video. Compiles, but not tested. Version 0.11. Tagged as 'OMAP4-0_11'
-
- 03 Jul, 2012 1 commit
-
-
Ben Avison authored
Detail: SDHCI HAL device created. Also, Entry HAL_UARTDefault added (supports OS_SerialOp) and HALDoesVideo switch, previously disabled, is now removed. Admin: Requires SDIODriver 0.04. Changes received from Willi Theiss. Version 0.10. Tagged as 'OMAP4-0_10'
-
- 11 Jun, 2012 1 commit
-
-
Jeffrey Lee authored
Detail: s/UART: - HAL_UARTModemControl now uses the correct AND mask; previous code would have always had bit 0 of the mask set. - Fixed code in HAL_UARTModemControl that was testing for calls that don't update the register Admin: Builds, but untested Identical fix was tested in OMAP3 HAL Version 0.09. Tagged as 'OMAP4-0_09'
-
- 06 Jun, 2012 1 commit
-
-
Jeffrey Lee authored
Detail: s/USB - For valid controllers, HAL_USBControllerInfo now always returns the correct USB struct size and fills in the controller type. The rest of the buffer is filled in only if the supplied size is large enough. This allows for proper probing of controllers without knowing the required buffer sizes beforehand. Admin: Builds, but untested at runtime (Code identical to OMAP3 HAL anyway) Version 0.08. Tagged as 'OMAP4-0_08'
-
- 29 Apr, 2012 1 commit
-
-
Robert Sprowson authored
Submission from Willi Theiss. Retagged as OMAP4-0_07.
-
- 25 Mar, 2012 2 commits
-
-
Robert Sprowson authored
Helps to make tracking changes between OMAP3 and OMAP4 less eye watering, but otherwise functionally the same as 0.06. Version 0.07. Tagged as 'OMAP4-0_07'
-
Robert Sprowson authored
OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.hdr.Audio changes for better sound support OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.hdr.omap4430 added DebugTiming macros OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.hdr.StaticWS added variable NVMemoryFound removed variables for NVRAM over SD card support OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.s.Audio changes for better sound support OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.s.board adjusted max pixel-clock rate OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.s.Boot added debug timing OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.s.KdbScan added debug timing OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.s.NVMemory EEPROM support over JTAG port (EMU0/EMU1) OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.s.RAM OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.s.Top use DMA for copying ROM at top of RAM added debug timing support for compressed images (as in OMAP3) OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.s.Video added debug timing OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.c.CLib reverted to version without SD card NVRAM support Changes from Willi Theiss. Assembles without errors, but not tested here. Version 0.06. Tagged as 'OMAP4-0_06'
-
- 11 Feb, 2012 1 commit
-
-
Robert Sprowson authored
OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.hdr.Audio added further definitions for TWL6040 audio chip changes for working sound support OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.hdr.SDMA added further register descriptions according OMAP4 TRM changes for working sound support OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.hdr.UART added further register descriptions according OMAP4 TRM OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.hdr.omap4430 added definitions for OMAP4460 (Panda ES) OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.s.board adjusted max pixel-clock rate order of UART entries changed OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.s.Boot don't reset debug UART OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.s.Top modifications according to OMAP3 version OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.s.debug OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.s.UART changes according to hdr.UART changes; HAL_UARTModemControl OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.s.RAM use definitions from hdr.SDMA OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.s.SDMA use definitions from hdr.SDMA changes for working sound support OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.s.Video added code to VideoDevice_Activate (enable DSS power) OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.hdr.omap4430 OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.hdr.SDMA OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.s.Audio OMAP4Dev.castle.RiscOS.Sources.HAL.OMAP4.s.SDMA changes for working sound support Submissions from Willi Theiss. Compiles, but not tested here. Version 0.05. Tagged as 'OMAP4-0_05'
-
- 06 Dec, 2011 1 commit
-
-
Jeffrey Lee authored
Detail: s/UART - Fixed HAL_UARTModemControl to use UART_MCR_DTR and UART_MCR_RTS constants instead of DTR and RTS Admin: OMAP4 HAL now compiles again Version 0.04. Tagged as 'OMAP4-0_04'
-
- 04 Dec, 2011 1 commit
-
-
Jeffrey Lee authored
Detail: s/UART - Fixed HAL_UARTModemControl to pay attention to the 'mask' parameter Admin: Fix was tested on OMAP3 & Iyonix Version 0.03. Tagged as 'OMAP4-0_03'
-
- 19 Oct, 2011 1 commit
-
-
Ben Avison authored
Detail: s.board: adjusted max pixel-clock rate s.Top: changed to match rev 1.15 of HAL.OMAP3.s.Top Admin: Updates from Willi Theiss Version 0.02. Tagged as 'OMAP4-0_02'
-
- 12 Sep, 2011 2 commits
-
-
Ben Avison authored
-
Ben Avison authored
Detail: Target platform is the Pandaboard, based on the TI OMAP4 SoC. Port is not yet complete, in particular, audio is not yet working. Admin: Submission from Willi Theiß
-