- 21 Sep, 2013 1 commit
-
-
Robert Sprowson authored
Not tagged.
-
- 02 Sep, 2013 1 commit
-
-
Robert Sprowson authored
Submission from Willi Theiss. Built, but not tested here. Version 0.20. Tagged as 'OMAP4-0_20'
-
- 01 Sep, 2013 2 commits
-
-
Robert Sprowson authored
Code and hashes lined up nicely. Not tagged.
-
Robert Sprowson authored
Add support for all 4 I2C interfaces hdr.board support all 4 I2C interfaces added BoardFlags variable remove unused BoardConfig_APLL_CTL variable hdr.StaticWS support all 4 I2C interfaces on OMAP4 board.s removed unused parameter apll_ctl added support for all 4 I2C and UART interfaces added BoardFlags variable Boot.s support all 4 I2C interfaces some code tweaks (tidy up) removed unused Touchbook code I2C.s support all 4 I2C interfaces some code cleanup and comment correction Submission from Willi Theiss. Version 0.19. Tagged as 'OMAP4-0_19'
-
- 17 Aug, 2013 1 commit
-
-
Robert Sprowson authored
Reflects changes in OMAP3-0_88. Version 0.18. Tagged as 'OMAP4-0_18'
-
- 15 Aug, 2013 1 commit
-
-
Robert Sprowson authored
Merged from OMAP3-0_87, builds but not tested. Expanded tabs in hdr/StaticWS. Version 0.17. Tagged as 'OMAP4-0_17'
-
- 13 Apr, 2013 1 commit
-
-
Robert Sprowson authored
Changes from Willi Theiss. Built, but not tested here. Version 0.16. Tagged as 'OMAP4-0_16'
-
- 10 Apr, 2013 1 commit
-
-
Robert Sprowson authored
Tidy ups to OMAP4 hdr.GPIO removed TWL/TPS pins (not available on OMAP4/TWL6030) s.GPIO removed TWL/TPS related GPIO pins (not available on OMAP4/TWL6030) s.SDIO some code cleanup (remove OMAP3 specific stuff) s.Boot some code tweaks (tidy up) Changes from Willi Theiss. Built, but not tested here. Version 0.15. Tagged as 'OMAP4-0_15'
-
- 07 Apr, 2013 1 commit
-
-
Robert Sprowson authored
hdr/GPIO: aligned columns hdr/USB: added more USB related register definitions (OTG and USBPHY) hdr/Video: global variable for preventing multiple inclusion renamed to its original hdr/irqs44xx: interrupt numbers and naming according to latest OMAP44xx TRMs hdr/omap4430: address correction for L4_USBPHY s/Audio: changed recovering from error conditions disabled kludge for supporting non native samplerates (44.1 + 48k) s/PRCM: removed unused function PRCM_GetFreqSel and related table s/SDIO aligned columns s/USB name change for OTG interrupt source Part of a number of changes from Willi Theiss. Build, but not tested. Version 0.14. Tagged as 'OMAP4-0_14'
-
- 22 Jan, 2013 1 commit
-
-
Jeffrey Lee authored
Detail: s/Boot, s/Interrupts - Added HAL_IRQMax implementation, to ensure correct functionality with latest Kernel Admin: Builds OK but untested at runtime Requires Kernel-5_35-4_79_2_182 Version 0.13. Tagged as 'OMAP4-0_13'
-
- 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ß
-