summaryrefslogtreecommitdiff
path: root/sys/boot/arm/at91/bootspi/loader_prompt.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove sys/boot/arm/at91 and ixp425Warner Losh2017-10-251-363/+0
| | | | | | | | | | | | | Remove at91 bootloader. It only worked on AT91RM9200, and only specific boards that were all EOLd 10 years ago. Remove ixp425. It doesn't build anymore and is for boards that were EOLd 8 years ago. Sponsored by: Netflix Notes: svn path=/head/; revision=324982
* Remove vestiges of very specific fpga support for my company's board.Warner Losh2007-03-151-37/+0
| | | | | | | | | | It isn't relevant to FreeBSD as a whole, breaks the build, and isn't even needed for my company's boards anymore... MFC After: 2 weeks Notes: svn path=/head/; revision=167586
* MFp4: default to not loading the fpgaWarner Losh2006-10-211-1/+0
| | | | Notes: svn path=/head/; revision=163598
* MFp4: Update to smaller code footprint.Warner Losh2006-10-211-12/+53
| | | | Notes: svn path=/head/; revision=163597
* MFp4: First cut at making spi and/or sd card booting work, needs workWarner Losh2006-08-161-0/+360
Notes: svn path=/head/; revision=161370