Hi Tom, This PR contains the following x86 changes for v2020.10:
- Several ACPI bug fixes - Intel edison: Move config SYS_MALLOC_LEN to Kconfig - Use "emmc" in ApolloLake FSP devicetree bindings Azure results: PASS https://dev.azure.com/bmeng/GitHub/_build/results?buildId=292&view=results The following changes since commit 400f84c5baaec9b8a9f30e4ea77785e6f9e00c4b: Merge tag 'efi-2020-10-rc5-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2020-09-19 08:35:20 -0400) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-x86 for you to fetch changes up to 40edea3a07ebb89e86c9bde8c94000c8f6613be7: x86: acpi: Add memset to initialize SPCR table (2020-09-21 16:41:36 +0800) ---------------------------------------------------------------- Andy Shevchenko (2): x86: edison: Move config SYS_MALLOC_LEN to Kconfig cmd: acpi: Print revisions in hex format Wolfgang Wallner (3): x86: fsp: Replace e-mmc with emmc in devicetree bindings x86: acpi: Fix calculation of DSDT length x86: acpi: Add memset to initialize SPCR table arch/x86/cpu/apollolake/fsp_bindings.c | 6 +++--- arch/x86/lib/acpi_table.c | 6 +++++- board/intel/edison/Kconfig | 3 +++ cmd/acpi.c | 2 +- doc/device-tree-bindings/fsp/fsp2/apollolake/fsp-m.txt | 2 +- doc/device-tree-bindings/fsp/fsp2/apollolake/fsp-s.txt | 2 +- include/configs/edison.h | 4 ---- test/dm/acpi.c | 10 +++++----- 8 files changed, 19 insertions(+), 16 deletions(-) Regards, Bin