Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-31 | dec-multia: make netboot possible, add aboot bootloader | Waldemar Brodkorb | |
2017-12-10 | allow USB boot for generic targets | Waldemar Brodkorb | |
2017-04-14 | remove arm foundation model sample, bit rotted. better use qemu sample for ↵ | Waldemar Brodkorb | |
aarch64 | |||
2017-04-14 | remove sim-or1k sample, bit rotted. better use qemu sample for or1k | Waldemar Brodkorb | |
2017-03-17 | drop yaffs2 support | Waldemar Brodkorb | |
Yaffs2 is not upstream and does not work with newer 4.x Linux kernels. We like to switch to UBIFS for any embedded devices with NAND. Routerboards can be used with some application, which generates a YAFFS2 image including a Linux kernel, without any YAFFS2 filesystem support in the kernel on the host or target. | |||
2017-03-17 | Implement UBIFS rootfs support | Phil Sutter | |
This implements UBIFS rootfs, enables it for mips targets and adds the necessary settings for rb532. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2017-03-17 | target: ADK_TARGET_ROOTFS_GENIMAGE fails without ADK_TARGET_QEMU_WITH_BOOTLOADER | Phil Sutter | |
Therefore make the former select the latter. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2017-02-23 | rework firmware menu, we need to add some more options for images/filesystem | Waldemar Brodkorb | |
2017-02-22 | raspberry-pi3: fix mini.config bootup | Waldemar Brodkorb | |
- cmdline.txt is not required with full device tree capable kernel - force 270x option for mkknlimg trailer - we need ext4 filesystem support in the kernel other filesystems are rarely used at the moment - ATAGS and CMDLINE_FROM_BOOTLOADER not required with device tree capable kernel - overlay dtb files are renamed to dtbo suffix | |||
2017-02-17 | select grub/grub-tools for dual-boot and x86/x86_64 architecture | Waldemar Brodkorb | |
2017-02-09 | add basic support for edosk2674 | Waldemar Brodkorb | |
2017-02-09 | add dual-boot / fwupdate for systems with grub-support | Waldemar Brodkorb | |
2017-02-06 | add different genimage configs for PC Bios and EFI | Waldemar Brodkorb | |
2016-11-28 | cleanup kernel rootfs choice, it is not well tested to use non-ext4 rootfs, ↵ | Waldemar Brodkorb | |
add a linux kernel submenu | |||
2016-11-21 | or1k: rename or1k-sim to sim-or1k, by default 64mb ram | Waldemar Brodkorb | |
2016-11-03 | qemu flash filesystem needs drivers | Waldemar Brodkorb | |
2016-10-23 | add target support for SGI O2 workstation | Waldemar Brodkorb | |
2016-10-14 | nds32: ext4 does not compile, disable this rootfs for now | Waldemar Brodkorb | |
2016-09-10 | genimage: add better support | Waldemar Brodkorb | |
2016-09-05 | add some basic genimage support | Waldemar Brodkorb | |
2016-07-10 | nslu2: fix boot (initramfs via tftp tested) | Waldemar Brodkorb | |
2016-07-10 | add back some basic support for Foxboard-LX832 | Waldemar Brodkorb | |
2016-03-25 | simplify qemu options, hide block choice | Waldemar Brodkorb | |
2016-03-12 | default to initramfs+piggyback for qemu/gdb sim | Waldemar Brodkorb | |
2016-03-10 | make parts of the menu visible if architecture is choosen to guarentee ↵ | Waldemar Brodkorb | |
defaults are set right | |||
2016-03-07 | rework menu based config system | Waldemar 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 ;) | |||
2015-12-26 | split rootfs options from target config | Waldemar Brodkorb | |