-
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.
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
- Loading branch information
1 parent
05b2adc
commit 45870d6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule u-boot
updated
14 files
+8 −0 | .azure-pipelines.yml | |
+1 −1 | arch/arm/Kconfig | |
+94 −5 | arch/arm/dts/qemu-sbsa.dts | |
+1 −0 | arch/arm/include/asm/arch-qemu-sbsa/boot0.h | |
+0 −2 | arch/arm/mach-bcm283x/Kconfig | |
+0 −10 | arch/arm/mach-bcm283x/init.c | |
+2 −1 | board/emulation/qemu-sbsa/Kconfig | |
+1 −5 | board/emulation/qemu-sbsa/acpi.c | |
+72 −362 | board/emulation/qemu-sbsa/qemu-sbsa.c | |
+5 −41 | board/raspberrypi/rpi/dsdt.asl | |
+1 −0 | configs/rpi_4_acpi_defconfig | |
+1 −1 | doc/board/emulation/qemu-sbsa.rst | |
+2 −3 | drivers/cpu/bcm283x_cpu.c | |
+2 −2 | include/configs/qemu-sbsa.h |