]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: OMAP4/5: Add generic board detection hook
authorKipisz, Steven <s-kipisz2@ti.com>
Wed, 24 Feb 2016 18:30:57 +0000 (12:30 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 14 Mar 2016 23:18:34 +0000 (19:18 -0400)
commitd88d6c8ccfe729c2bea3cb849076ba4a39e1e056
tree6cbc9713f4e4a262701b67074b852b594f8d049e
parent5f8bb93b23199b7592c183123d971ef761999e63
ARM: OMAP4/5: Add generic board detection hook

Many TI EVMs have capability to store relevant board information
such as DDR description in EEPROM. Further many pad configuration
variations can occur as part of revision changes in the platform.
In-order to support these at runtime, we for a board detection hook
which is available for override from board files that may desire to do
so.

NOTE: All TI EVMs are capable of detecting board information based on
early clocks that are configured. However, in case of additional needs
this can be achieved within the override logic from within the board
file.

Signed-off-by: Steve Kipisz <s-kipisz2@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/cpu/armv7/omap-common/hwinit-common.c
arch/arm/include/asm/arch-omap4/sys_proto.h
arch/arm/include/asm/arch-omap5/sys_proto.h