
On Wed, Feb 24, 2016 at 12:30:51PM -0600, Steve Kipisz wrote:
Several TI EVMs have onboard EEPROM that contain board description information. The onboard EEPROM on Beaglebone, Beaglebone Black, AM335x EVM, AM43x EVM, AM57xx EVM, Beagleboard-x15 all share the same format.
This series of patches introduces code which is generic among these platforms. The boards can use the data for any operations they might choose.
V5 of the series now updates the v4 series to ensure that latest u-boot platform support including BBG is supported as well. This also setsup easier introduction of DRA7-evm variant of eeproms as well.
Testing: AM335x: BeagleBone-Green: http://pastebin.ubuntu.com/15183845/ BeagleBone-Black: http://pastebin.ubuntu.com/15183885/ AM335x-SK: http://pastebin.ubuntu.com/15188966/
AM437x: AM437x-GPEVM: http://pastebin.ubuntu.com/15188896/ AM437x-SK: http://pastebin.ubuntu.com/15188940/
Am57xx: AM57xx-gpevm: http://pastebin.ubuntu.com/15188997/
baseline: master 595af9db2422 Merge branch 'master' of git://www.denx.de/git/u-boot-imx
I like this, it all looks good. But it's too late to take in for this release given the number of different boards that get changed in the end. I'll pick this up after the v2016.03 release, thanks!