mbox series

[0/2] ARM: bcm: Make BCM6846 bootable on mainline

Message ID 20240917-bcm-arm-bcm6846-v1-0-236e29661f4c@linaro.org (mailing list archive)
Headers show
Series ARM: bcm: Make BCM6846 bootable on mainline | expand

Message

Linus Walleij Sept. 17, 2024, 7:18 p.m. UTC
Bringing up BCM6846 on mainline I faced two problems:

- I could not get debug messaged from LL_DEBUG UARTS
  (such as decompress....) and it was really hard to
  do early debug without that.

- If I just select Cortex-A7 and not Cortex-A9 (which
  is what is in BCM6846), there is a whole slew of things
  that do not get selected, but are necessary to bring
  the system up.

These two patces fix these issues.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Linus Walleij (2):
      ARM: bcm: Add selects for the Cortex-A7 BCMBCA
      ARM: bcm: Support BCM6846 debug UART

 arch/arm/Kconfig.debug            | 12 +++++++++---
 arch/arm/mach-bcm/Kconfig         |  5 +++++
 arch/arm/mach-bcm/Makefile        |  1 +
 arch/arm/mach-bcm/board_bcm6846.c | 34 ++++++++++++++++++++++++++++++++++
 4 files changed, 49 insertions(+), 3 deletions(-)
---
base-commit: 98f7e32f20d28ec452afb208f9cffc08448a2652
change-id: 20240917-bcm-arm-bcm6846-62502a146ad0

Best regards,