mbox series

[U-Boot,v2,0/1] Pass board revision and serial number to the

Message ID cover.1550664195.git.tossel@gmail.com
Headers show
Series Pass board revision and serial number to the | expand

Message

Anton Gerasimov Feb. 20, 2019, 12:09 p.m. UTC
Raspberry Pi proprietary bootloader adds this information to the device
tree to finally land in /proc/cpuinfo.

It is then used by some userspace tools. In particular `gpio` tool from
WiringPi suite would use the wrong register mapping when this
information is missing from /proc/cpuinfo.

Anton Gerasimov (1):
  board: raspberrypi: add serial and revision to the device tree

 board/raspberrypi/rpi/rpi.c | 35 +++++++++++++++++++++++++++++++++--
 1 file changed, 33 insertions(+), 2 deletions(-)