summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Makefile.inc
AgeCommit message (Collapse)Author
2024-04-09elf2flt: switch to tar.gzWaldemar Brodkorb
2024-02-08elf2flt: update to 2024.02Waldemar Brodkorb
2023-12-22elf2flt: update to 2023.09Waldemar Brodkorb
2023-09-07lm32: use latest elf2git, add small binutils patch to create ELF instead ELF ↵Waldemar Brodkorb
FDPIC by default
2023-09-07elf2flt: update to latest gitWaldemar Brodkorb
2023-08-29elf2flt: add 2023.04 tag for testingWaldemar Brodkorb
2023-08-25lm32: revert to the old kernel, which boots up with lpj set via appendWaldemar Brodkorb
Bootup until a hello world: [ 0.000000] BINFMT_FLAT: Loading file: /init [ 0.000000] Mapping is 47438000, Entry point is 44, data_start is 1f00 [ 0.000000] Load /init: TEXT=47438040-47439f00 DATA=47439f20-4743a0f0 BSS=4743a0f0-4743c130 Stopps here. :(
2023-01-21bfin needs older elf2flt to link busybox successfullyWaldemar Brodkorb
2022-09-22add support for STM32F746G-DISCO deviceWaldemar Brodkorb
Tested with toolbox / simpleinit as userland. FDPIC/FLAT support both successfully tested. No LCD or Ethernet support.
2020-03-17binutils: update to 2.34Waldemar Brodkorb
2020-03-10elf2flt: use upstream for h8300 with a small patchWaldemar Brodkorb
2019-10-09lm32: try to build kernel for qemuWaldemar Brodkorb
2019-10-07lm32: add elf2flt from githubWaldemar Brodkorb
2019-10-01bfin: fix toolchain compileWaldemar Brodkorb
2019-09-30remove unfinished alternative os porting effortsWaldemar Brodkorb
2017-10-01frosted: fix config for qemuWaldemar Brodkorb
2017-09-23h8300: use elf2flt from ysato, upstream elf2flt still requires a small patchWaldemar Brodkorb
2016-10-09elf2flt: use a specific versionWaldemar Brodkorb
2016-03-20add lm32 support to elf2fltWaldemar Brodkorb
2016-03-19elf2flt: switch to uclinux-dev versionWaldemar Brodkorb
2015-06-10use local git fork of elf2flt with h8300 supportWaldemar Brodkorb
2015-05-28fix qemu-m68k build, add required patches for kernelWaldemar Brodkorb
2015-03-02update elf2flt, so that arm-nommu binaries are linkable.Waldemar Brodkorb
2015-02-19add support for coldfire with gcc 4.9.2/binutils 2.25Waldemar Brodkorb
The annoying kernel panic after boot is back :(
2015-02-02add some fixes and inrastructure for arm nommu supportWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-08-15move to toolchain dirWaldemar Brodkorb