From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Fri, 11 Oct 2019 22:49:59 +0800 Subject: [U-Boot] Please pull u-boot-x86 Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, This PR includes the following changes: - Remember the device being emulated for Sandbox PCI - Update Kconfig options for FSP 1.0 - Drop RESET_BASE and RESET_SEG_SIZE that are no longer used The following changes since commit 548aefa5b9e5c31681e0a8bd78e96b66eedd1137: travis: Move keystone 3 (k3) boards into the k2 job (2019-10-09 11:44:59 -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 c443f56cc699f25feb4618791730d11a0eb6280a: binman: Use qemu-x86_defconfig in the example (2019-10-11 17:37:44 +0800) ---------------------------------------------------------------- Bin Meng (1): binman: Use qemu-x86_defconfig in the example Simon Glass (8): x86: Panic when SPL or TPL fail sandbox: pci: Remember the device being emulated trace: Remove the const from write functions x86: Add a function to find the size of an mrccache record x86: Update Kconfig options for FSP1 x86: Drop RESET_BASE x86: Drop RESET_SEG_SIZE x86: Reduce resetvec size arch/x86/Kconfig | 19 +++++++------------ arch/x86/cpu/config.mk | 2 -- arch/x86/cpu/resetvec.S | 3 --- arch/x86/lib/mrccache.c | 15 ++++++++------- arch/x86/lib/spl.c | 2 +- arch/x86/lib/tpl.c | 2 +- common/iotrace.c | 6 +++--- drivers/pci/pci-emul-uclass.c | 30 ++++++++++++++++++++++++------ include/iotrace.h | 13 ++++++------- include/pci.h | 20 ++++++++++++++++++++ tools/binman/README | 4 ++-- 11 files changed, 72 insertions(+), 44 deletions(-) Regards, Bin