summaryrefslogtreecommitdiffstats
path: root/sys/boot/arm/at91
Commit message (Expand)AuthorAgeFilesLines
* MFC boot loader path and RBX constant deduplicationemaste2016-02-091-40/+4
* MFC r264400,r265836:ngie2014-12-317-7/+7
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-1/+1
* Convert old make variable modifiers :U and :L to bmake :tu and :tl.tijl2013-06-022-2/+2
* Use the pin number rather than the hybrid pin number + name.imp2012-07-157-35/+35
* Generalize this for loading the loader into the SPI. Plus trim aboutimp2012-07-071-11/+5
* Allow other SOCs to be compiled in, first step.imp2012-07-071-1/+3
* Strip out the useless junk. All we really care about is the text,imp2012-07-071-232/+0
* Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and preventgleb2012-05-251-4/+3
* Add support for passing in the board ID.imp2012-05-111-2/+3
* Hack to unbreak boot2 for at91rm9200 boot loader. When the at91samimp2012-05-111-0/+2
* Replace `inline static' by `static inline'.ed2011-12-131-2/+2
* Look for /boot/config in addition to /boot.config, with the former takingdes2011-10-181-2/+4
* No need to list an obsolete arm compiler here.imp2011-01-202-2/+0
* Don't need __DYNAMIC here. it is commented out and a.out only -- these are a...imp2011-01-201-2/+0
* BWCT boards can have 128MB SDRAM.ticso2010-03-092-2/+6
* fix signed warningticso2010-03-091-1/+1
* More diff reductions against ixp425/boot2/boot2.c. This time, weimp2008-10-071-0/+87
* Bring in the trivial differences between this code and John Hay's newimp2008-10-051-17/+26
* Remove XMODEM_DL support. It never was complete and only serves toimp2008-10-053-14/+0
* Indent with 8-space tabs. This reduces the diffs to the newer ixp425imp2008-10-051-165/+169
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+2
* - remove code from oroginal file, which is not required on BWCT boardsticso2007-12-231-52/+86
* BWCT boards uses two different SPI flash chipsticso2007-12-231-2/+3
* Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE isjhb2007-10-261-0/+1
* Fix signedness to make gcc happy.cognet2007-10-253-4/+4
* Load the bytes into the EMAC's MAC address register in the properimp2007-10-251-2/+2
* Don't pass RB_BOOTINFO to the kernel. There's no bootinfo actuallyimp2007-08-171-1/+1
* Use the .S version for now. I have a version optimized for size p4,imp2007-08-091-1/+1
* MFp4:imp2007-07-1311-34/+197
* Loop on sdcard init. This helps if one hasn't plugged in the cardimp2007-04-021-1/+2
* RTC_TIMR's RTC_SEC field is BCD. That makes it unsuitable forimp2007-03-284-8/+13
* Since we're about to set ST_RTMR to 1 to increase the accuracy of theimp2007-03-281-3/+0
* All SD cards have a block size of 512. The READ_BL_LEN field in theimp2007-03-281-4/+6
* Various buglets fixed (from submitter):imp2007-03-281-6/+7
* Fix problem where memcmp would return true in the case where theimp2007-03-281-1/+1
* Fix off by one error in length of the string.imp2007-03-281-1/+1
* Remove vestiges of very specific fpga support for my company's board.imp2007-03-152-38/+1
* MFp4: differences for bwct ethernet attachmentimp2006-12-202-3/+13
* MFp4: Differences in flash part for bwct. need a more generic way to cope.imp2006-12-202-0/+35
* MFp4: Add timeout to eeprom access for lame eeprom that go awolimp2006-12-202-4/+8
* MFp4: bwct memory size and PLL parametersimp2006-12-201-0/+8
* MFp4: bwct boot rom is different. need a more generic way to cope long term.imp2006-12-201-0/+4
* MFp4: Delay a second or two after the upload before printing Done.imp2006-12-201-2/+6
* MFp4: bwct is a new board choice.imp2006-12-201-1/+1
* Mfp4: Remove mci_device.c. It should have been removed when it wasimp2006-11-161-575/+0
* Move to using a common arm_init.S. These things are more similar thanimp2006-11-168-248/+26
* MFp4: Don't fix the size at 8k, and some minor cleanups. andre@ contributedimp2006-11-161-4/+11
* MFp4: Improvements, including the ability to download to an arbitraryimp2006-11-161-5/+8
* Tweaks for better boot flavor support.imp2006-11-161-5/+2
OpenPOWER on IntegriCloud