Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-26 | clearfog: finetune sample | Waldemar Brodkorb | |
2017-03-26 | add sample for dec multia | Waldemar Brodkorb | |
2017-03-26 | arm device-tree option fix | Waldemar Brodkorb | |
2017-03-25 | add backward compatible symbol for netdevices | Waldemar Brodkorb | |
2017-03-25 | add nommu comment | Waldemar Brodkorb | |
2017-03-25 | fix qemu versatile sample | Waldemar Brodkorb | |
2017-03-25 | linux: update to 4.4.56 | Waldemar Brodkorb | |
2017-03-23 | Add objconv package | dir | |
2017-03-22 | add hifiberry dacplus support | Waldemar Brodkorb | |
2017-03-22 | linux: update to 4.9.16 | Waldemar Brodkorb | |
2017-03-21 | rpi: bump kernel version, we need to get rid of this | Waldemar Brodkorb | |
2017-03-21 | rework kernel build process, changes to kernelconfig are reflected now | Waldemar Brodkorb | |
Cleanup the package directory which is always used as intermediate step to build in the default some xz compressed archives with all package data. While reconfiguring the kernel mini.config or custom config changes to the firmware did not happen always. Some targets where redundant and the install step tries to compile, too. Be more quiet with any cpio usage. | |||
2017-03-19 | rpi: use uncompressed image, trailer creation otherwise seems broken | Waldemar Brodkorb | |
2017-03-19 | rpi: update kernel version | Waldemar Brodkorb | |
2017-03-18 | remove warning while make menuconfig | Waldemar Brodkorb | |
2017-03-18 | xtensa: fix noMMU qemu sample, with help from Max | 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/config: Allow targets to require kernel2minor host package | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2017-03-17 | target/linux/config: Allow enabling UBIFS support | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2017-03-17 | target: Fix for incorrect post make instructions | Phil Sutter | |
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-03-16 | allow to disable kernel module autoloading mechanism, useful when a big ↵ | Waldemar Brodkorb | |
defconfig is used | |||
2017-03-14 | implement kernel symbol neutral method to select audio addon boards | Waldemar Brodkorb | |
2017-03-13 | add stub for config-prepare if mini.config is not choosen | Waldemar Brodkorb | |
2017-03-13 | banana-pro: add watchdog driver | Waldemar Brodkorb | |
2017-03-12 | bump rpi kernel version | Waldemar Brodkorb | |
2017-03-12 | crisv32 needs latest gcc from git | Waldemar Brodkorb | |
2017-03-09 | imgtec-ci20: u-boot / mkimage required to create uImage kernel | Waldemar Brodkorb | |
2017-03-09 | add different patches to gcc/binutils to fix issues with ↵ | Waldemar Brodkorb | |
cris/microblaze/ia64/tile | |||
2017-03-06 | linux: update to 4.9.13 | Waldemar Brodkorb | |
2017-03-05 | binutils: add 2.28, default to 2.28 | Waldemar Brodkorb | |
2017-03-05 | gcc: defaults to 6.3.0 | Waldemar Brodkorb | |
2017-03-04 | riscv: add experimental linux/glibc support | Waldemar Brodkorb | |
2017-03-04 | riscv: start experimenting with riscv32 / newlib toolchain | Waldemar Brodkorb | |
2017-02-27 | bcm28xx: update bootloader and userland libraries | Waldemar Brodkorb | |
2017-02-26 | rpi: vchiq is in staging | Waldemar Brodkorb | |
2017-02-23 | kernel: update version comments | Waldemar Brodkorb | |
2017-02-23 | kernel: update 4.4/4.9 | Waldemar Brodkorb | |
2017-02-23 | mips: add genimage targets in arch Makefile | Waldemar Brodkorb | |
2017-02-23 | rework firmware menu, we need to add some more options for images/filesystem | Waldemar Brodkorb | |
2017-02-23 | fallback to generic genimage config, the size of partition and filesystem ↵ | Waldemar Brodkorb | |
still need to be made configurable | |||
2017-02-22 | fix rpi2 bootup with mini.config and USB for rpi2/rpi3 | 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-22 | rework mini.config for rpi3 | Waldemar Brodkorb | |
2017-02-19 | use 4.9.x for bcm28xx/rpi boards | Waldemar Brodkorb | |
2017-02-19 | more h8300 work, add u-boot | Waldemar Brodkorb | |
2017-02-18 | add srec support for kernel format | Waldemar Brodkorb | |
2017-02-18 | add genimage files for asus-p5bvm | Waldemar Brodkorb | |
2017-02-17 | select grub/grub-tools for dual-boot and x86/x86_64 architecture | Waldemar Brodkorb | |