summaryrefslogtreecommitdiff
path: root/target/config
AgeCommit message (Collapse)Author
2017-03-25add nommu commentWaldemar Brodkorb
2017-03-25fix qemu versatile sampleWaldemar Brodkorb
2017-03-25linux: update to 4.4.56Waldemar Brodkorb
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
2017-02-12linux: update kernelWaldemar Brodkorb
2017-02-12disable utils in some casesWaldemar Brodkorb
2017-02-09add basic support for edosk2674Waldemar Brodkorb
2017-02-09add dual-boot / fwupdate for systems with grub-supportWaldemar Brodkorb
2017-02-09systemd: enable for uClibc-ngWaldemar Brodkorb
Patch out IDN usage. libidn will be removed from GNU C library in the future, so we don't add it to uClibc-ng getnameinfo(). libkmod can't be activated when PKG_BB is 1 for kmod package.
2017-02-07glibc sparc is still brokenWaldemar Brodkorb
2017-02-07glibc: update to 2.25Waldemar Brodkorb
2017-02-06add different genimage configs for PC Bios and EFIWaldemar Brodkorb
2017-02-03linux: update to 4.4.46Waldemar Brodkorb
2017-02-03busybox: fix ash/hush selectionWaldemar Brodkorb
2017-02-01uclibc-ng: update to 1.0.22Waldemar Brodkorb
2017-01-29linux: update to 4.9.6Waldemar Brodkorb
2017-01-24gdb: update to 7.12.1Waldemar Brodkorb
2017-01-22nds32: use the kernel source from AndesWaldemar Brodkorb
2017-01-22nds32: next uClibc-ng will support NPTL/TLSWaldemar Brodkorb
2017-01-20linux: update to 4.9.4Waldemar Brodkorb
2017-01-19Add experimental support for STM32F769Waldemar Brodkorb
Add single/double precision support for Cortex-M7. Mostly from Alex, some minor cleanup and kernel mini config from me. Signed-off-by: Alex Brand <tecnologic86@gmail.com>
2017-01-15linux: update to 4.9.3, remove non-lts 4.8 seriesWaldemar Brodkorb
2017-01-14aarch64: enable threads for uClibc-ngWaldemar Brodkorb