Commit Graph

4 Commits

Author SHA1 Message Date
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
Yann MAGNIN f90c07132a vxBoot - 0.1.0 : First version
@add
<> builtin/loader : add "ld" builtin command
<> loader/entry : add gintrace support to potentially trace an operating system
<> loader/entry : add "image" dump generation in the SMEM

@update
<> builtin/hw : isolate hardware interaction
<> fs/smemfs/pread : change long function name formalism
<> loader/elf/entry : isolate hardware interaction
<> terminal/read : if not cursor time is available, force-display the cursor
<> terminal/util : change complex C semantic abuse

@fix:
<> loader/elf/image : check the available RAM size before load the image
<> loader/elf/image : use non-cacheable area address to load the image
<> loader/elf/image : use cacheable area address for the "entry" address generation
<> loader/elf/entry : display appropriate error string if needed
<> terminal/open : reduce buffer size
<> terminal/open : enable cursor blink only if the device is not an emulator
<> terminal/read : add "mutex" for the display
<> terminal/read : sign comparison
2021-12-18 13:52:13 +01:00
Yann MAGNIN e82dfa8d6a vxBoot (0.0.2) - Icons and font
@update
<> fx9860 - use 3*5 font
<> fx9860 - icon
<> fxcg50 - icon
2021-09-25 19:03:58 +02:00
Yann MAGNIN 7993f4b88f vxBoot (0.0.1) - First commit
@add
<> terminal device
<> builtin - ls (file listing), help (some information message))
<> smemfs - SMEM file system abstraction
<> small CLI to interact with the core
2021-09-25 16:02:50 +02:00