- 31 Mar, 2018 1 commit
-
-
ROOL authored
Detail: SDIO.s comment correction hdr/StaticWS removed unused USBAllocArea Admin: Submission from Willi Theiss. Version 0.57. Tagged as 'OMAP4-0_57'
-
- 30 Mar, 2018 1 commit
-
-
Robert Sprowson authored
Adopt the board type and revision enum privately in board.hdr (mass search & replace exercise). Don't re-export it via a stub GPIO device; it's private. Version 0.56. Tagged as 'OMAP4-0_56'
-
- 09 Dec, 2017 1 commit
-
-
ROOL authored
Detail: Added check for already running conversion in SR44x_GetDieTempES use continuous conversion mode in SR44x_GetDieTemp to reduce waiting phases. Admin: Submission from Willi Theiss. Version 0.55. Tagged as 'OMAP4-0_55'
-
- 09 Sep, 2017 1 commit
-
-
ROOL authored
Detail: Replace keyboard scan code with list of modules that the kernel needs to do the same. Reorder the HALEntries to match Kernel-5_89. Delete unused workspace. Don't link against HAL USB library. Admin: Submission for USB bounty. Version 0.54. Tagged as 'OMAP4-0_54'
-
- 30 Jul, 2017 1 commit
-
-
ROOL authored
Admin: As a side effect of changes in USBDriver-1_20, rename the library object. Version 0.53. Tagged as 'OMAP4-0_53'
-
- 09 May, 2016 1 commit
-
-
Jeffrey Lee authored
Detail: s/SDIO - Add a GET of Hdr:CPU.Arch, as it's now required for DivRem usage Admin: Untested Version 0.52. Tagged as 'OMAP4-0_52'
-
- 06 May, 2016 1 commit
-
-
Jeffrey Lee authored
Detail: s/Boot, s/Interrupts, s/Timers - Move timer IRQ clear code out of HAL_IRQClear and into HAL_TimerIRQClear. Streamlines HAL_IRQClear, and necessary to avoid undefined symbols when linking with latest HAL USB library Admin: Builds, untested Version 0.51. Tagged as 'OMAP4-0_51'
-
- 16 Jan, 2016 1 commit
-
-
ROOL authored
Detail: Return the board name for this entry. Rename CPU temperature sensor register per datasheet. Admin: Submission from Willi Theiss. Not tested. Version 0.50. Tagged as 'OMAP4-0_50'
-
- 02 Jan, 2016 1 commit
-
-
ROOL authored
Detail: Extra entry to get the die temperature, as reported by Portable_ReadSensor(0,0,0). Admin: Submission from Willi Theiss. Tested on OMAP4430 and OMAP4460. Version 0.49. Tagged as 'OMAP4-0_49'
-
- 19 Dec, 2015 1 commit
-
-
ROOL authored
Detail: There's no need to provide an empty implementation, just use NullEntry. Admin: Submission from Willi Theiss. Version 0.48. Tagged as 'OMAP4-0_48'
-
- 01 Sep, 2015 1 commit
-
-
ROOL authored
omap4430.hdr/Debug,s: Define a dummy symbol so when debug is enabled there aren't conflicting IMPORT and EXPORTs. PRCM.s: Fill in missing frequency. Boot.s: Update comment to match HAL function names. NVMemory.s: Add offset to account for FATLoadedCMOS not being at offset 0. Top.s: Remove unused Post header. Replace DCI with instruction now objasm supports it. Submission from Willi Theiss. Version 0.47. Tagged as 'OMAP4-0_47'
-
- 14 Aug, 2015 1 commit
-
-
Jeffrey Lee authored
Detail: s/SDMA - Add extra memory barriers to DMA code, ready for when the default NCB memory cache policy is changed from Device to Normal, non-cacheable (increased risk of out-of-order accesses) s/PL310 - Add DMB ST implementation that also deals with PL310 synchronisation Admin: Tested on PandaBoard Version 0.46. Tagged as 'OMAP4-0_46'
-
- 16 Apr, 2015 1 commit
-
-
Jeffrey Lee authored
Detail: s/RTC - Remove TWL6030 RTC startup code from RTC_Init, to ensure that RTC_Read is able to report that the time is invalid if the RTC isn't running. This avoids the RTC module getting confused and thinking the century needs incrementing (RTC will report a year of xx00, CMOS will hold 2015, RTC module assumes year can only go forward -> therefore must be 2100) Also perform a dummy read of RTC_STATUS_REG before reading actual value, as the manual warns that this is required. Admin: Tested on Pandaboard With CMOS available: - *Time defaults to year 1970 on power up (CMOS year ignored due to RTC read error) - After setting time and rebooting, time is retained and 4 digit year is reconstructed correctly Without CMOS available: - *Time defaults to year 1970 on power up (default CMOS year ignored due to RTC read error) - After setting time and rebooting, time is retained and 4 digit year is reconstructed correctly (RTC year xx15 deemed higher than CMOS default year 2000) Version 0.45. Tagged as 'OMAP4-0_45'
-
- 08 Apr, 2015 1 commit
-
-
Robert Sprowson authored
Anyone using the serial port for other peripheral uses might get confused if some HAL debug comes out on it. Move the IMPORTs into a header so we don't end up with lots of unresolved symbols with Debug {FALSE}. Built, but not tested. Version 0.44. Tagged as 'OMAP4-0_44'
-
- 06 Apr, 2015 1 commit
-
-
Robert Sprowson authored
Updated for Sound0HAL-1_80. Version 0.43. Tagged as 'OMAP4-0_43'
-
- 17 Jan, 2015 1 commit
-
-
Jeffrey Lee authored
Detail: s/PL310 - Implemented PL310 disable & reset entries, to allow the L2 cache to be turned off as well as on. Fix potential register corruption from Activate entry (OMAP ROM code may corrupt r0-r12, lr) Admin: Tested on Pandaboard Fixes crash on *Cache Off (in conjunction with Kernel-5_35-4_79_2_254) Version 0.42. Tagged as 'OMAP4-0_42'
-
- 11 Jan, 2015 1 commit
-
-
Jeffrey Lee authored
Detail: s/PL310 - Add basic HAL device for the PL310 cache controller. Reports the base address to the OS and handles basic cache initialisation. Makefile - Include PL310 code hdr/StaticWS - Allocate workspace for HAL device s/Boot - Remove L2 cache initialisation from HAL_Init. Register PL310 device during HAL_InitDevices. Admin: Tested on rev A6 Pandaboard Requires Kernel-5_35-4_79_2_252 Version 0.41. Tagged as 'OMAP4-0_41'
-
- 21 Dec, 2014 1 commit
-
-
Robert Sprowson authored
On the OMAP4 we're in a privileged but unsecure mode, so to do the initial PL310 enable we call an SMC sunction embedded in the OMAP's onboard mask ROM to do the deed. Also, correct the range of SDRAM hinted to the kernel - this looks like a copy and paste mistake from the Tungsten HAL. Version 0.40. Tagged as 'OMAP4-0_40'
-
- 07 Dec, 2014 1 commit
-
-
Robert Sprowson authored
According to Willi, although MMC1 is connected at L3, RISC OS only ever uses the L4_PER interface, so move it back to that bus. Retagged as OMAP4-0_39.
-
- 06 Dec, 2014 2 commits
-
-
Robert Sprowson authored
Note, the SDIO controller was previously misreported as being on L4, when in fact it's on L3. Version 0.39. Tagged as 'OMAP4-0_39'
-
Robert Sprowson authored
HAL_HardwareInfo - as word 0 specified that no IOMD or VIDC was present, don't waste time reporting anything in word 2. Not tagged.
-
- 30 Oct, 2014 1 commit
-
-
Ben Avison authored
Version 0.38. Tagged as 'OMAP4-0_38'
-
- 25 Oct, 2014 1 commit
-
-
Robert Sprowson authored
As the flag bit in HAL_USBControllerInfo isn't set, no need to provide them. Use symbols from Hdr:HALEntries when building the USB info. No need for AASMFLAGS in the makefile. Built, but not tested. Version 0.37. Tagged as 'OMAP4-0_37'
-
- 04 Sep, 2014 1 commit
-
-
Jeffrey Lee authored
Detail: hdr/PRCM: - added further definitions (not listed in older TRMs) s/Audio: - configure all GPIO pads used by audio system (for supporting latest U-Boot 2014-7) s/Boot: - added overflow check for address range s/RAM: - added overflow check for address range - address comparison with unsigned arithmetic s/RTC: - added initialisation code and pad configuration for TWL6030 RTC (for supporting latest U-Boot 2014-07) s/SDIO: - added pad configuration for LEDs used by SDIO (for supporting latest U-Boot 2014-07) s/USB: - removed unused code parts - use defines for controller types s/Video: - added pad configuration for DVI framer pin - enable DSS power and clock domain and DSS specific clocks - activate thermal sensor clock - wait for activated module in VideoDevice_Activate (for supporting latest U-Boot 2014-07) Admin: Submission from Willi Theiss Tested on Panda ES rev B3 (Willi), Panda rev A6 (myself) Version 0.36. Tagged as 'OMAP4-0_36'
-
- 20 Jul, 2014 1 commit
-
-
Jeffrey Lee authored
Detail: s/I2C - Revise HAL_VideoIICOp implementation to disallow EDID writes (&A0 IIC address). Attempt to write the EDID segment pointer when accessing EDID addresses >= 256. Admin: Builds but untested Same code as OMAP3-0_97 Version 0.35. Tagged as 'OMAP4-0_35'
-
- 22 Apr, 2014 1 commit
-
-
Robert Sprowson authored
hdr/Audio: split AudioChannels to allow new AudioDMASize field to differentiate OMAP4430 v 4460. Audio.s: handle FIFO underflow events of the audio stream, differentiate FIFO sizes for OMAP4430 v 4460. SDMA.s: add prefetch flag in DMA control for audio channel Submission from Willi Theiss. Version 0.34. Tagged as 'OMAP4-0_34'
-
- 14 Apr, 2014 1 commit
-
-
Robert Sprowson authored
Version 0.33. Tagged as 'OMAP4-0_33'
-
- 23 Mar, 2014 1 commit
-
-
Robert Sprowson authored
For a spurious interrupt the return value was not set to -1. Also, the return value in the non spurious case was only correct because the CPU id is 0. Inspected, but not tested. Version 0.32. Tagged as 'OMAP4-0_32'
-
- 22 Mar, 2014 2 commits
-
-
Robert Sprowson authored
Avoids stalling of the interrupt system in some circumstances, in particular when shutting down the computer. Submission from Willi Theiss. Built, but not tested here. Version 0.31. Tagged as 'OMAP4-0_31'
-
Robert Sprowson authored
FIQ's aren't currently supported, but this is now controlled by the 'FIQ_Supported' switch. Version 0.30. Tagged as 'OMAP4-0_30'
-
- 09 Mar, 2014 1 commit
-
-
Robert Sprowson authored
hdr.SDRC: Extra bit fields added to definitions s.RAM: scan through all LISA_MAP register rework of clear loop (only one instance used) s.Boot: scan through all LISA_MAP register This should remove the dependence of the OMAP4 HAL to be run with a specific version of the accompanying loader. Submission from Willi Theiss. Built, but not tested here, Version 0.29. Tagged as 'OMAP4-0_29'
-
- 08 Mar, 2014 1 commit
-
-
Robert Sprowson authored
Objasm 4 supports ARMv7 opcodes, and this HAL is only every for ARMv7. Built, but not tested. Submission from Willi Theiss. Version 0.28. Tagged as 'OMAP4-0_28'
-
- 15 Dec, 2013 1 commit
-
-
Jeffrey Lee authored
Detail: hdr/Video - Remove unused local VIDC list type 3 definition s/Boot, s/Video - Removed obsolete HAL video API implementation. A stub implementation is no longer required for systems that have a GraphicsV driver in a module, and can even cause problems if the OS decides to use the HAL implementation instead of the module one. Admin: Builds, but untested. Essentially the same changes as for the OMAP3 HAL. Requires Kernel-5_35-4_79_2_203 Version 0.27. Tagged as 'OMAP4-0_27'
-
- 16 Nov, 2013 3 commits
-
-
Robert Sprowson authored
Retagged as OMAP4-0_26.
-
Robert Sprowson authored
For stereo reversal. Comment corrections and extensions. Added range check to gain controls. Submission from Willi Theiss, built but not tested here. Version 0.26. Tagged as 'OMAP4-0_26'
-
Robert Sprowson authored
Submission from Willi Theiss.
-
- 12 Nov, 2013 1 commit
-
-
Robert Sprowson authored
Boot.s: reorder the SmartReflex turn off to allow for power control module PowerCtrl.s: new RTC: scan for a DS1338 real time clock too (and prefer that if found) Built, but not tested here. Version 0.25. Tagged as 'OMAP4-0_25'
-
- 09 Nov, 2013 1 commit
-
-
Robert Sprowson authored
Mirrors change in OMAP3-0_91. Version 0.24. Tagged as 'OMAP4-0_24'
-
- 01 Nov, 2013 1 commit
-
-
Robert Sprowson authored
Copy changes from OMAP3-0_90 to OMAP4. Built, but not tested. Version 0.23. Tagged as 'OMAP4-0_23'
-
- 30 Oct, 2013 1 commit
-
-
Ben Avison authored
Detail: omap4_reg.h taken from FreeBSD projects/armv6/sys/arm/ti/omap4, trimmed to only include interrupt definitions, then updated so that symbol names and comments match Table 17.2 of the OMAP4460 TRM (SWPU235F) more closely - now the symbol names only differ in the prefix, and the absence of "IRQ" mid-string. This was then translated very literally into objasm syntax to create hdr.omap4_reg, and used in place of hdr.irqs44xx. Admin: Builds OK Version 0.22. Tagged as 'OMAP4-0_22'
-