log

age author description
Fri, 23 Jan 2009 13:35:20 -0600 Rob Landley Change NATIVE_TOOLCHAIN to work like all the other config variables: unset gives the default behavior.
Thu, 22 Jan 2009 17:03:52 -0600 Rob Landley Rename $NATIVE to $NATIVE_ROOT and allow it to be supplied externally so system-image.sh can package up an arbitrary native root filesystem source dir.
Mon, 19 Jan 2009 22:57:49 -0600 Rob Landley Upgrade toybox to 0.0.8.
Mon, 19 Jan 2009 22:56:42 -0600 Rob Landley Add slightly more debugging/status info to download.
Sat, 17 Jan 2009 19:49:46 -0600 Rob Landley Another patch from Mark Miller, making BOOT_RAW a visible config option.
Sat, 17 Jan 2009 19:48:23 -0600 Rob Landley Mark Miller pointed out that $LINUX_FLAGS is needed for the initramfs build.
Sat, 17 Jan 2009 05:46:47 -0600 Rob Landley Switch from one sh4 that doesn't work to another sh4 that doesn't work. This one's based on the sh4 qemu defconfig.
Sat, 17 Jan 2009 05:44:27 -0600 Rob Landley The kernel changed so CONFIG_BLK_DEV_INITRD has to be enabled to use initramfs; yes even the built-in one.
Fri, 16 Jan 2009 02:31:18 -0600 Rob Landley Make initramfs work, add "--memory MEGS" option to ./run-emulator.sh and make run-from-build.sh use it.
Fri, 16 Jan 2009 02:28:05 -0600 Rob Landley Silence a pointless warning so I don't get any more questions about it.
Wed, 14 Jan 2009 21:43:26 -0600 Rob Landley More initramfs fixes. Still doesn't work yet.
Wed, 14 Jan 2009 02:42:17 -0600 Rob Landley According to "make arch=mips help", mips can also make vmlinux.bin, vmlinux.ecoff, and vmlinux.srec. I think vmlinux.bin is what wrt610n needs to feed into trx?
Tue, 13 Jan 2009 22:16:10 -0600 Rob Landley More tweaks to make hw- targets work.
Tue, 13 Jan 2009 18:35:25 -0600 Rob Landley Two more $ARCH->$ARCH_NAME changes for hw- targets, add another example to config, and make hw-wrt610n build.
Tue, 13 Jan 2009 18:32:38 -0600 Rob Landley Random update to docs I did a while ago, need to do more.
Tue, 13 Jan 2009 18:28:21 -0600 Rob Landley Actually define CROSS (missed in 581).
Tue, 13 Jan 2009 16:42:46 -0600 Rob Landley Move mirror list into download.sh.
Mon, 12 Jan 2009 02:47:32 -0600 Rob Landley More changes for initramfs and hw- targets with a base architecture.
Sun, 11 Jan 2009 14:24:22 -0600 Rob Landley Rename package-mini-native.sh to system-image.sh so the scripts and tarballs they create all have the same name.
Sun, 11 Jan 2009 03:16:17 -0600 Rob Landley Delete man pages (they take up almost 2 megs) and consolidate some code.
Fri, 09 Jan 2009 22:40:15 -0600 Rob Landley Alas, bash won't leave variables set after a loop exits unless export every single one.
Fri, 09 Jan 2009 22:03:04 -0600 Rob Landley Add hw-wrt610n hardware target using BASE_ARCH=mipsel.
Fri, 09 Jan 2009 22:02:14 -0600 Rob Landley Add BASE_ARCH support, so a hardware architecture can specify a base architecture and just provide a different kernel.
Fri, 09 Jan 2009 15:13:11 -0600 Rob Landley Mark's doing a better one at http://impactlinux.com/code/gfs
Fri, 09 Jan 2009 02:15:22 -0600 Rob Landley Remove an unneeded bashism that busybox ash doesn't do anyway.
Fri, 09 Jan 2009 01:22:54 -0600 Rob Landley Fix an "it doesn't boot" bug dating back to commit 553. Sigh.
Thu, 08 Jan 2009 00:13:50 -0600 Rob Landley Move bin/qemu-setup.sh to sbin/init.sh and do more work on initramfs packaging. (Doesn't work yet.)
Thu, 08 Jan 2009 00:05:53 -0600 Rob Landley Fix a couple brown paper bag bugs (oops) and general cleanups.
Wed, 07 Jan 2009 17:15:52 -0600 Rob Landley Make the init script care about PID rather than script name for determining qemu vs chroot invocation.
Mon, 05 Jan 2009 21:23:45 -0600 Mark Miller Re-added the padding to the CRC32 section, and added flags for the toybox cksum to compute the IEEE 802.3 little-endian pre-inversion no post-inversion no-length cksum.