]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mach-bcm283x: Bring in some header files from tianocore
authorSimon Glass <sjg@chromium.org>
Wed, 23 Oct 2024 13:20:10 +0000 (15:20 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 27 Oct 2024 23:24:13 +0000 (17:24 -0600)
commit69a5616f06f1b2a98ca7294f4473bf5a832de230
treed250cb4809bb771704d97f3a03532e7ec19e2f4f
parent019d21a0df051b9881d4d060316d41fbc7292341
arm: mach-bcm283x: Bring in some header files from tianocore

These header files presumably duplicate things already in the U-Boot
devicetree. For now, bring them in to get the ASL code and ACPI table
code to compile.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Matthias Brugger <mbrugger@suse.com>
Cc: Matthias Brugger <mbrugger@suse.com>
Cc: Peter Robinson <pbrobinson@gmail.com>
Cc: Tom Rini <trini@konsulko.com>
arch/arm/mach-bcm283x/include/mach/acpi/bcm2711.h [new file with mode: 0644]
arch/arm/mach-bcm283x/include/mach/acpi/bcm2836.h [new file with mode: 0644]
arch/arm/mach-bcm283x/include/mach/acpi/bcm2836_gpio.h [new file with mode: 0644]
arch/arm/mach-bcm283x/include/mach/acpi/bcm2836_gpu.h [new file with mode: 0644]
arch/arm/mach-bcm283x/include/mach/acpi/bcm2836_pwm.h [new file with mode: 0644]
arch/arm/mach-bcm283x/include/mach/acpi/bcm2836_sdhost.h [new file with mode: 0644]
arch/arm/mach-bcm283x/include/mach/acpi/bcm2836_sdio.h [new file with mode: 0644]
drivers/pci/pcie_brcmstb.c