
Hi Tom,
This includes the following changes to U-Boot x86 for v2019.07: - boot failure fix for Intel edison - tangier wdt conversion to driver model
The following changes since commit 226a35ef0ef310d8fffa3e6283ee3aab9dab26aa:
Merge branch '2019-06-20-master-imports' (2019-06-20 21:52:31 -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 c974a3d1550557f246c98480083651c0a502e7e7:
watchdog: tangier: Convert to use WDT class (2019-06-22 22:27:13 +0800)
---------------------------------------------------------------- Andy Shevchenko (3): x86: Revert "Don't set up MTRRs in SPL" watchdog: tangier: Replace unused constant with a comment watchdog: tangier: Convert to use WDT class
arch/x86/cpu/tangier/Kconfig | 1 - arch/x86/dts/edison.dts | 4 ++++ arch/x86/lib/init_helpers.c | 5 +---- configs/edison_defconfig | 2 ++ drivers/watchdog/Kconfig | 17 ++++++++--------- drivers/watchdog/Makefile | 2 +- drivers/watchdog/tangier_wdt.c | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------- 7 files changed, 66 insertions(+), 43 deletions(-)
Regards, Bin