summaryrefslogtreecommitdiff
path: root/target/lm32
AgeCommit message (Collapse)Author
2024-01-18support nommu with ELF binariesWaldemar Brodkorb
2023-09-15lm32: refresh uClibc-ng configWaldemar Brodkorb
2023-08-27lm32: some more hacksWaldemar 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. :(
2020-01-28lm32: update to 4.8 linux port, same delay loop issue :(Waldemar Brodkorb
2019-10-30lm32: make it boot the kernelWaldemar Brodkorb
2019-10-09lm32: try with gcc 4.6.4Waldemar Brodkorb
2019-10-09lm32: try to build kernel for qemuWaldemar Brodkorb
2018-01-02uclibc-ng: remove COMPAT_ATEXITWaldemar Brodkorb
2017-06-26uclibc-ng: update default configsWaldemar Brodkorb
2016-12-31uclibc-ng: update default configsWaldemar Brodkorb
2016-12-14lm32 workarounds and hacksWaldemar Brodkorb
2016-12-04uclibc-ng: refresh configs, enable sha512Waldemar Brodkorb
2016-11-17git kernel handlingWaldemar Brodkorb
Simplify and allow to use git tags, branches, hashes and head. Convert existing usage of git kernel repositories to this.
2016-05-29uClibc-ng: update to 1.0.15, refresh configsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-03-16disable uClibc-ng obstack, gdb/binutils has its own copyWaldemar Brodkorb
2016-03-07rework menu based config systemWaldemar Brodkorb
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;)
2016-02-07uclibc-ng: simplify config, only use uclibc-ng.config as git master is now ↵Waldemar Brodkorb
1.0 config
2016-01-10update to uClibc-ng 1.0.11, enable argp option, refresh configsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-10-25add uClibc-ng config for lm32 and 1.0Waldemar Brodkorb
2015-10-25use external kernel git repo for lm32Waldemar Brodkorb
2015-10-19use binfmt flat for lm32Waldemar Brodkorb
2015-10-18lm32: basic bits for qemu support, kernel build failureWaldemar Brodkorb
2015-10-17add basic support for lm32 architectureWaldemar Brodkorb