Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-18 | support nommu with ELF binaries | Waldemar Brodkorb | |
2023-08-25 | lm32: revert to the old kernel, which boots up with lpj set via append | Waldemar 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-20 | busybox: update to 1.36.0, remove unsupported choice | Waldemar Brodkorb | |
2022-12-25 | udhcpc in background for MMU systems | Waldemar Brodkorb | |
2022-01-21 | busybox: disable swaponoff, fails on bfin | Waldemar Brodkorb | |
2022-01-08 | busybox/hush: update to 1.35.0 | Waldemar Brodkorb | |
2021-04-22 | various fixes for embedded-test run | Waldemar Brodkorb | |
2021-04-10 | update busybox/hush to latest | Waldemar Brodkorb | |
2021-04-09 | busybox: noMMU fixes | Waldemar Brodkorb | |
2021-02-25 | package/busybox: Update stored config files | Phil Sutter | |
When updating busybox, these files must be updated - otherwise the config written to busybox source tree when building may be incomplete, causing the build to hang. Fixes: e4800c73e63e5 ("busybox: update to latest") Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2020-09-17 | busybox: add missing symbols for noMMU case | Waldemar Brodkorb | |
2020-08-06 | busybox: oops forgot the new Config.in file | Waldemar Brodkorb | |
2020-08-06 | busybox: update to latest | Waldemar Brodkorb | |
2019-09-30 | remove unfinished alternative os porting efforts | Waldemar Brodkorb | |
2018-05-25 | rework hardware and C library settings | Waldemar Brodkorb | |
Make the menu system for configuration more intuitive. First choose operating system, then hardware, starting with architecture. Then choose either generic or a sample system. When choosing a sample be more strict in case of MMU or Endianess selection, so a misconfiguration isn't possible. Furthermore put a new top level menu for C library configuration and add Binary format, Instruction set, version selection, float type and any C library specific options. Refactor the duplicate definition of Qemu system versatile and Synopsys NSIM. | |||
2018-04-21 | fix symbol names for kernel | Waldemar Brodkorb | |
2017-06-15 | busybox: add missing ash symbol | Waldemar Brodkorb | |
2017-03-20 | busybox: use C library crypt functions by default | Waldemar Brodkorb | |
2017-01-26 | busybox: fix symbol names, reported by Alex Brand | Waldemar Brodkorb | |
2017-01-24 | busybox: update to 1.26.2 | Waldemar Brodkorb | |
2017-01-14 | cfgfs: use rdev, adaption for new busybox fdisk | Waldemar Brodkorb | |
2017-01-01 | busybox: disable fdisk applet, when util-linux fdisk is selected | Waldemar Brodkorb | |
2016-12-26 | busybox: fix defaults and dependencies | Waldemar Brodkorb | |
2016-12-23 | busybox: update to 1.26.0 | Waldemar Brodkorb | |
2016-09-24 | busybox: enable unicode support, useful for german umlaut handling, reported ↵ | Waldemar Brodkorb | |
by Oliver | |||
2016-09-15 | busybox: add missing bunzip2 handling, reported by Mario | Waldemar Brodkorb | |
2016-07-14 | disable busybox ps, when procps is enabled | Waldemar Brodkorb | |
2016-06-25 | busybox: update to 1.25.0 | Waldemar Brodkorb | |
2016-05-08 | udhcpc: only background for MMU targets | Waldemar Brodkorb | |
2015-12-23 | optimize for really small systems | Waldemar Brodkorb | |
Default to busybox hush for noMMU systems. Add busybox profiles to choose a minimal busybox config for noMMU systems. Add gdb git from ysato for h8/300 simulator. Change some kernel defaults to off to have a really small kernel. For bfin simulator the kernel+initramfs is smaller then 2MB in size. | |||
2015-11-12 | default UTMP/WTMP off | Waldemar Brodkorb | |
2015-11-06 | disable UTMP/WTMP for musl builds | Waldemar Brodkorb | |
2015-11-01 | busybox: update to latest stable version | Waldemar Brodkorb | |
2015-07-02 | don't stop busybox build, when iproute2 is choosen | Waldemar Brodkorb | |
2015-06-16 | fix h8/300 userland build | Waldemar Brodkorb | |
2015-06-04 | enable busybox ipv6 only when kernel module is choosen | Waldemar Brodkorb | |
2015-06-02 | add missing ash symbol, reported via #openadk | Waldemar Brodkorb | |
2015-05-30 | use busybox rdate for adktest | Waldemar Brodkorb | |
2015-02-28 | package/busybox: prevent ip applet compile when iproute2 is active | Phil Sutter | |
2015-02-06 | remove bkeymaps, does not work well anymore, use kbd package. reduce busybox ↵ | Waldemar Brodkorb | |
tools in default config | |||
2015-01-09 | update busybox to 2.23.0 | Waldemar Brodkorb | |
add upstream patches. Fix the busybox disable mechanism. When you choose less or lsusb full blown version, be sure busybox applet is disabled. | |||
2014-12-28 | bring coldfire support in shape | Waldemar Brodkorb | |
Binutils 2.24 is required to get a working kernel. Ethernet in Qemu is still broken. Qemu Patch is still rquired in 2.2.0. Only kernel+initramfs is working. It seems the signal handler problem is gone with sash and simpleinit. | |||
2014-12-27 | use second partition on solidrun hw. fix install script | Waldemar Brodkorb | |
2014-12-26 | kernel config style. fixes for allmodconfig. | Waldemar Brodkorb | |
2014-08-31 | disable rdate by default | Waldemar Brodkorb | |
2014-08-26 | add sash, simpleinit and a uclibc config for nonmmu case | Waldemar Brodkorb | |
2014-08-15 | be sure to use NOMMU | Waldemar Brodkorb | |
2014-08-15 | use 5307 for now, which results in a working userland. need to investigate. | Waldemar Brodkorb | |
2014-06-04 | add kmod utils subpackage | Waldemar Brodkorb | |
2014-06-01 | disabel crontab, enable devmem | Waldemar Brodkorb | |