mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
feat(fvp): add stdout-path
Add stdout-path to the fvp-base devicetree to be passed to BL33 (U-Boot) and then to the Linux kernel to be compliant to Arm SystemReady IR: https://developer.arm.com/documentation/DUI1101/2-0/ Configure-U-Boot-for-SystemReady/Adapt-the-Devicetree This has been tested by booting fvp-base to Linux and ensuring the console is accessible. Change-Id: Iae98630f18f735ce344c1158f41f358c2a49eeb6 Signed-off-by: Diego Sueiro <Diego.Sueiro@arm.com> Signed-off-by: Debbie Martin <Debbie.Martin@arm.com>
This commit is contained in:
parent
9d4819a094
commit
8c30a0c7fe
1 changed files with 4 additions and 3 deletions
|
@ -27,11 +27,12 @@
|
|||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
#if (ENABLE_RME == 1)
|
||||
chosen { bootargs = "console=ttyAMA0 earlycon=pl011,0x1c090000 root=/dev/vda ip=on";};
|
||||
#else
|
||||
chosen {};
|
||||
bootargs = "console=ttyAMA0 earlycon=pl011,0x1c090000 root=/dev/vda ip=on";
|
||||
#endif
|
||||
};
|
||||
|
||||
aliases {
|
||||
serial0 = &v2m_serial0;
|
||||
|
|
Loading…
Add table
Reference in a new issue