summaryrefslogtreecommitdiffstats
path: root/sys/boot/arm
Commit message (Expand)AuthorAgeFilesLines
* MFC r316374, r316377:ian2017-09-151-0/+9
* MFC r314505:pfg2017-03-081-1/+2
* MFC r310124 (by andrew):gonzo2017-02-041-0/+2
* MFC r310267: Deduplicate loader vers.c Makefile rulesemaste2017-01-201-4/+1
* MFC r307238:bapt2016-11-161-2/+0
* sys/boot: spelling fixes in comments.pfg2016-04-304-10/+10
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Align the start of the text segment to an 8-byte boundary. This fixesian2016-04-091-2/+3
* RBX_ defines are in rbx.h, move it there.imp2016-01-262-72/+2
* Move all the separate copies of the same strings into paths.h. There'simp2016-01-262-8/+4
* Revert r293903smh2016-01-141-2/+0
* Fix GCC warnings causing build failure after r293724smh2016-01-141-0/+2
* move the prototype to the lib.h header.. This makes more sense, andjmg2015-07-182-2/+2
* other fixes to make boot2 compile for IXP... Properly end the asmjmg2015-07-182-0/+4
* revert r278579, this is in a different compile environment than thejmg2015-07-181-1/+1
* Install loader.rc with ARM u-boot loader (ubldr).loos2015-07-041-3/+2
* Enable the NETIF_OPEN_CLOSE_ONCE option for ubldr. This keeps the networkian2015-05-181-0/+2
* Re-link ubldr when any of its libraries change.ian2015-05-161-2/+2
* Create a relocatable instance of ubldr for ARM. The original ubldr,ian2015-05-102-25/+63
* Move the text section to the start of the output file, so that when youian2015-05-081-9/+9
* Revert .PATH changes to fix mips build.jkim2015-04-031-0/+1
* Install newly added brand-*.4th and logo-*.4th files and reduce duplication.jkim2015-04-021-6/+1
* Summary: Update CPU identification call to recent version.gnn2015-02-111-1/+1
* Create a custom /boot/defaults/loader.conf for ARM. This differs from theian2015-01-031-0/+13
* Convert a couple lingering NO_FORTH conditionals to test MK_FORTH.ian2014-12-231-1/+1
* Start to allow platforms other than U-Boot to use the FDT code in loader byandrew2014-11-011-2/+3
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportandrew2014-10-011-2/+0
* Add a 'ubenv import' command to import environment variables from theian2014-09-081-0/+26
* Enable at91 systems to boot from high capacity SD cards.ian2014-07-263-142/+278
* The 'flags' variable is conflicting with some inline code in a header fileian2014-07-261-2/+2
* Eliminate "no previous prototype for main" warnings.ian2014-07-266-1/+14
* Silence a clang warning about a while loop with an empty body.ian2014-07-261-2/+4
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-064-2/+5
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-138-8/+8
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-1/+1
* Recent versions of U-Boot require us to also backup and restore r9 for APIandrew2013-11-241-6/+12
* Always build ubldr as a soft-float binary as there is no support for VFPandrew2013-10-271-1/+1
* Fix ixp425 boot2 with ARM EABI:andrew2013-09-291-0/+5
* Install Forth infrastructure along with ubldr.kientzle2013-07-271-1/+14
* Convert old make variable modifiers :U and :L to bmake :tu and :tl.tijl2013-06-024-4/+4
* When running on armv6, set alignment checking to modulo-4 mode ratherian2013-03-311-0/+8
* Provide verbose help for fdt commands on platforms that use it.kientzle2013-02-111-1/+1
* * Add the integer div & mod functions and ARM EABI support functions toandrew2013-02-051-2/+2
* Link against compiler-rt to pull in the required __aeabi_* functionsandrew2013-01-191-2/+2
* Ignore a warning in ubldr where clang doesn't understand the %D printfandrew2012-12-151-0/+3
* Handle LOADER_NO_DISK_SUPPORT knob in the arm and powerpc ubldr.ae2012-09-091-0/+4
* 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
OpenPOWER on IntegriCloud