commit | ef283c3ae612a1f1cd530a34cdcf074d447b2da9 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat Jul 03 20:41:50 2021 +0200 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Tue Jul 20 23:33:54 2021 +0200 |
tree | fce82ba8326e1f849f00dc1c42c0fae9c12a4c6c | |
parent | dceca41ed1a71d238f6e5a94a63dd04690bc7216 [diff] |
ARM: rmobile: Enable sysinfo on R-Car Gen3 Enable support for sysinfo on supported R-Car Gen3 boards. The sysinfo is used e.g. to access and decode board-specific information and then in turn used by board-info to print those information. On R-Car Gen3 the sysinfo rcar3 driver is used to parse the board ID EEPROM, obtain board type and revision from it, and let board-info print this information on boot. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>