Commit Graph

2 Commits

Author SHA1 Message Date
Yann MAGNIN 63f1e3b957 vxBoot - 1.2.1 : Clean up
@fix
<> vxBoot/builtin/help : help message
<> vxBoot/builtin/ls   : help message
<> vxBoot/builtin/log  : help message
<> vxBoot/loader/info : remove useless file
2022-02-01 12:59:24 +01:00
Yann MAGNIN b4f6fd74e9 vxBoot - 1.2.0 : RELA patch
@add
<> vxBoot/builtin/log : log builtin which handle log level
<> vxBoot/cli/entry : add log buitin
<> vxBoot/loader/elf/rela : relocalize special reloc type (R_SH_DIR32)
<> vxBoot/terminal/write : add terminal_vwrite which use a va_list arg

@update
<> CMakeList.txt : dump version + add new sources files
<> include/vxBoot/loader : rework the API and add Elf32_Rela information
<> include/vxBoot/terminal : add log information
<> vxBoot/loader/elf/got : rework information fetching
<> vxBoot/loader/elf/header : rework information fetching
<> vxBoot/loader/elf/image : rework information fetching
<> vxBoot/loader/elf/entry : rework information fetching
<> vxBoot/loader/scan : rework information fetching

@fix
<> vxBoot/loader/rela : relocalize special reloc type (R_SH_DIR32)
<> vxBoot/builtin/ls : help display
2022-01-29 20:45:35 +01:00