Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-19 | Add support for Banana PI M2 Zero | Waldemar Brodkorb | |
2022-09-22 | add support for STM32F746G-DISCO device | Waldemar Brodkorb | |
Tested with toolbox / simpleinit as userland. FDPIC/FLAT support both successfully tested. No LCD or Ethernet support. | |||
2022-02-25 | add support for raspberry pi4 32 bit | Waldemar Brodkorb | |
2021-11-15 | Add support for Synology DS414 NAS | Phil Sutter | |
The device features a Marvell Armada XP CPU, introduced config symbol ADK_TARGET_CPU_ARM_MVEBU should suffice for all Armada-based Marvell CPUs, though. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2020-07-15 | pcduino 3b skeleton | Waldemar Brodkorb | |
2019-10-08 | add phytec-imx6 basic structure | Waldemar Brodkorb | |
2019-09-30 | remove unfinished alternative os porting efforts | Waldemar Brodkorb | |
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-04-16 | add basic support for raspberry-pi3p | Oliver Schib | |
Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2018-03-07 | add support for waldux | 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-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-03-19 | rpi: use uncompressed image, trailer creation otherwise seems broken | 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-19 | STM32F429, clearfog still experimental | Waldemar Brodkorb | |
2016-12-19 | enable thumb instruction code as default | Waldemar Brodkorb | |
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-11-08 | add basic clearfog support | Waldemar Brodkorb | |
2016-09-17 | finetune wireless support for cubox-i | Waldemar Brodkorb | |
2016-09-14 | beaglebone-black: some fixes, no serial output yet | Waldemar Brodkorb | |
2016-08-27 | add support for Qemu ARM noMMU | Waldemar Brodkorb | |
Greg Ungerer made me aware of this possibility. Rather hackish implementation, we need to deduplicate later. Update Linux Kernel to 4.4.19 while there. Only non-Devicetree system supported right now. | |||
2016-08-19 | solidrun-imx6: fix default fslc kernel build, reported by Joern | Waldemar Brodkorb | |
2016-07-17 | solidrun-imx6: use upstream u-boot, the imx6 variant does not compile with gcc5 | Waldemar Brodkorb | |
2016-07-11 | rework kernel patches for rpi/imx6 | Waldemar Brodkorb | |
Instead of trying to recreate patchsets for newer kernels just use upstream non-official kernel trees. Working on the patchsets does take to much time. You can choose between hardware specific github tree and defconfig or upstream kernel and OpenADK miniconfig. | |||
2016-07-10 | nslu2: add microcode package for network driver | Waldemar Brodkorb | |
2016-07-10 | nslu2: fix boot (initramfs via tftp tested) | Waldemar Brodkorb | |
2016-05-15 | add support for qemu xilinx zynq emulation | Waldemar Brodkorb | |
2016-05-05 | rpi: enable default kernel build from github | Waldemar Brodkorb | |
2016-05-03 | update rpi kernel patch, add mkknlimg back, more fixes | Waldemar Brodkorb | |
2016-04-24 | add afboot-stm32 as bootloader for stm32 devices | Waldemar Brodkorb | |
2016-04-17 | some minor fixes for NSLU2 | Waldemar Brodkorb | |
2016-04-06 | add basic raspberry pi3 support (ARM 32Bit) | Waldemar Brodkorb | |
2016-03-19 | add basic bits and bytes for stm32f429 support | Waldemar Brodkorb | |
2016-03-07 | rework menu based config system | Waldemar Brodkorb | |
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;) | |||
2016-02-20 | u-boot: update to latest, allow to build for solidrun-imx6 devices | Waldemar Brodkorb | |
2016-02-10 | more stuff for kinetis k70, kernel still does not work | Waldemar Brodkorb | |
2016-01-25 | add basic qemu armv6 support | Waldemar Brodkorb | |
2015-11-12 | do not allow to build broken kernel images with compression | Waldemar Brodkorb | |
Some targets do not support compressed kernels or initramfs. OpenADK combines both, there is no support for mixed setups. For example Kernel with gzip, initramfs with xz. Qemu-Metag f.e. can only use uncompressed initramfs. The kernel could be compressed, but mixed setup isn't available for now. | |||
2015-10-24 | add new symbol for systems with tcp/ip but without netdevice. like arc ↵ | Waldemar Brodkorb | |
simulator running test-suites with network functions |