aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/arm
Commit message (Expand)AuthorAgeFilesLines
* MFC: Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE isJohn Baldwin2007-11-081-0/+1
* Don't pass RB_BOOTINFO to the kernel. There's no bootinfo actuallyWarner Losh2007-08-171-1/+1
* Use the .S version for now. I have a version optimized for size p4,Warner Losh2007-08-091-1/+1
* MFp4:Warner Losh2007-07-1311-34/+197
* Loop on sdcard init. This helps if one hasn't plugged in the cardWarner Losh2007-04-021-1/+2
* RTC_TIMR's RTC_SEC field is BCD. That makes it unsuitable forWarner Losh2007-03-284-8/+13
* Since we're about to set ST_RTMR to 1 to increase the accuracy of theWarner Losh2007-03-281-3/+0
* All SD cards have a block size of 512. The READ_BL_LEN field in theWarner Losh2007-03-281-4/+6
* Various buglets fixed (from submitter):Warner Losh2007-03-281-6/+7
* Fix problem where memcmp would return true in the case where theWarner Losh2007-03-281-1/+1
* Fix off by one error in length of the string.Warner Losh2007-03-281-1/+1
* Remove vestiges of very specific fpga support for my company's board.Warner Losh2007-03-152-38/+1
* MFp4: differences for bwct ethernet attachmentWarner Losh2006-12-202-3/+13
* MFp4: Differences in flash part for bwct. need a more generic way to cope.Warner Losh2006-12-202-0/+35
* MFp4: Add timeout to eeprom access for lame eeprom that go awolWarner Losh2006-12-202-4/+8
* MFp4: bwct memory size and PLL parametersWarner Losh2006-12-201-0/+8
* MFp4: bwct boot rom is different. need a more generic way to cope long term.Warner Losh2006-12-201-0/+4
* MFp4: Delay a second or two after the upload before printing Done.Warner Losh2006-12-201-2/+6
* MFp4: bwct is a new board choice.Warner Losh2006-12-201-1/+1
* Mfp4: Remove mci_device.c. It should have been removed when it wasWarner Losh2006-11-161-575/+0
* Move to using a common arm_init.S. These things are more similar thanWarner Losh2006-11-168-248/+26
* MFp4: Don't fix the size at 8k, and some minor cleanups. andre@ contributedWarner Losh2006-11-161-4/+11
* MFp4: Improvements, including the ability to download to an arbitraryWarner Losh2006-11-161-5/+8
* Tweaks for better boot flavor support.Warner Losh2006-11-161-5/+2
* Mfp4: We no longer need ee.h included here.Warner Losh2006-11-161-1/+0
* MFp4: boot2 should now buildWarner Losh2006-11-092-1/+3
* MFp4: boot on KB9202 correctly. Also, reduce the size of the SD/MMC driverWarner Losh2006-11-0915-162/+330
* MFp4: Support KB9202 booting betterWarner Losh2006-11-091-0/+4
* Fix typoWarner Losh2006-11-091-1/+1
* MFp4: Make boot2 work on Kwikbyte KB9202 boards.Warner Losh2006-11-094-10/+67
* MFp4: Merge a slightly more generic build infrastructure.Warner Losh2006-11-091-6/+8
* MFp4: Remove bogus \rWarner Losh2006-11-091-2/+2
* Don't descend into at91 until we sort out the boot loader issues more generallyWarner Losh2006-10-231-1/+1
* MFp4: default to not loading the fpgaWarner Losh2006-10-215-5/+170
* MFp4: Update to smaller code footprint.Warner Losh2006-10-215-17/+67
* MFp4: Move to smaller code footprint.Warner Losh2006-10-212-20/+20
* MFp4: Move to smaller code. This was somehow forgotten before.Warner Losh2006-10-211-5/+5
* There's no fpga.c, so omit it.Warner Losh2006-10-201-1/+1
* MFp4:Warner Losh2006-10-2025-1050/+1157
* Build at91Warner Losh2006-08-181-1/+1
* Support compiling as part of worldWarner Losh2006-08-181-1/+1
* MFp4: changes since .s -> .S rename. Use correct header for sizeWarner Losh2006-08-171-2/+17
* MFp4: First cut at making spi and/or sd card booting work, needs workWarner Losh2006-08-1619-119/+2940
* MFp4:Warner Losh2006-08-163-41/+23
* MFp4:Warner Losh2006-08-163-48/+5
* MFp4: Integrate a boatload of bug fixes from p4. We're right on theWarner Losh2006-08-107-2/+705
* MFp4:Warner Losh2006-08-101-6/+23
* MFp4: remove obsolete filesWarner Losh2006-08-102-109/+0
* MFp4:Warner Losh2006-08-103-2/+294
* MFp4: Numerous changes from p4 to try to improve tftp downloading,Warner Losh2006-08-102-242/+230