Uh oh!
There was an error while loading. Please reload this page.
Fixes to simplify VTL1 boot sequence - #652
Conversation
tgopinath-microsoft
commented
Feb 9, 2026
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 |
Uh oh!
There was an error while loading. Please reload this page.
7c96da8 to
3575a94Compare3575a94 to
92772aaCompare
Sangho Lee (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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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
f8d9520Comparetgopinath-microsoft
commented
Apr 21, 2026
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 |
Sangho Lee (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.
Uh oh!
There was an error while loading. Please reload this page.
Sangho Lee (sangho2)
commented
Apr 21, 2026
Thanks! Let me test it. One question: does this branch have OP-TEE support you've made as well? |
tgopinath-microsoft
commented
Apr 21, 2026
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
12a1ddbCompare🤖 SemverChecks 🤖 Click for details |
Sangho Lee (sangho2)
commented
Apr 21, 2026
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. |
Uh oh!
There was an error while loading. Please reload this page.
The PR fixes the documentation of `remap_to_high_canonical` which still describes the pre-#652 VTL1 memory layout. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: sangho2 <3938640+sangho2@users.noreply.github.com>
Simplify VTL1 boot sequence by