Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2009-09-02 | make rescue for x86_64 usable as PXE netboot image | Waldemar Brodkorb | |
A kernel with initramfs piggyback can be used to boot via PXE, even when the network driver will be loaded later. My shuttle seems to be really fresh, no boot of Debian/lenny or newer was possible. Add some drivers I need for my shuttle. Use LZMA-compression for kernel and initramfs. Fix some lvm tool dependencies meanwhile.. | |||
2009-08-22 | make lemote yeelong finally usable | Waldemar Brodkorb | |
- moved startup script for all targets to /start - add kernel patch to use /start - add cryptinit package - make an encrypted rootfilesystem as choice for lemote | |||
2009-06-12 | kernel patch cleanup | Waldemar Brodkorb | |
- move patches to kernel version specific directory - enable execute bit on md5sum wrapper - remove wrong include in BSDmakefile - enable ROOTFS for rb532 device - add mips specific patch for lib/delay.c typo | |||
2009-06-01 | remove unused $Id$ | Waldemar Brodkorb | |
- $id$ substitution is not apropriate for git scm | |||
2009-05-17 | Revert "temporary workaround for rb532-cf" | Waldemar Brodkorb | |
This reverts commit 405ddb454df898fd52d93b02b72c40269a65325c. created extra branch for rb532 fixes | |||
2009-05-17 | temporary workaround for rb532-cf | Phil Sutter | |
2009-05-17 | Initial import | wbx | |