summaryrefslogtreecommitdiff
path: root/target/config
AgeCommit message (Collapse)Author
2017-04-14remove sim-or1k sample, bit rotted. better use qemu sample for or1kWaldemar Brodkorb
2017-04-13microblaze: switch to 2.28, make pr21017 patch musl specificWaldemar Brodkorb
2017-04-12h8s: minor progress, doesn't run on edosk2674 boardWaldemar Brodkorb
2017-04-02uclibc-ng: update to 1.0.23Waldemar Brodkorb
2017-04-02linux: update to 4.4.59Waldemar Brodkorb
2017-04-02linux: update to 4.9.20Waldemar Brodkorb
2017-04-02solidrun-imx6: default to miniconfigWaldemar Brodkorb
2017-03-31linux: fix git sources, match kernel version to avoid kernel module mismatchesWaldemar Brodkorb
2017-03-31rpi-addons: only select kernel modulesWaldemar Brodkorb
2017-03-31rpi: default to mini.configWaldemar Brodkorb
2017-03-29cris: backport binutils patch for pr16044Waldemar Brodkorb
2017-03-27rpi: fix mini.configWaldemar Brodkorb
2017-03-27Merge branch 'package-objconv' of ableton-dir/openadk into masterWaldemar Brodkorb
2017-03-26rpi: swtich to hash againWaldemar Brodkorb
2017-03-26split riscv arch support into riscv32/riscv64Waldemar Brodkorb
2017-03-26nios2: allow to play with ld.soWaldemar Brodkorb
2017-03-26clearfog: finetune sampleWaldemar Brodkorb
2017-03-26arm device-tree option fixWaldemar Brodkorb
2017-03-25add nommu commentWaldemar Brodkorb
2017-03-25fix qemu versatile sampleWaldemar Brodkorb
2017-03-25linux: update to 4.4.56Waldemar Brodkorb
2017-03-23Add objconv packagedir
2017-03-22add hifiberry dacplus supportWaldemar Brodkorb
2017-03-22linux: update to 4.9.16Waldemar Brodkorb
2017-03-21rpi: bump kernel version, we need to get rid of thisWaldemar Brodkorb
2017-03-19rpi: use uncompressed image, trailer creation otherwise seems brokenWaldemar Brodkorb
2017-03-19rpi: update kernel versionWaldemar Brodkorb
2017-03-18xtensa: fix noMMU qemu sample, with help from MaxWaldemar Brodkorb
2017-03-17drop yaffs2 supportWaldemar 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-17Implement UBIFS rootfs supportPhil 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-17target/config: Allow targets to require kernel2minor host packagePhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2017-03-17target: ADK_TARGET_ROOTFS_GENIMAGE fails without ADK_TARGET_QEMU_WITH_BOOTLOADERPhil Sutter
Therefore make the former select the latter. Signed-off-by: Phil Sutter <phil@nwl.cc>
2017-03-16allow to disable kernel module autoloading mechanism, useful when a big ↵Waldemar Brodkorb
defconfig is used
2017-03-14implement kernel symbol neutral method to select audio addon boardsWaldemar Brodkorb
2017-03-12bump rpi kernel versionWaldemar Brodkorb
2017-03-12crisv32 needs latest gcc from gitWaldemar Brodkorb
2017-03-09add different patches to gcc/binutils to fix issues with ↵Waldemar Brodkorb
cris/microblaze/ia64/tile
2017-03-06linux: update to 4.9.13Waldemar Brodkorb
2017-03-05binutils: add 2.28, default to 2.28Waldemar Brodkorb
2017-03-05gcc: defaults to 6.3.0Waldemar Brodkorb
2017-03-04riscv: add experimental linux/glibc supportWaldemar Brodkorb
2017-03-04riscv: start experimenting with riscv32 / newlib toolchainWaldemar Brodkorb
2017-02-27bcm28xx: update bootloader and userland librariesWaldemar Brodkorb
2017-02-23kernel: update version commentsWaldemar Brodkorb
2017-02-23rework firmware menu, we need to add some more options for images/filesystemWaldemar Brodkorb
2017-02-22raspberry-pi3: fix mini.config bootupWaldemar 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-19use 4.9.x for bcm28xx/rpi boardsWaldemar Brodkorb
2017-02-19more h8300 work, add u-bootWaldemar Brodkorb
2017-02-18add srec support for kernel formatWaldemar Brodkorb
2017-02-17select grub/grub-tools for dual-boot and x86/x86_64 architectureWaldemar Brodkorb