open-power / hostboot

System initialization firmware for Power systems
Apache License 2.0
74 stars 97 forks source link

About libconsole.so #235

Closed LoserJL closed 9 months ago

LoserJL commented 9 months ago

Hi, experts Why is the console module compiled as BASE_ MODULES, but it is EXT_IMAGE in the g_exttaskinfolist?

3353f9fd56f262968922314e966626c3

Thanks!

dcrowell77 commented 9 months ago

Looks like a very old code bug.

LoserJL commented 9 months ago

Looks like a very old code bug.

I got it, thank you!

In VfsRp:_loadUnload function, if a specific module cannot be found in the extend module, it will be redetermined whether it is in the base module, so there will be no problem with execution

dcrowell77 commented 9 months ago

Yeah, the code functions correctly as written, but things look funny and are confusing. We're working on a cleanup.