-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RFC: rpi: Enable booting with ACPI tables
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 <sjg@chromium.org>
- Loading branch information
1 parent
81efa5f
commit 8e5de81
Showing
4 changed files
with
180 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ | |
|
||
obj-y := rpi.o | ||
obj-y += lowlevel_init.o | ||
|
||
obj-$(CONFIG_GENERATE_ACPI_TABLE) += dsdt_generated.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters