Commit Graph

3 Commits

Author SHA1 Message Date
Yann MAGNIN 41d8b2a505 vxBoot - 1.2.4 : Fix relocation for non 4-aligned symbols' offset
@fix
<> CMakelist.txt :
   | dump project version
<> loader/elf/rela :
   | fix exception when the relocalised symbols are not in a 4-aligned address
2022-06-01 16:27:30 +02:00
Yann MAGNIN b2d432fcee vxBoot - 1.2.3 : Fix relocation
@fix
<> CMakelist.txt : dump project version
<> loader/elf/rela : fix some broken relocation when a global use another global
2022-02-05 11:07:06 +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