summaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Collapse)Author
2020-09-21add netcat-openbsd and libbsdWaldemar Brodkorb
2020-07-15pcduino 3b skeletonWaldemar Brodkorb
2019-10-15reference exact dtb for qemu vexpressWaldemar Brodkorb
2019-10-08more basic support for sd card creation for phytec-imx6Waldemar Brodkorb
2019-10-08add phytec-imx6 basic structureWaldemar Brodkorb
2019-09-30remove unfinished alternative os porting effortsWaldemar Brodkorb
2018-06-03arm-nommu: enable uClinux, better defaultsWaldemar Brodkorb
2018-05-25rework hardware and C library settingsWaldemar 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-21uclibc: enable ld.preload for armWaldemar Brodkorb
2018-05-05rpi: fix kodi taskWaldemar Brodkorb
Kernel symbols got renamed.
2018-04-16add basic support for raspberry-pi3pOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2018-04-01arm: use latest kernel for qemu armv6 emulationWaldemar Brodkorb
2018-04-01arm: use >4.9 kernel for versatile nommuWaldemar Brodkorb
2018-03-07add support for walduxWaldemar Brodkorb
2018-01-02uclibc-ng: remove COMPAT_ATEXITWaldemar Brodkorb
2017-10-08frosted: add support for stm32f429-discoveryWaldemar Brodkorb
2017-10-05stlink: add hosttool for stm32 flashingWaldemar Brodkorb
2017-10-03frosted: add ADK prefix, separate kernel/userland in the menuWaldemar Brodkorb
2017-10-03frosted: add support for stm32f407 discovery boardWaldemar Brodkorb
2017-10-01frosted: fix config for qemuWaldemar Brodkorb
2017-09-28add phytec wega sampleWaldemar Brodkorb
2017-09-27update kinetis k70 sample, remove gcc 4.xWaldemar Brodkorb
2017-08-27add basic support for frosted operating systemWaldemar 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-20add new PKG_NEEDS variable data, fix logitechmediaserver packageWaldemar Brodkorb
2017-07-31orange-pi-zero: make mini.config bootable, ethernet will only work for 4.13.xWaldemar Brodkorb
2017-07-30rpi0: enable wifiWaldemar Brodkorb
2017-07-24add sample for orange-pi zeroWaldemar Brodkorb
2017-07-22rpi-zero: finetuneWaldemar Brodkorb
2017-07-06add defconfig default for rpi 0Waldemar Brodkorb
2017-07-04add basic raspberry-pi0 sampleWaldemar Brodkorb
2017-06-26uclibc-ng: update default configsWaldemar Brodkorb
2017-05-12rpi: fix mini.config, runtime testedWaldemar Brodkorb
2017-05-11rpi: sync kernel config wth rpi2, fix compile errorWaldemar Brodkorb
2017-04-28rpi: fix kernel configWaldemar Brodkorb
2017-03-27rpi: fix mini.configWaldemar Brodkorb
2017-03-26clearfog: finetune sampleWaldemar Brodkorb
2017-03-26arm device-tree option fixWaldemar Brodkorb
2017-03-21rework kernel build process, changes to kernelconfig are reflected nowWaldemar 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-19rpi: use uncompressed image, trailer creation otherwise seems brokenWaldemar Brodkorb
2017-02-26rpi: vchiq is in stagingWaldemar Brodkorb
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-01-26added dtb generation for stm32f769 targetAlexander Brand
Signed-off-by: Alexander Brand <tecnologic86@gmail.com>
2017-01-20solidrun-imx6: fix bootup, root dev is now recognized as mmcblk1p1Waldemar 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>
2016-12-31uclibc-ng: update default configsWaldemar Brodkorb
2016-12-26uCLibc-ng includes libiconv-tinyWaldemar Brodkorb
2016-12-19STM32F429, clearfog still experimentalWaldemar Brodkorb
2016-12-19enable thumb instruction code as defaultWaldemar Brodkorb