
Hi Tom,
The following changes since commit 9f8cf76be256a83643ee05de6cffaeb452ed0931:
Convert CONFIG_SYS_I2C_DAVINCI to Kconfig (2018-08-17 15:43:38 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git
for you to fetch changes up to 7bdf39cfafd29fc1192dd1aa997b5937f92a3c74:
x86: efi: payload: Add default TSC frequency in the device tree (2018-08-20 13:52:49 +0800)
---------------------------------------------------------------- Andy Shevchenko (1): Makefile: Don't generate position independent code
Bin Meng (6): x86: coreboot: Add generic coreboot payload support x86: Remove support for Advantech SOM-6896 x86: dts: Remove coreboot_fb.dtsi x86: tsc: Try hardware calibration first x86: coreboot: Add default TSC frequency in the device tree x86: efi: payload: Add default TSC frequency in the device tree
Makefile | 4 ++++ arch/x86/cpu/coreboot/Kconfig | 20 ++++++++++---------- arch/x86/cpu/coreboot/coreboot.c | 9 ++++----- arch/x86/dts/Makefile | 2 +- arch/x86/dts/bayleybay.dts | 1 - arch/x86/dts/broadwell_som-6896.dts | 52 ---------------------------------------------------- arch/x86/dts/chromebook_link.dts | 1 - arch/x86/dts/chromebook_samus.dts | 1 - arch/x86/dts/chromebox_panther.dts | 1 - arch/x86/dts/coreboot.dts | 45 +++++++++++++++++++++++++++++++++++++++++++++ arch/x86/dts/coreboot_fb.dtsi | 5 ----- arch/x86/dts/efi-x86_payload.dts | 4 ++++ arch/x86/dts/minnowmax.dts | 1 - board/coreboot/coreboot/Kconfig | 28 ++++------------------------ board/coreboot/coreboot/Makefile | 2 +- board/coreboot/coreboot/coreboot.c | 17 +++++++++++++++++ board/coreboot/coreboot/{coreboot_start.S => start.S} | 0 configs/coreboot_defconfig | 18 ++++++------------ doc/README.x86 | 22 ---------------------- drivers/timer/tsc_timer.c | 27 ++++++++++++++++----------- include/configs/coreboot.h | 32 ++++++++++++++++++++++++++++++++ include/configs/som-6896.h | 26 -------------------------- 22 files changed, 144 insertions(+), 174 deletions(-) delete mode 100644 arch/x86/dts/broadwell_som-6896.dts create mode 100644 arch/x86/dts/coreboot.dts delete mode 100644 arch/x86/dts/coreboot_fb.dtsi create mode 100644 board/coreboot/coreboot/coreboot.c rename board/coreboot/coreboot/{coreboot_start.S => start.S} (100%) create mode 100644 include/configs/coreboot.h delete mode 100644 include/configs/som-6896.h
Regards, Bin