Up to [cvs.NetBSD.org] / src / sys / arch / sandpoint / stand / altboot
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.22 / (download) - annotate - [select for diffs], Tue Dec 25 17:02:35 2012 UTC (4 months, 3 weeks ago) by phx
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
tls-maxphys-nbase,
tls-maxphys-base,
khorben-n900,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.21: +46 -2
lines
Diff to previous 1.21 (colored)
Add a DEBUG function to search the Flash for byte-streams, as U-Boot usually doesn't offer a search function.
Revision 1.21 / (download) - annotate - [select for diffs], Mon May 21 21:34:16 2012 UTC (11 months, 4 weeks ago) by dsl
Branch: MAIN
CVS Tags: yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
jmcneill-usbmp-base10
Branch point for: tls-maxphys
Changes since 1.20: +3 -4
lines
Diff to previous 1.20 (colored)
Remove the code that tries to load the "ffs" kernel module during boot. This is in line with the core decision than even modular kernels should contain the ffs code. I've left in the code that tries to load "nfs" and "ext2fs", but it isn't clear that is necessary. Removes a warning message that (usually) flashes past to fast to read. AFAICT all the relevant kernels contain ffs (and nfs for that matter).
Revision 1.20 / (download) - annotate - [select for diffs], Fri Apr 27 00:35:43 2012 UTC (12 months, 3 weeks ago) by nisimura
Branch: MAIN
CVS Tags: jmcneill-usbmp-base9
Changes since 1.19: +6 -5
lines
Diff to previous 1.19 (colored)
Comment improvement. altboot(8) is now aware of the disk removal for mirrored drive configuration.
Revision 1.19 / (download) - annotate - [select for diffs], Thu Apr 26 19:59:37 2012 UTC (12 months, 3 weeks ago) by phx
Branch: MAIN
Changes since 1.18: +101 -75
lines
Diff to previous 1.18 (colored)
Multiple boot devices and/or paths may be specified, which are booted one after another until success. When no boot device is specified altboot tries to boot from all disk devices with a valid NetBSD disklabel, starting with unit 0.
Revision 1.18 / (download) - annotate - [select for diffs], Mon Apr 16 16:55:29 2012 UTC (13 months ago) by phx
Branch: MAIN
Changes since 1.17: +5 -5
lines
Diff to previous 1.17 (colored)
Improved Synology CS/RS support: watch power-state of all SATA drives before initializing them, configure drive LEDs to reflect SATA activity. Configure drives on all ATA PCI devices, not only on the first one.
Revision 1.17 / (download) - annotate - [select for diffs], Sun Jan 22 13:08:16 2012 UTC (15 months, 3 weeks ago) by phx
Branch: MAIN
CVS Tags: yamt-pagecache-base4,
netbsd-6-base,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2
Branch point for: netbsd-6
Changes since 1.16: +58 -62
lines
Diff to previous 1.16 (colored)
Support PATA drive configuration option (ide:N[N...]). Wait until drives are ready after cold-start. Wake up drives from standby mode. A default command line can be saved to flash as initrd image.
Revision 1.16 / (download) - annotate - [select for diffs], Sun Jan 1 18:25:03 2012 UTC (16 months, 2 weeks ago) by phx
Branch: MAIN
Changes since 1.15: +16 -9
lines
Diff to previous 1.15 (colored)
Handle devices with two network interfaces (e.g. a DSM-G600 with stge(4) and ath(4)).
Revision 1.15 / (download) - annotate - [select for diffs], Sun Nov 6 20:20:57 2011 UTC (18 months, 1 week ago) by phx
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3
Branch point for: jmcneill-usbmp
Changes since 1.14: +69 -1
lines
Diff to previous 1.14 (colored)
Added a test terminal for communicating with the satellite microcontroller. When compiled with DEBUG option it can be entered by typing 'C'.
Revision 1.14 / (download) - annotate - [select for diffs], Mon Apr 25 18:29:33 2011 UTC (2 years ago) by phx
Branch: MAIN
CVS Tags: yamt-pagecache-base,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
cherry-xenmp-base,
cherry-xenmp
Branch point for: yamt-pagecache,
jruoho-x86intr
Changes since 1.13: +3 -1
lines
Diff to previous 1.13 (colored)
Also scan for PCI_CLASS_RAID, when looking for disk devices.
Revision 1.13 / (download) - annotate - [select for diffs], Sun Mar 20 02:07:05 2011 UTC (2 years, 2 months ago) by phx
Branch: MAIN
Changes since 1.12: +13 -5
lines
Diff to previous 1.12 (colored)
The DSM-G600 U-Boot is so restricted that there is no possibility to pass any bootargs. So we will just do the default multiuser boot from wd0: when altboot was started together with a Linux initrd image.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Mar 13 15:23:43 2011 UTC (2 years, 2 months ago) by phx
Branch: MAIN
Changes since 1.11: +23 -4
lines
Diff to previous 1.11 (colored)
With the new boot argument "altboot" the program can replace itself with a new binary while running. The default boot path was changed from nfs: to wd0:. Bumped altboot version to 1.7.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Mar 13 01:56:21 2011 UTC (2 years, 2 months ago) by phx
Branch: MAIN
Changes since 1.10: +29 -1
lines
Diff to previous 1.10 (colored)
Enter interactive mode, when a key is pressed within two seconds.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Mar 12 16:41:23 2011 UTC (2 years, 2 months ago) by phx
Branch: MAIN
Changes since 1.9: +3 -1
lines
Diff to previous 1.9 (colored)
Introduced an optional shutdown function for all network interfaces. This is needed to stop a NIF and make it return to a known state. A running NIF may cause all sorts of bad effects, like for example making it impossible to reboot a board without a hardware-reset function.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 6 18:22:13 2011 UTC (2 years, 2 months ago) by phx
Branch: MAIN
Changes since 1.8: +29 -4
lines
Diff to previous 1.8 (colored)
Suport for loading a kernel from memory (RAM, ROM or Flash). The boot file path should look like "mem:<address>", where <address> is the start address, in hex notation, of the file in memory.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Mar 6 13:55:12 2011 UTC (2 years, 2 months ago) by phx
Branch: MAIN
Branch point for: bouyer-quota2
Changes since 1.7: +5 -3
lines
Diff to previous 1.7 (colored)
New experimental driver for SundanceIT ST1023 / IP1000+ NICs. PHY initialization, media select and MAC address are working, but I found no way to make the chip transmit any frame yet (although it clears the DONE flag). Moved DSK_DECL to globals.h, where NIF_DECL already was.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Feb 26 20:11:24 2011 UTC (2 years, 2 months ago) by phx
Branch: MAIN
CVS Tags: bouyer-quota2-nbase
Branch point for: rmind-uvmplock
Changes since 1.6: +46 -3
lines
Diff to previous 1.6 (colored)
Build altboot.img, which fakes a Linux kernel module, loadable with "bootm", for extremely stripped U-Boot firmware. Arguments are passed through the "bootargs" environment variable, which is detected automatically when using bootm. The startup code also fixes a bug in bootm, which doesn't flush the cache before running the image.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Feb 10 13:38:08 2011 UTC (2 years, 3 months ago) by nisimura
Branch: MAIN
CVS Tags: uebayasi-xip-base7,
bouyer-quota2-base
Changes since 1.5: +47 -34
lines
Diff to previous 1.5 (colored)
- some rework for PCI device enumeration. - allow dual IDE/SATA devices. - fix a typo of D-Link #define.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Jan 27 17:38:04 2011 UTC (2 years, 3 months ago) by phx
Branch: MAIN
Changes since 1.4: +7 -7
lines
Diff to previous 1.4 (colored)
Debugging output is only visible when DEBUG is defined.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jan 26 13:36:49 2011 UTC (2 years, 3 months ago) by nisimura
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
one more twist to complete newvers_stand.sh transition. Include timestamp in banner.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 26 13:13:25 2011 UTC (2 years, 3 months ago) by phx
Branch: MAIN
Changes since 1.2: +2 -3
lines
Diff to previous 1.2 (colored)
bootprog_maker and bootprog_date are missing since we switched to the MI newvers_stand.sh script. Remove the refering information line.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 23 07:41:38 2011 UTC (2 years, 3 months ago) by nisimura
Branch: MAIN
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
switch to use newvers_stand.sh as suggested by joerg@
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 23 01:05:30 2011 UTC (2 years, 3 months ago) by nisimura
Branch: MAIN
change bootloader name to "altboot". bump version and add README.