| #
605bf846 |
| 11-Mar-2020 |
Jason Zhu <jason.zhu@rock-chips.com> |
common: spl: jump next process depend on entry_point_os
The spl can bring up uboot & kernel, and their entry points are diffirent, so pass their entry points by entry_point_os.
Signed-off-by: Jason
common: spl: jump next process depend on entry_point_os
The spl can bring up uboot & kernel, and their entry points are diffirent, so pass their entry points by entry_point_os.
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I625d135d219cfbfb620ff1e3d0de5278143f4079 (cherry picked from commit 78628ac9a95ec2bb6bffa049323beb6af3eb3f37)
show more ...
|
| #
78628ac9 |
| 11-Mar-2020 |
Jason Zhu <jason.zhu@rock-chips.com> |
common: spl: jump next process depend on entry_point_os
The spl can bring up uboot & kernel, and their entry points are diffirent, so pass their entry points by entry_point_os.
Signed-off-by: Jason
common: spl: jump next process depend on entry_point_os
The spl can bring up uboot & kernel, and their entry points are diffirent, so pass their entry points by entry_point_os.
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I625d135d219cfbfb620ff1e3d0de5278143f4079
show more ...
|
| #
e6cf1f43 |
| 12-Sep-2017 |
Kever Yang <kever.yang@rock-chips.com> |
spl: optee: add support for Rockchip customize optee
Rockchip change the parameter to r1 instead of lr.
Change-Id: I675e3be2a8a80c548117e449f72f70888d1b4191 Signed-off-by: Kever Yang <kever.yang@ro
spl: optee: add support for Rockchip customize optee
Rockchip change the parameter to r1 instead of lr.
Change-Id: I675e3be2a8a80c548117e449f72f70888d1b4191 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| #
1bd2b131 |
| 06-Sep-2017 |
Kever Yang <kever.yang@rock-chips.com> |
spl: add support to booting with OP-TEE
OP-TEE is an open source trusted OS, in armv7, its loading and running are like this: loading: - SPL load both OP-TEE and U-Boot running: - SPL run into OP-TE
spl: add support to booting with OP-TEE
OP-TEE is an open source trusted OS, in armv7, its loading and running are like this: loading: - SPL load both OP-TEE and U-Boot running: - SPL run into OP-TEE in secure mode; - OP-TEE run into U-Boot in non-secure mode;
More detail: https://github.com/OP-TEE/optee_os and search for 'boot arguments' for detail entry parameter in: core/arch/arm/kernel/generic_entry_a32.S
Change-Id: I1344a35dd11bd69ca00e9b99909e1eb610648d86 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|