summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Collapse)AuthorAgeFilesLines
* Make the default "init_path" value breakable, so it fits on theru2006-08-201-1/+1
| | | | | | screen's width, thus eliminating a groff(1) warning. Suggested by: marck
* Copy powerpc ficl files sysdep files (maybe we need a common one)imp2006-08-182-0/+533
|
* Build at91imp2006-08-181-1/+1
|
* Support compiling as part of worldimp2006-08-181-1/+1
|
* Wordsmithing on the ixgb(4) and mxge(4) descriptions.brueffer2006-08-181-2/+2
| | | | Suggested by: ru (ixgb)
* Add more modules, correct alphabetical order.brueffer2006-08-181-1/+3
|
* kern.ipc.nmbclusters is sysctl, not compile-time option. Change Dv to Va.marck2006-08-181-3/+3
| | | | | | | Touch .Dd. Pointed out by: ru MFC after: 1 week
* Remove references to NMBCLUSTERS which is obsoleted.marck2006-08-182-5/+3
| | | | | | PR: 100427 Approved by: maxim MFC after: 1 week
* MFp4: changes since .s -> .S rename. Use correct header for sizeimp2006-08-171-2/+17
|
* MFp4: First cut at making spi and/or sd card booting work, needs workimp2006-08-1619-119/+2940
|
* MFp4:imp2006-08-163-41/+23
| | | | | Tidy up a bit. Make sure that the burned image matches the downloaded one.
* MFp4:imp2006-08-163-48/+5
| | | | Simplify life a little for such a simple program.
* Several updates:brueffer2006-08-141-14/+21
| | | | | | | | - Added missing file system/network/sound module entries - Removed obsolete network module entries - Capitalized (Fast|Gigabit) Ethernet MFC after: 1 week
* MFp4: Integrate a boatload of bug fixes from p4. We're right on theimp2006-08-107-2/+705
| | | | | | | | | | | 8k boundary with this program still. text data bss dec hex filename 7925 4 4476 12405 3075 bootiic.out so we have like 293 bytes left before we have to play games. There may be ways to reduce that somewhat, but they start to be very board specific.
* MFp4:imp2006-08-101-6/+23
| | | | | | Reach over into the arm tree to grab some at91 definitions. Better warnings Lots of build tweaks
* MFp4: remove obsolete filesimp2006-08-102-109/+0
|
* MFp4:imp2006-08-103-2/+294
| | | | | Remove obsolete files in list Add spi flash reading routines
* MFp4: Numerous changes from p4 to try to improve tftp downloading,imp2006-08-102-242/+230
| | | | | reduce code footprint, etc. While some problems still remain, the reliability of tftp is much improved.
* MFp4: consolidate #include files down to lib.himp2006-08-104-69/+24
|
* MFp4: These will migrate to the boot specific directories because theyimp2006-08-102-633/+0
| | | | are too hard to share between the different boot loaders.
* MFp4: Make it clearer that the address passed to the eeprom routines isimp2006-08-101-8/+8
| | | | really an offset within the eeprom device, and not a IIC address.
* MFp4: Catchup with migration of some defines.imp2006-08-101-317/+1
|
* MFp4: Tweaks for our board.imp2006-08-101-1/+1
|
* MFp4: Increase character timeout to 10. Make it a #define for easierimp2006-08-101-8/+9
| | | | | | | changes in the future. This helps with getting started and to overcome the really sucky level of granuality this timeout has in getc. A timeout of 1 means 'wait until top of next second' rather than 'wait for at least a second'.
* Don't need to special case arm here anymoreimp2006-08-101-2/+0
|
* Add a dummy makefile to keep build happyimp2006-08-101-0/+5
|
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-042-2/+2
| | | | | | | | | | This change affects documentation and comments only, no real code involved. PR: misc/101245 Submitted by: Darren Pilgrim <darren pilgrim bitfreak org> Tested by: md5(1) MFC after: 1 week
* Add snd_emu10kx_loadache2006-07-261-0/+1
|
* Add an entry for the stge(4) module.yongari2006-07-251-1/+1
| | | | | While I'm here remove a stale wx(4) entry which was removed 4 years, 9 months ago.
* Don't descend into ${MACHINE} on the arm platforms.imp2006-06-181-0/+2
|
* Increment the disk block offset after writing, not before. Thisiedowse2006-05-311-3/+3
| | | | | | | | | | fixes filesystem corruption when nextboot.conf is located after cylinder 1023. The bug appears to have been introduced at the time bd_read was copied to create bd_write. PR: bin/98005 Reported by: yar MFC after: 1 week
* - Replace the entry for the no longer existing lnc(4) module with anmarius2006-05-141-2/+3
| | | | | | entry for the replacement le(4) module. - Add an entry for the gem(4) module. - Remove gratuitous whitespace in the description of the hme(4) entry.
* Add a bootable CD support.nyan2006-05-144-1/+1169
|
* Remove more Alpha bits from the boot code including fixing severaljhb2006-05-1211-30/+8
| | | | stale comments.
* Remove Alpha bits for ficl.jhb2006-05-124-544/+0
|
* First pass at removing Alpha kernel support.jhb2006-05-1162-6642/+0
|
* Fix build (s:pc98/cbus/cbus.h:pc98/pc98/pc98_machdep.h:)nyan2006-05-091-1/+1
| | | | Pointyhat to: nyan
* Restore the pre-5.x behavior of only beeping if the user makes a badjhb2006-05-031-5/+8
| | | | | | | | | | | selection and not always beeping on startup. The two bytes for the extra 'jmp' instruction were obtained by removing recognition of BSD/OS partitions. Requested by: many Tested by: subset of many Head nod: imp, keramida MFC after: 2 weeks
* Use PTOV() to convert physical addresses to appropriate virtual addressesjhb2006-04-251-2/+4
| | | | | in the loader when searching for the ACPI RSDP. (The loader runs in a flat mode with va 0 == pa 0xa000.)
* MFp4:imp2006-04-211-2/+2
| | | | | Make getc(0) polling (this has the happy side effect of saving 8 bytes in the generated code).
* MFp4: Loop forever getting characters... A kludge for now.imp2006-04-211-1/+1
|
* MFp4: Integrate support for building tag support for linux booting.imp2006-04-211-0/+7
|
* MFp4:imp2006-04-211-5/+2
| | | | | | Init eeprom here now that we don't init the eeprom in arm_init.s and read in the second 8k of the data. Tweak formatting.
* Move from arm_init.s -> .S. #ifdef linux vs freebsd defaults for theimp2006-04-212-13/+10
| | | | | boot loader (linux booting helps regression testing). No repo copy because of limited history.
* MFp4: formatting nits and minor style changes that likely won't matter.imp2006-04-211-2/+2
|
* Allow one to enable building tags. Check the size of the boot imag.imp2006-04-211-2/+15
|
* MFp4:imp2006-04-211-1/+13
| | | | | On the KB9202 go ahead and enable the flash controller so the boot loader can access the parallel flash.
* MFp4:imp2006-04-211-1/+3
| | | | | | | Make this compile, assuming that you have linux installed in a sensible place. tag_list is disabled by default, since we don't distribute linux, but it is desirable to allow the boot loader to boot Linux or FreeBSD (mostly for testing).
* MFp4:imp2006-04-211-2/+2
| | | | Minor diffs to reduce diffs to p4.
* spi flash updating boot loader. upload this file for the recoveryimp2006-04-213-0/+92
| | | | | | xmodem download. Then download the image you want in the flash. This will burn the image into the flash. You must then reset the unit and the new flash image will be used for booting...
OpenPOWER on IntegriCloud