From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 19 May 2019 16:19:06 +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 updates to U-Boot x86 support: - Allow coreboot to process unhandled tags - Enable NVMe on QEMU x86_64 target The following changes since commit 98b3156b0df4b0df9cb3a0bbfc240d0c4edd2638: Merge branch 'master' of git://git.denx.de/u-boot-samsung (2019-05-16 07:09:59 -0400) are available in the git repository at: git://git.denx.de/u-boot-x86.git for you to fetch changes up to 604ce762e3ef2e8e1ce387df4a40bdc52119421d: x86: qemu-x86_64: Enable NVMe (2019-05-19 16:17:33 +0800) ---------------------------------------------------------------- Bin Meng (2): nvme: Fix warning of cast from pointer to integer of different size x86: qemu-x86_64: Enable NVMe Christian Gmeiner (1): x86: coreboot: make it possible to process unhandled tags arch/x86/cpu/coreboot/tables.c | 7 +++++++ configs/qemu-x86_64_defconfig | 1 + drivers/nvme/nvme.c | 4 ++-- drivers/nvme/nvme_show.c | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) Regards, Bin