From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Thu, 30 Nov 2017 14:03:53 +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, The following changes since commit b06c46de632c55f4c39d404c6f0f65e414b31050: Merge tag 'xilinx-for-v2018.01' of git://www.denx.de/git/u-boot-microblaze (2017-11-29 08:26:07 -0500) are available in the git repository at: git://git.denx.de/u-boot-x86.git for you to fetch changes up to aa7839b39c2ee77f9ab8c393c56b8d812507dbb7: x86: lib: Implement standalone __udivdi3 etc instead of libgcc ones (2017-11-30 13:50:17 +0800) ---------------------------------------------------------------- Anatolij Gustschin (2): x86: conga-qeval20-qa3-e3845: Adjust VGA rom address Revert "x86: bootm: Fix FIT image booting on x86" Anton Gerasimov (1): x86: qemu: Move Cache-As-RAM memory from area mapped to ROM Heinrich Schuchardt (2): x86: don't compare pointers to 0 distro bootcmd: define bootloader name for x86 Stefan Roese (1): x86: lib: Implement standalone __udivdi3 etc instead of libgcc ones arch/x86/config.mk | 3 --- arch/x86/cpu/cpu.c | 4 ++-- arch/x86/cpu/qemu/Kconfig | 2 +- arch/x86/lib/Makefile | 8 +------- arch/x86/lib/bootm.c | 2 +- arch/x86/lib/div64.c | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/x86/lib/gcc.c | 29 --------------------------- configs/conga-qeval20-qa3-e3845-internal-uart_defconfig | 1 + include/config_distro_bootcmd.h | 4 ++++ 9 files changed, 123 insertions(+), 43 deletions(-) create mode 100644 arch/x86/lib/div64.c delete mode 100644 arch/x86/lib/gcc.c Regards, Bin