
Hi Tom,
This PR includes the following x86 changes for v2021.01 release:
- Update cmdline parameter to be an env var in zimage boot - Various minor fixes for Intel Edison board
Azure pipelines results: PASS https://dev.azure.com/bmeng/GitHub/_build/results?buildId=301&view=resul...
The following changes since commit 56f02f0ae85da8bb2dca66c7816dbb1429f92072:
Merge tag 'u-boot-amlogic-20201215' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic (2020-12-15 09:08:14 -0500)
are available in the git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-x86
for you to fetch changes up to f89e8acbc81ee6d9e57f0156c3ee6de44528c8b7:
x86: edison: Switch to DM_USB_GADGET (2020-12-16 13:51:24 +0800)
---------------------------------------------------------------- Andy Shevchenko (6): x86: tangier: Find proper memory region for relocation x86: edison: Drop unneeded DM_PCI_COMPAT x86: edison: Add CPU to compatible string x86: edison: BINMAN selection is specific to the board x86: edison: Use dwc3-generic driver for Intel Edison x86: edison: Switch to DM_USB_GADGET
Simon Glass (2): x86: zimage: Update cmdline parameter to be an env var x86: coral: Update the boot script
arch/x86/cpu/tangier/Kconfig | 8 +++----- arch/x86/cpu/tangier/sdram.c | 43 +++++++++++++++++++++++++++++++++++++++++++ arch/x86/dts/edison.dts | 14 +++++++++++++- arch/x86/lib/zimage.c | 15 ++++++++------- board/intel/edison/Kconfig | 1 + board/intel/edison/edison.c | 35 ----------------------------------- configs/edison_defconfig | 2 +- drivers/usb/dwc3/dwc3-generic.c | 1 + include/configs/chromebook_coral.h | 11 +++++++---- 9 files changed, 77 insertions(+), 53 deletions(-)
Regards, Bin