Fixes to simplify VTL1 boot sequence#652
Conversation
|
This need corresponding VTL0 Linux changes. Do not merge till that is ready. This was done as part of clean up for submitting the initial set of VTL0 patches upstream |
7c96da8 to
3575a94
Compare
3575a94 to
92772aa
Compare
sangho2
left a comment
There was a problem hiding this comment.
Thanks! Overall, looks good to me. There is one uncertain change; let me test it as well.
The need for bootparams and cmdline came from having a Linux secure kernel in VTL1. With rust based Litebox as secure kernel, we no longer need these pages. Instead pass the require boot info as arguments when primary cpu enters VTL1 the first time to boot.
92772aa to
f8d9520
Compare
Thanks for the review ! If you want to test it , use the thara/project/lvbs/6.6/main branch in https://dev.azure.com/msazure/LSG-linux/_git/LSG-linux-rolling?_a=history . And use azl3_lvbs_main_config to build the config |
sangho2
left a comment
There was a problem hiding this comment.
Looks good to me. Seems that we need to revert or change the default COM port number.
Thanks! Let me test it. One question: does this branch have OP-TEE support you've made as well? |
|
No. though Angelina has a PR against this branch. Once this gets checked in, I will check in the other branch as well and then push in Angelina's PR |
6c607b8 to
12a1ddb
Compare
|
🤖 SemverChecks 🤖 Click for details |
That sounds like a chicken-and-egg problem because I need the OP-TEE support for adding features and fixing some bugs. Anyway, seems that I need to maintain my own branch for a while. |
Simplify VTL1 boot sequence by