aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Don't need to special case arm here anymoreWarner Losh2006-08-101-2/+0
* Add a dummy makefile to keep build happyWarner Losh2006-08-101-0/+5
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-042-2/+2
* Add snd_emu10kx_loadAndrey A. Chernov2006-07-261-0/+1
* Add an entry for the stge(4) module.Pyun YongHyeon2006-07-251-1/+1
* Don't descend into ${MACHINE} on the arm platforms.Warner Losh2006-06-181-0/+2
* Increment the disk block offset after writing, not before. ThisIan Dowse2006-05-311-3/+3
* - Replace the entry for the no longer existing lnc(4) module with anMarius Strobl2006-05-141-2/+3
* Add a bootable CD support.Yoshihiro Takahashi2006-05-144-1/+1169
* Remove more Alpha bits from the boot code including fixing severalJohn Baldwin2006-05-1211-30/+8
* Remove Alpha bits for ficl.John Baldwin2006-05-124-544/+0
* First pass at removing Alpha kernel support.John Baldwin2006-05-1162-6642/+0
* Fix build (s:pc98/cbus/cbus.h:pc98/pc98/pc98_machdep.h:)Yoshihiro Takahashi2006-05-091-1/+1
* Restore the pre-5.x behavior of only beeping if the user makes a badJohn Baldwin2006-05-031-5/+8
* Use PTOV() to convert physical addresses to appropriate virtual addressesJohn Baldwin2006-04-251-2/+4
* MFp4:Warner Losh2006-04-211-2/+2
* MFp4: Loop forever getting characters... A kludge for now.Warner Losh2006-04-211-1/+1
* MFp4: Integrate support for building tag support for linux booting.Warner Losh2006-04-211-0/+7
* MFp4:Warner Losh2006-04-211-5/+2
* Move from arm_init.s -> .S. #ifdef linux vs freebsd defaults for theWarner Losh2006-04-212-13/+10
* MFp4: formatting nits and minor style changes that likely won't matter.Warner Losh2006-04-211-2/+2
* Allow one to enable building tags. Check the size of the boot imag.Warner Losh2006-04-211-2/+15
* MFp4:Warner Losh2006-04-211-1/+13
* MFp4:Warner Losh2006-04-211-1/+3
* MFp4:Warner Losh2006-04-211-2/+2
* spi flash updating boot loader. upload this file for the recoveryWarner Losh2006-04-213-0/+92
* iic eeprom updating boot loader. upload this file for the recoveryWarner Losh2006-04-213-0/+98
* Add boot0iic and boot0spi. These are 'shortcut' boot loaders designedWarner Losh2006-04-211-1/+1
* MFp4 (checkpoint of work in progress):Warner Losh2006-04-1934-48/+2979
* Fix style nit noticed by bde.Warner Losh2006-04-151-1712/+1712
* Add commented out define for TSC board's boot0.Warner Losh2006-04-131-0/+1
* MFp4:Warner Losh2006-04-131-4/+7
* Merge from p4:Warner Losh2006-04-131-1084/+1084
* Need at91rm9200_lowlevel.h for SDRAM_BASE definition.Warner Losh2006-04-131-0/+1
* Common register definition for AT91RM9200Warner Losh2006-04-121-0/+2747
* Recovery boot loader for the AT91 family of processors. Download itWarner Losh2006-04-1211-0/+769
* Merge in timeout into A20-enable routine from cdboot/boot1.Maxim Sobolev2006-04-111-3/+10
* Drop the gateA20() function in the loader as it is unused. All the otherJohn Baldwin2006-04-115-100/+2
* Minor whitespace tweak.John Baldwin2006-04-111-2/+1
* Tweak comment.John Baldwin2006-04-111-4/+4
* Use the proper condition to determine that we matched an filename.John Baldwin2006-04-111-1/+1
* When enabling A20 put upper limit on amount of time we wait for the keyboardMaxim Sobolev2006-04-111-3/+10
* Remove the USB keyboard hack now that KBDMUX is enabled by default. AllowScott Long2006-03-311-11/+1
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-179-11/+31
* Export SMBIOS serial numbers by default. To turn it off, useJung-uk Kim2006-03-142-8/+8
* Micro-optimize invalid UUID check.Jung-uk Kim2006-03-101-1/+3
* - Implement serial numbers, UUID, and asset tag (turned off by default).Jung-uk Kim2006-03-093-31/+80
* Remove ELF dynamic tag definitions that aren't used. Ideally,Marcel Moolenaar2006-01-181-21/+2
* s/R_IA64_/R_IA_64_/g as per the ia64 psABI.Marcel Moolenaar2006-01-171-18/+13
* In moduledir_readhints() cast the value returned by sizeof() to ssize_tMarius Strobl2006-01-121-1/+2