From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Wed, 2 Nov 2016 10:36:17 +0100 Subject: [U-Boot] [PATCH v3 0/3] Raspberry Pi EFI enablement Message-ID: <1478079380-176304-1-git-send-email-agraf@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de With this patch set I can successfully boot a Raspberry Pi 3 into Linux, with efifb, efi based reset/power off and spin table secondary bringup working. Please apply. v2 -> v3: - Rebase - Adjust to new runtime macro names Alexander Graf (3): ARM: bcm283x: Implement EFI RTS reset_system bcm2835 video: Map frame buffer as 32bpp bcm2835: Reserve the spin table in efi memory map arch/arm/mach-bcm283x/include/mach/wdog.h | 2 +- arch/arm/mach-bcm283x/reset.c | 59 +++++++++++++++++++++++++++---- board/raspberrypi/rpi/rpi.c | 6 ++++ drivers/video/bcm2835.c | 6 ++-- include/configs/rpi.h | 2 +- 5 files changed, 64 insertions(+), 11 deletions(-) -- 1.8.5.6