[PATCH v3 24/30] arm: mach-bcm283x: Bring in some header files from tianocore

Simon Glass sjg at chromium.org
Thu Sep 12 02:58:23 CEST 2024


On Wed, 11 Sept 2024 at 00:26, Patrick Rudolph
<patrick.rudolph at 9elements.com> wrote:
>
> From: Simon Glass <sjg at chromium.org>
>
> 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 at chromium.org>
> Signed-off-by: Patrick Rudolph <patrick.rudolph at 9elements.com>
> Cc: Matthias Brugger <mbrugger at suse.com>
> Cc: Peter Robinson <pbrobinson at gmail.com>
> Cc: Tom Rini <trini at konsulko.com>
> ---
>  .../mach-bcm283x/include/mach/acpi/bcm2711.h  | 152 ++++++++++++++++++
>  .../mach-bcm283x/include/mach/acpi/bcm2836.h  | 127 +++++++++++++++
>  .../include/mach/acpi/bcm2836_gpio.h          |  19 +++
>  .../include/mach/acpi/bcm2836_gpu.h           |  47 ++++++
>  .../include/mach/acpi/bcm2836_pwm.h           |  33 ++++
>  .../include/mach/acpi/bcm2836_sdhost.h        |  18 +++
>  .../include/mach/acpi/bcm2836_sdio.h          |  21 +++
>  drivers/pci/pcie_brcmstb.c                    | 101 ++----------
>  8 files changed, 427 insertions(+), 91 deletions(-)
>  create mode 100644 arch/arm/mach-bcm283x/include/mach/acpi/bcm2711.h
>  create mode 100644 arch/arm/mach-bcm283x/include/mach/acpi/bcm2836.h
>  create mode 100644 arch/arm/mach-bcm283x/include/mach/acpi/bcm2836_gpio.h
>  create mode 100644 arch/arm/mach-bcm283x/include/mach/acpi/bcm2836_gpu.h
>  create mode 100644 arch/arm/mach-bcm283x/include/mach/acpi/bcm2836_pwm.h
>  create mode 100644 arch/arm/mach-bcm283x/include/mach/acpi/bcm2836_sdhost.h
>  create mode 100644 arch/arm/mach-bcm283x/include/mach/acpi/bcm2836_sdio.h
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list