summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2017-03-04riscv: start experimenting with riscv32 / newlib toolchainWaldemar Brodkorb
2017-02-27bcm28xx: update bootloader and userland librariesWaldemar Brodkorb
2017-02-26rpi: vchiq is in stagingWaldemar Brodkorb
2017-02-23kernel: update version commentsWaldemar Brodkorb
2017-02-23kernel: update 4.4/4.9Waldemar Brodkorb
2017-02-23mips: add genimage targets in arch MakefileWaldemar Brodkorb
2017-02-23rework firmware menu, we need to add some more options for images/filesystemWaldemar Brodkorb
2017-02-23fallback to generic genimage config, the size of partition and filesystem ↵Waldemar Brodkorb
still need to be made configurable
2017-02-22fix rpi2 bootup with mini.config and USB for rpi2/rpi3Waldemar 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-22rework mini.config for rpi3Waldemar Brodkorb
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-18add genimage files for asus-p5bvmWaldemar Brodkorb
2017-02-17select grub/grub-tools for dual-boot and x86/x86_64 architectureWaldemar Brodkorb
2017-02-12linux: update kernelWaldemar Brodkorb
2017-02-12fix help text, make bootup work for grub-pcWaldemar 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-07nios2: add serial driversWaldemar Brodkorb
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-02c6x: add some stuff to allow kernel and system compileWaldemar Brodkorb
2017-02-01uclibc-ng: update to 1.0.22Waldemar Brodkorb
2017-01-29linux: update to 4.9.6Waldemar Brodkorb
2017-01-28qemu-aarch64: set raw mode for diskWaldemar Brodkorb
2017-01-26added dtb generation for stm32f769 targetAlexander Brand
Signed-off-by: Alexander Brand <tecnologic86@gmail.com>
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-20solidrun-imx6: fix bootup, root dev is now recognized as mmcblk1p1Waldemar Brodkorb
2017-01-20i2c: depend on grasshopperWaldemar 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
2017-01-14newlib: update to 2.5.0Waldemar Brodkorb
2017-01-14add basic SGI indy supportWaldemar Brodkorb
2017-01-13rpi: use stable branchWaldemar Brodkorb
The github kernel repository is extremely big (over 1GB compressed) so use a branch to allow swallow cloning. Reducing download time a lot. We need to bump kernel version regulary now, when the branch is changing.
2017-01-09linux: update to 4.9.1Waldemar Brodkorb
2017-01-07linux: fix generic kernel compile for ppc64Waldemar Brodkorb
2017-01-05mips: cleanup and fix mips{32,64}r6 supportWaldemar Brodkorb
uClibc-ng shared library support will be fixed in next release of uClibc-ng. Preparation fixes for this.
2017-01-03uclibc-ng: disable thread support for upcoming aarch64 supportWaldemar Brodkorb
2017-01-03uclibc-ng: add config for aarch64Waldemar Brodkorb