Skip to content

Commit

Permalink
soc: bcm2712: backport to old hwm
Browse files Browse the repository at this point in the history
Mainline zephyr is moved to HWM v2 which rearranged *soc* and *boards*
which prevents usage of patches [1] as is.

Hence backport bcm2712 to old HWM.

Not for upstream.

[1] zephyrproject-rtos#70538
Signed-off-by: Grygorii Strashko <grygorii_strashko@epam.com>
  • Loading branch information
Grygorii Strashko authored and firscity committed May 3, 2024
1 parent 5649cd6 commit b9671b0
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

if SOC_BCM2712

config SOC
default "bcm2712"

config NUM_IRQS
int
default 280
Expand Down
1 change: 1 addition & 0 deletions soc/brcm/bcm2712/Kconfig → soc/arm64/bcm2712/Kconfig.soc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

config SOC_BCM2712
bool "bcm2712"
select ARM64
select CPU_CORTEX_A76
select ARM_ARCH_TIMER if SYS_CLOCK_EXISTS
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions soc/brcm/bcm2712/Kconfig.soc

This file was deleted.

0 comments on commit b9671b0

Please sign in to comment.