summaryrefslogtreecommitdiff
path: root/sys/boot/arm
Commit message (Expand)AuthorAgeFilesLines
* MFC 239054,239057,239058,239060,239066,239067,239068,239070,239073,Andrey V. Elsukov2012-11-181-0/+4
* MFH r226506: Look for /boot/config in addition to /boot.configBaptiste Daroussin2012-02-092-4/+8
* MFC r225955Andrew Thompson2012-01-091-1/+1
* No need to list an obsolete arm compiler here.Warner Losh2011-01-202-2/+0
* Don't need __DYNAMIC here. it is commented out and a.out only -- these are a...Warner Losh2011-01-201-2/+0
* We no longer need the OUTPUT_FORMAT line, so fix the build by removing it.Warner Losh2010-11-151-1/+0
* Fix typos.Rebecca Cran2010-11-091-2/+2
* MFtbemd:Warner Losh2010-08-231-1/+1
* It turns out that the OUTPUT_FORMAT should do the right thing for both endian...Warner Losh2010-08-232-135/+1
* MF tbemd: differentiate between arm and armebWarner Losh2010-08-232-1/+135
* Fix conditional FDT support in loader(8).Rafal Jaworowski2010-06-131-1/+3
* Initial loader(8) support for Flattened Device Tree.Rafal Jaworowski2010-05-252-2/+14
* BWCT boards can have 128MB SDRAM.Bernd Walter2010-03-092-2/+6
* fix signed warningBernd Walter2010-03-091-1/+1
* add delays around 16-bit enable/disable a la the driver; w/o thisSam Leffler2008-12-191-0/+2
* merge WIP multi-board support; tested on Avila and Cambria, stillSam Leffler2008-12-134-75/+154
* Let ARM loader(8) build with the man page.Rafal Jaworowski2008-11-271-4/+3
* Initial storage functionality for U-Boot support library.Rafal Jaworowski2008-11-193-3/+4
* Initial support of loader(8) for ARM machines running U-Boot.Rafal Jaworowski2008-10-147-1/+422
* More diff reductions against ixp425/boot2/boot2.c. This time, weWarner Losh2008-10-071-0/+87
* Diff reduction with boot/arm/at91/boot2/boot2.c: indent this statementWarner Losh2008-10-071-1/+1
* don't hardcode ccSam Leffler2008-10-071-3/+3
* Add a boot loader for ixp425 based boards like the Gateworks AvilaJohn Hay2008-10-067-0/+1473
* Bring in the trivial differences between this code and John Hay's newWarner Losh2008-10-051-17/+26
* Remove XMODEM_DL support. It never was complete and only serves toWarner Losh2008-10-053-14/+0
* Indent with 8-space tabs. This reduces the diffs to the newer ixp425Warner Losh2008-10-051-154/+158
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-252-0/+5
* - remove code from oroginal file, which is not required on BWCT boardsBernd Walter2007-12-231-50/+84
* BWCT boards uses two different SPI flash chipsBernd Walter2007-12-231-2/+3
* Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE isJohn Baldwin2007-10-261-0/+1
* Fix signedness to make gcc happy.Olivier Houchard2007-10-253-4/+4
* Load the bytes into the EMAC's MAC address register in the properWarner Losh2007-10-251-2/+2
* 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