Board_ID, U-BOOT related question

U-Boot is reading the device ID to figure out which board it’s booting on:

That is the current shipping build, it matches this git checkout and 2 patches:

Mainline u-boot will run fine on the board.

Here is BeagleBoard.org’s list of id’s: https://github.com/beagleboard/image-builder/blob/master/readme.md

The first part of the eeprom:

aa 55 33 ee 41 33 33 35  42 4e 4c 54

Means AM335X, DDR3, TPS65217C or OSD3358

The next 4 ASCI characters determine which model…

For example:

and

Regards,