[U-Boot] [PATCH v2 0/9] This patchset updates boards based on the TAM3517 SOM.
Stefano Babic
sbabic at denx.de
Tue Aug 28 14:21:44 CEST 2012
The MAC address provided by the manufacturer can be
read from the EEPROM. Add also Video support to the
mt_ventoux (TAM3517) board.
Changes in v2:
- Set dispc_config before checking for framebuffer
- Use a common macro to set up the horizontal and vertical timing (Heiko Schocker)
to not break beagleboard (Jeroen Hofstee)
Stefano Babic (9):
OMAP3: tam3517: add function to read MAC from EEPROM
OMAP3: twister : get MAC address from EEPROM
OMAP3: mt_ventoux: Correct board pinmux
OMAP3: mt_ventoux: activate GPIO4
OMAP3: mt_ventoux: read MAC address from EEPROM
OMAP3: mt_ventoux: disable the buzzer at start-up
video: drop duplicate set of DISPC_CONFIG register
OMAP3: video: add macros to set display parameters
OMAP3: mt_ventoux: added video support
arch/arm/include/asm/arch-omap3/dss.h | 5 +-
board/technexion/twister/twister.c | 10 +++
board/teejet/mt_ventoux/mt_ventoux.c | 113 +++++++++++++++++++++++++++++++++
board/teejet/mt_ventoux/mt_ventoux.h | 80 ++++++++++-------------
drivers/video/omap3_dss.c | 3 +-
include/configs/mt_ventoux.h | 17 +++++
include/configs/tam3517-common.h | 66 +++++++++++++++++++
7 files changed, 245 insertions(+), 49 deletions(-)
--
1.7.9.5
More information about the U-Boot
mailing list