Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-25 | rework hardware and C library settings | Waldemar Brodkorb | |
Make the menu system for configuration more intuitive. First choose operating system, then hardware, starting with architecture. Then choose either generic or a sample system. When choosing a sample be more strict in case of MMU or Endianess selection, so a misconfiguration isn't possible. Furthermore put a new top level menu for C library configuration and add Binary format, Instruction set, version selection, float type and any C library specific options. Refactor the duplicate definition of Qemu system versatile and Synopsys NSIM. | |||
2018-05-21 | uclibc: enable ld.preload for arm | Waldemar Brodkorb | |
2018-05-05 | rpi: fix kodi task | Waldemar Brodkorb | |
Kernel symbols got renamed. | |||
2018-04-16 | add basic support for raspberry-pi3p | Oliver Schib | |
Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2018-04-01 | arm: use latest kernel for qemu armv6 emulation | Waldemar Brodkorb | |
2018-04-01 | arm: use >4.9 kernel for versatile nommu | Waldemar Brodkorb | |
2018-03-07 | add support for waldux | Waldemar Brodkorb | |
2018-01-02 | uclibc-ng: remove COMPAT_ATEXIT | Waldemar Brodkorb | |
2017-10-08 | frosted: add support for stm32f429-discovery | Waldemar Brodkorb | |
2017-10-05 | stlink: add hosttool for stm32 flashing | Waldemar Brodkorb | |
2017-10-03 | frosted: add ADK prefix, separate kernel/userland in the menu | Waldemar Brodkorb | |
2017-10-03 | frosted: add support for stm32f407 discovery board | Waldemar Brodkorb | |
2017-10-01 | frosted: fix config for qemu | Waldemar Brodkorb | |
2017-09-28 | add phytec wega sample | Waldemar Brodkorb | |
2017-09-27 | update kinetis k70 sample, remove gcc 4.x | Waldemar Brodkorb | |
2017-08-27 | add basic support for frosted operating system | Waldemar Brodkorb | |
https://github.com/insane-adding-machines/frosted Rework our architecture selection and os dependent logic a little bit to be cleaner. As only arm is supported, we only modify arm systems to comply with new changeset. | |||
2017-08-20 | add new PKG_NEEDS variable data, fix logitechmediaserver package | Waldemar Brodkorb | |
2017-07-31 | orange-pi-zero: make mini.config bootable, ethernet will only work for 4.13.x | Waldemar Brodkorb | |
2017-07-30 | rpi0: enable wifi | Waldemar Brodkorb | |
2017-07-24 | add sample for orange-pi zero | Waldemar Brodkorb | |
2017-07-22 | rpi-zero: finetune | Waldemar Brodkorb | |
2017-07-06 | add defconfig default for rpi 0 | Waldemar Brodkorb | |
2017-07-04 | add basic raspberry-pi0 sample | Waldemar Brodkorb | |
2017-06-26 | uclibc-ng: update default configs | Waldemar Brodkorb | |
2017-05-12 | rpi: fix mini.config, runtime tested | Waldemar Brodkorb | |
2017-05-11 | rpi: sync kernel config wth rpi2, fix compile error | Waldemar Brodkorb | |
2017-04-28 | rpi: fix kernel config | Waldemar Brodkorb | |
2017-03-27 | rpi: fix mini.config | Waldemar Brodkorb | |
2017-03-26 | clearfog: finetune sample | Waldemar Brodkorb | |
2017-03-26 | arm device-tree option fix | 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-02-26 | rpi: vchiq is in staging | Waldemar Brodkorb | |
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-01-26 | added dtb generation for stm32f769 target | Alexander Brand | |
Signed-off-by: Alexander Brand <tecnologic86@gmail.com> | |||
2017-01-20 | solidrun-imx6: fix bootup, root dev is now recognized as mmcblk1p1 | Waldemar Brodkorb | |
2017-01-19 | Add experimental support for STM32F769 | Waldemar 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> | |||
2016-12-31 | uclibc-ng: update default configs | Waldemar Brodkorb | |
2016-12-26 | uCLibc-ng includes libiconv-tiny | Waldemar Brodkorb | |
2016-12-19 | STM32F429, clearfog still experimental | Waldemar Brodkorb | |
2016-12-19 | enable thumb instruction code as default | Waldemar Brodkorb | |
2016-12-13 | uClibc-ng: switch to malloc-standard as default for MMU. applications like ↵ | Waldemar Brodkorb | |
kodi crashing with malloc | |||
2016-12-11 | rework git kernel infrastructure | Waldemar Brodkorb | |
Module loading was broken, use stable hashes and add kernel versions to allow kernel module loading. Convert kinetis-k70 to use new infrastructure. | |||
2016-12-04 | uclibc-ng: refresh configs, enable sha512 | Waldemar Brodkorb | |
2016-11-24 | add special repository short names | Waldemar Brodkorb | |
They can be used elsewhere in the code when this kernels are used or need special handling. Bug reported by Diez for RPI kernels. | |||
2016-11-15 | rpi: force --dtok to fix a trailer creation problem on Darwin, reported by Diez | Waldemar Brodkorb | |
2016-11-08 | add basic clearfog support | Waldemar Brodkorb | |
2016-09-17 | finetune wireless support for cubox-i | Waldemar Brodkorb | |