
This series provides a few improvements for loading of images. It also provides a way to show more detailed model information as well as an of-platdata fix noticed recently.
Note that this series depends on the GPIO series here:
http://patchwork.ozlabs.org/project/uboot/list/?series=226118
Changes in v4: - Rebase to x86/master (but will not build until GPIO series lands) - Update cover letter
Changes in v3: - Rebase to master - Rebase to master - Drop patches previously applied
Changes in v2: - Fix two missing asterisks in comments
Simon Glass (2): sysinfo: Allow showing model info from sysinfo x86: coral: Show memory config and SKU ID on startup
arch/x86/dts/chromebook_coral.dts | 11 ++ board/google/chromebook_coral/coral.c | 139 +++++++++++++++++- board/google/chromebook_coral/variant_gpio.h | 6 - common/board_info.c | 37 ++++- .../sysinfo/google,coral.txt | 37 +++++ include/sysinfo.h | 4 + 6 files changed, 212 insertions(+), 22 deletions(-) create mode 100644 doc/device-tree-bindings/sysinfo/google,coral.txt