Re: [PATCH 40/40] RFC: rpi: Enable booting with ACPI tables

2021-12-01 Thread Simon Glass
Hi Andy, On Wed, 1 Dec 2021 at 09:25, Andy Shevchenko wrote: > > On Wed, Dec 1, 2021 at 6:15 PM Simon Glass wrote: > > > > This is only partially implemented and includes RFC patches. > > > > So far it boots into grub but is unable to read the OS from the USB stick, > > presumably because the

Re: [PATCH 40/40] RFC: rpi: Enable booting with ACPI tables

2021-12-01 Thread Andy Shevchenko
On Wed, Dec 1, 2021 at 6:15 PM Simon Glass wrote: > > This is only partially implemented and includes RFC patches. > > So far it boots into grub but is unable to read the OS from the USB stick, > presumably because the XHCI SSDT is missing. I would recommend enabling SPCR and then pass

[PATCH 40/40] RFC: rpi: Enable booting with ACPI tables

2021-12-01 Thread Simon Glass
This is only partially implemented and includes RFC patches. So far it boots into grub but is unable to read the OS from the USB stick, presumably because the XHCI SSDT is missing. Signed-off-by: Simon Glass --- arch/arm/include/asm/acpi_table.h | 15 + board/raspberrypi/rpi/Makefile|