aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/arm/at91/libat91
Commit message (Expand)AuthorAgeFilesLines
* Remove sys/boot/arm/at91 and ixp425Warner Losh2017-10-2532-6530/+0
* Revert r321969Enji Cooper2017-08-033-14/+11
* Fix the return types for printf and putchar to match their libc andEnji Cooper2017-08-033-11/+14
* sys/boot: spelling fixes in comments.Pedro F. Giffuni2016-04-302-8/+8
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Enable at91 systems to boot from high capacity SD cards.Ian Lepore2014-07-263-142/+278
* Silence a clang warning about a while loop with an empty body.Ian Lepore2014-07-261-2/+4
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-0/+1
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Use the pin number rather than the hybrid pin number + name.Warner Losh2012-07-156-31/+31
* Allow other SOCs to be compiled in, first step.Warner Losh2012-07-071-1/+3
* Hack to unbreak boot2 for at91rm9200 boot loader. When the at91samWarner Losh2012-05-111-0/+2
* Replace `inline static' by `static inline'.Ed Schouten2011-12-131-2/+2
* BWCT boards can have 128MB SDRAM.Bernd Walter2010-03-091-1/+1
* BWCT boards uses two different SPI flash chipsBernd Walter2007-12-231-2/+3
* 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
* Use the .S version for now. I have a version optimized for size p4,Warner Losh2007-08-091-1/+1
* MFp4:Warner Losh2007-07-135-5/+17
* 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
* 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-151-1/+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: 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-161-0/+125
* MFp4: boot on KB9202 correctly. Also, reduce the size of the SD/MMC driverWarner Losh2006-11-0915-163/+331
* There's no fpga.c, so omit it.Warner Losh2006-10-201-1/+1
* MFp4:Warner Losh2006-10-2022-1058/+793
* MFp4: First cut at making spi and/or sd card booting work, needs workWarner Losh2006-08-1611-87/+2297
* 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
* MFp4: consolidate #include files down to lib.hWarner Losh2006-08-104-69/+24
* MFp4: These will migrate to the boot specific directories because theyWarner Losh2006-08-102-633/+0
* MFp4: Make it clearer that the address passed to the eeprom routines isWarner Losh2006-08-101-8/+8
* MFp4: Catchup with migration of some defines.Warner Losh2006-08-101-317/+1
* MFp4: Tweaks for our board.Warner Losh2006-08-101-1/+1
* MFp4: Increase character timeout to 10. Make it a #define for easierWarner Losh2006-08-101-8/+9
* 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-1/+13