[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAFLszTj01iHxq4zgDkER4oNZtUZvBTO+qTykb1ok5fwB_QmBFw@mail.gmail.com>
Date: Wed, 11 Sep 2024 18:58:23 -0600
From: Simon Glass <sjg@...omium.org>
To: Patrick Rudolph <patrick.rudolph@...ements.com>
Cc: u-boot@...ts.denx.de, linux-kernel@...r.kernel.org,
Matthias Brugger <mbrugger@...e.com>, Peter Robinson <pbrobinson@...il.com>, Tom Rini <trini@...sulko.com>
Subject: Re: [PATCH v3 24/30] arm: mach-bcm283x: Bring in some header files
from tianocore
On Wed, 11 Sept 2024 at 00:26, Patrick Rudolph
<patrick.rudolph@...ements.com> wrote:
>
> From: Simon Glass <sjg@...omium.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@...omium.org>
> Signed-off-by: Patrick Rudolph <patrick.rudolph@...ements.com>
> Cc: Matthias Brugger <mbrugger@...e.com>
> Cc: Peter Robinson <pbrobinson@...il.com>
> Cc: Tom Rini <trini@...sulko.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@...omium.org>
Powered by blists - more mailing lists