Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-01-20 | solidrun-imx6: fix bootup, root dev is now recognized as mmcblk1p1 | Waldemar Brodkorb | |
2016-11-28 | cleanup kernel rootfs choice, it is not well tested to use non-ext4 rootfs, ↵ | Waldemar Brodkorb | |
add a linux kernel submenu | |||
2016-09-05 | add some basic genimage support | Waldemar Brodkorb | |
2015-12-28 | various small fixes, arm vexpress disk support is working now | Waldemar Brodkorb | |
2015-12-26 | qemu-arm-vexpress: start working on flash support | Waldemar Brodkorb | |
2014-08-26 | activate some options, fix root= missing | Waldemar Brodkorb | |
2014-07-22 | bump kernel versions, readd sm7xx driver for 3.15.x | Waldemar Brodkorb | |
2014-06-25 | try to overwrite cmdline | Waldemar Brodkorb | |
2014-06-18 | mk/rootfs.mk: use /dev/mtdblock7 as rootfs on RB4XX | Phil Sutter | |
This is correct least on rb493g. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2014-06-08 | be consistent, do not use - in rootfs names | Waldemar Brodkorb | |
2014-05-31 | add disk support to qemu-arm spitz and terrier | Waldemar Brodkorb | |
2014-05-23 | fix symbol renaming bugs | Waldemar Brodkorb | |
2014-05-23 | split targethelp from install target | Waldemar Brodkorb | |
cleanup target/*/Makefile stuff. | |||
2014-04-24 | add network support to cubox, working for 3.14.1 | Waldemar Brodkorb | |
2014-04-12 | use tmpfs instead of ramfs for initramfs filesystems | Waldemar Brodkorb | |
2014-04-02 | remove some unsupported root filesystems, use archive and install/create ↵ | Waldemar Brodkorb | |
scripts instead | |||
2014-03-23 | fix squashfs root for qemu-microblaze | Waldemar Brodkorb | |
2014-03-17 | fix boot from disk for qemu targets | Waldemar Brodkorb | |
2014-03-14 | a bunch of adk-test-framework fixes. | Waldemar Brodkorb | |
2014-03-12 | convert lemote yeelong to miniconfig | Waldemar Brodkorb | |
2014-02-16 | use virtio drivers for sparc64 | Waldemar Brodkorb | |
2014-01-16 | good bye cris, hardware is eol, latest toolchain is broken, qemu emulator ↵ | Waldemar Brodkorb | |
support is bad, kernel needs patches for serial and network | |||
2013-12-28 | convert microblaze to miniconfig kernel config generation, add support for ↵ | Waldemar Brodkorb | |
squashfs and jffs2 rootfs for qemu-microblaze, add support for both machine emulations | |||
2013-12-15 | need to merge third patch from Phil manually. disable on non Linux hosts | Waldemar Brodkorb | |
2012-07-11 | use genext2fs on MacOS X to create qemu images | Waldemar Brodkorb | |
2011-10-15 | need root= entry for foxboard | Waldemar Brodkorb | |
2011-09-12 | add special case for sharp zaurus | Waldemar Brodkorb | |
2011-09-05 | some sparc help fixes | Waldemar Brodkorb | |
2011-08-24 | sync patch with OpenWrt, combine both targets (rb411/rb433) | Waldemar Brodkorb | |
2011-04-17 | use rootdelay only for lemote yeelong | Waldemar Brodkorb | |
2011-04-12 | refresh lemote yeelong support | wbx | |
2011-01-03 | fix qemu targets, make them bootable again | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar Brodkorb | |
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) | |||
2010-11-26 | implement the concept of target choice by embedded system or architecture | Waldemar Brodkorb | |
you can now choose between specific embedded systems like PC Engines ALIX boards, Foxboard, .. or between generic architecture support like x86, x86_64, mips, ... This does reduce the overhead of duplicate configuration files in target directory. Now qemu, toolchain and ibm x40 support is combined in one target directory target/x86. Distinguishing between hardware profiles happens via menu based configuration. (CPU choice for kernel, CFLAGS for package building, ..). We will see if this is the right direction. | |||
2010-11-20 | convert to UUID; make panic-reboot-time a flag; prevent automatic fsck | Thorsten Glaser | |
note: uuid.patch currently still panics ☹ Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2010-11-14 | consolidate x86/x86_64 support | Waldemar Brodkorb | |
use hardware profiles, instead of extra target dirs. fix dependencies. | |||
2010-10-23 | reduce delay before mounting root on usb stick | Waldemar Brodkorb | |
2010-09-18 | target is renamed | Waldemar Brodkorb | |
2010-05-20 | reduce bootup time, update kernel config | Waldemar Brodkorb | |
2010-05-20 | activate and refresh support for rb411/rb433 | Waldemar Brodkorb | |
after n0-1 helped to find a way to fix my broken rb433 by using the primary bootloader via shortening a jumper I got the motivation to get this target working again. Summarize both targets to newly created rb4xx target. | |||
2010-04-21 | fat commit to add support for firefox on ibm x40 via usb stick | Waldemar Brodkorb | |
- add support for IBM X40 notebook - add USB boot support - add firefox package - update and add all dependencies for firefox - add xorg intel driver - add dri support for xorg | |||
2010-03-01 | update rb532 to 2.6.33 | Waldemar Brodkorb | |
2010-02-22 | optimize kernel config for foxg20 | Waldemar Brodkorb | |
- boot from microsd now works - finetune adkinstall | |||
2010-02-21 | rename ext2-cf target rootfs to ext2-block | Waldemar Brodkorb | |
- add a foxg20 adkinstaller (not working yet) - rename ext2-cf target rootfs to ext2-block | |||
2010-01-30 | implement installation on nand and fix nand bootup | Waldemar Brodkorb | |
rb532 nand usage fixed. Rename cfinstall to adkinstall to abstract from backend device used. | |||
2009-11-20 | /init should be used. Seems that our kernel patch is not enough | Waldemar Brodkorb | |
2009-09-09 | add shuttle and tomtom device support | Waldemar Brodkorb | |
barely tested. TomTom support is for my tomtom rider 2 navigation system and is a new toolchain only target. I will add some special applications later. Shuttle is my ADK buildserver. At least I can boot via PXE and create software raid devices. Still need to figure out how to manage grub2 and how to integrate a disk installer or something like that. |