vxKernel/vxgos/bootloader/boards/raspi3b
Yann MAGNIN 49508b417c vxGOS - v0.7.0-14 : RaspberryPi3b FrameBuffer and ASLR
*add*
> [scripts]
  | [patch_kernel_img] a small tool used to "patch" kernel image to a
        512 bytes-aligned image size. This is required for the
        RaspberryPi Imager
> [boards]
  | [common] add endianness information
  | [raspi3b] add GOT section patching
  | [raspi3b] add default font assets
  | [raspi3b] add GPU board information dumping routine at startup
  | [raspi3b] add GPU framebuffer (physical HDMI seems not work) support
  | [raspi3b] add GPU mailbox support
  | [raspi3b] add GPU memory allocator support

*update*
> [scripts]
  | [vxdev] now support endian handling using VXDEV_TOOLCHAIN_ENDIANNESS
> [sdk]
  | [converter] support endian encoding selection (LSB, MSB)
> [boards]
  | [raspi3b] proper link common display interface with framebuffer interface
  | [raspi3b] proper link fake entry with real entry
  | [raspr3b] proper send relocation information to the bootloader entry
  | [raspi3b] proper isolate the MiniUART driver

*fix*
> [scripts]
  | [vxdev] force ELF section displayed in "wide" format
> [boards]
  | [fxcg50] swap selected and unselected icon
  | [raspi3b] proper support relocation TAG
  | [raspi3b] proper generate 512 bytes-aligned image
  | [raspi3b] fix bootstrap ALSR patching mechanism
2023-06-17 14:14:17 +02:00
..
include/raspi3b vxGOS - v0.7.0-14 : RaspberryPi3b FrameBuffer and ASLR 2023-06-17 14:14:17 +02:00
src vxGOS - v0.7.0-14 : RaspberryPi3b FrameBuffer and ASLR 2023-06-17 14:14:17 +02:00
compiles.toml vxGOS - v0.7.0-14 : RaspberryPi3b FrameBuffer and ASLR 2023-06-17 14:14:17 +02:00