| d184e484 | 30-Dec-2021 |
Joseph Chen <chenjh@rock-chips.com> |
cpu: rockchip amp: add cpu boot-on control
If there are subnode under "/rockchip-amp/amp-cpus" in kernel fdt, it means they are expected to be boot by linux, so U-Boot don't boot it.
Otherwise we c
cpu: rockchip amp: add cpu boot-on control
If there are subnode under "/rockchip-amp/amp-cpus" in kernel fdt, it means they are expected to be boot by linux, so U-Boot don't boot it.
Otherwise we can add "boot-on = <..>" value in amp.its to control boot it or not. If this prop is absent, it's treat as "boot-on = <1>" by default.
Priority: kernel fdt > amp.its.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ic0a86ab86140ea8a8546c670ab07bcca7d128c59
show more ...
|
| 257f4b84 | 03-Sep-2021 |
Joseph Chen <chenjh@rock-chips.com> |
cpu: rockchip amp: pass boot args for linux only
This check makes common ATF works normally in more situations.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I0c06626e1216c0f63436b6
cpu: rockchip amp: pass boot args for linux only
This check makes common ATF works normally in more situations.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I0c06626e1216c0f63436b68b9a85bb0204e6d3fa
show more ...
|
| 6aef53bd | 09-Jul-2021 |
Joseph Chen <chenjh@rock-chips.com> |
cpu: rockchip amp: check boot cpu before sysmem alloc
If boot cpu is going to load and brought up linux, skip sysmem alloc for it's amp firmware memory.
Signed-off-by: Joseph Chen <chenjh@rock-chip
cpu: rockchip amp: check boot cpu before sysmem alloc
If boot cpu is going to load and brought up linux, skip sysmem alloc for it's amp firmware memory.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I364489d469f729c5008807f9fc0918f24ada86c5
show more ...
|