mbox series

[v2,0/2] bcm4908: Fix secondary CPU initialization

Message ID 20241005050155.61103-1-CFSworks@gmail.com (mailing list archive)
Headers show
Series bcm4908: Fix secondary CPU initialization | expand

Message

Sam Edwards Oct. 5, 2024, 5:01 a.m. UTC
Hello list,

This is v2 of my previous patch [1] for resolving a problem preventing
secondary CPU(s) from coming up on bcm4908. After some discussion, I decided to
try dropping the reserved memory region from 64K to only 4K. Looks like it
works!

Changes v1->v2:
- Reduce 64K reserved region to 4K
- Style change to the `reg` property to use hex instead of decimal
- Slight rephrasing to the commit message
- Add a new patch that also moves the `cpu-release-addr` into this reserved
  memory region

Cheers,
Sam

[1]: https://lore.kernel.org/lkml/20241003213007.1339811-1-CFSworks@gmail.com/T/

Sam Edwards (2):
  arm64: dts: broadcom: bcmbca: bcm4908: Reserve CFE stub area
  arm64: dts: broadcom: bcmbca: bcm4908: Protect cpu-release-addr

 .../boot/dts/broadcom/bcmbca/bcm4908.dtsi      | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)