aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/arm
Commit message (Expand)AuthorAgeFilesLines
* Summary: Update CPU identification call to recent version.George V. Neville-Neil2015-02-111-1/+1
* Create a custom /boot/defaults/loader.conf for ARM. This differs from theIan Lepore2015-01-031-0/+13
* Convert a couple lingering NO_FORTH conditionals to test MK_FORTH.Ian Lepore2014-12-231-1/+1
* Start to allow platforms other than U-Boot to use the FDT code in loader byAndrew Turner2014-11-011-2/+3
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportAndrew Turner2014-10-011-2/+0
* Add a 'ubenv import' command to import environment variables from theIan Lepore2014-09-081-0/+26
* Enable at91 systems to boot from high capacity SD cards.Ian Lepore2014-07-263-142/+278
* The 'flags' variable is conflicting with some inline code in a header fileIan Lepore2014-07-261-2/+2
* Eliminate "no previous prototype for main" warnings.Ian Lepore2014-07-266-1/+14
* 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-064-2/+5
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-138-8/+8
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Recent versions of U-Boot require us to also backup and restore r9 for APIAndrew Turner2013-11-241-6/+12
* Always build ubldr as a soft-float binary as there is no support for VFPAndrew Turner2013-10-271-1/+1
* Fix ixp425 boot2 with ARM EABI:Andrew Turner2013-09-291-0/+5
* Install Forth infrastructure along with ubldr.Tim Kientzle2013-07-271-1/+14
* Convert old make variable modifiers :U and :L to bmake :tu and :tl.Tijl Coosemans2013-06-024-4/+4
* When running on armv6, set alignment checking to modulo-4 mode ratherIan Lepore2013-03-311-0/+8
* Provide verbose help for fdt commands on platforms that use it.Tim Kientzle2013-02-111-1/+1
* * Add the integer div & mod functions and ARM EABI support functions toAndrew Turner2013-02-051-2/+2
* Link against compiler-rt to pull in the required __aeabi_* functionsAndrew Turner2013-01-191-2/+2
* Ignore a warning in ubldr where clang doesn't understand the %D printfAndrew Turner2012-12-151-0/+3
* Handle LOADER_NO_DISK_SUPPORT knob in the arm and powerpc ubldr.Andrey V. Elsukov2012-09-091-0/+4
* Use the pin number rather than the hybrid pin number + name.Warner Losh2012-07-157-35/+35
* Generalize this for loading the loader into the SPI. Plus trim aboutWarner Losh2012-07-071-11/+5
* Allow other SOCs to be compiled in, first step.Warner Losh2012-07-071-1/+3
* Strip out the useless junk. All we really care about is the text,Warner Losh2012-07-071-232/+0
* Allow the load address used by ARM ubldr to be set via Make argument.Tim Kientzle2012-05-272-2/+19
* Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and preventGleb Kurtsou2012-05-252-8/+6
* Import work done under project/nand (@235533) into head.Grzegorz Bernacki2012-05-173-0/+12
* Add support for passing in the board ID.Warner Losh2012-05-111-2/+3
* Hack to unbreak boot2 for at91rm9200 boot loader. When the at91samWarner Losh2012-05-111-0/+2
* Remove some redundant register loads.Tim Kientzle2012-05-021-9/+2
* Replace `inline static' by `static inline'.Ed Schouten2011-12-131-2/+2
* Look for /boot/config in addition to /boot.config, with the former takingDag-Erling Smørgrav2011-10-182-4/+8
* Allow ixp425 boot2 to compile after r219452Andrew Thompson2011-10-041-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