summaryrefslogtreecommitdiffstats
path: root/sys/boot/uboot
Commit message (Expand)AuthorAgeFilesLines
* MFC r293053, r293061, r293063, r293064, r293065, r293775, r293792:ian2016-01-241-10/+12
* MFC r292888:ian2016-01-191-2/+8
* MFC r291164, r291876, r292227:ian2016-01-191-13/+36
* MFC r283033, r283062, r283066, r283069:ian2015-05-251-0/+109
* MFC r277962, r277988, r282661, r282727, r282731, r283013, r283035:ian2015-05-254-27/+102
* MFC r280194:ian2015-05-242-11/+9
* r276026:ian2014-12-271-4/+5
* MFC 273927:andrew2014-12-147-7/+226
* MFC r271285:ian2014-10-261-0/+69
* MFC r263005 by royger: howto_names: unify declarationemaste2014-09-041-23/+1
* MFC r263052, r263124, r263265, r263267... Enhance loaderdev env var.ian2014-04-295-95/+336
* MFC r262666: exit with code 0xbadab1 if the u-boot API support is missing.ian2014-04-291-3/+9
* MFC r262664, r262694:ian2014-04-294-4/+26
* MFC r262337: Allow the boot device to be choosen by a u-boot env variable.ian2014-04-291-15/+73
* MFC r257127:loos2014-01-232-6/+0
* Print kernel args as late as possible before jumping into kernel.kientzle2013-02-231-1/+1
* Clarify an error message. The addresses here arekientzle2013-02-181-1/+1
* Do metadata relocation fixup on all loaded modules, not just the kernel.ian2013-01-301-6/+9
* - Implement "fdt mres" sub-command that prints reserved memory regionsgonzo2012-11-301-4/+15
* Print kernel args when booting the kernel.kientzle2012-11-251-0/+1
* Add the flags parameter to the disk_open() function and DISK_F_NOCACHEae2012-10-211-1/+1
* Almost each time when loader opens a file, this leads to callingae2012-09-291-0/+1
* Update according to the change of struct uboot_devdesc.ae2012-09-091-1/+1
* Build disk.c only when DISK_SUPPORT is enabled.ae2012-09-091-1/+6
* Update uboot's disk driver to use new DISK API.ae2012-09-091-592/+98
* Use disk_fmtdev() and disk_parsedev() functions from the new DISK API.ae2012-09-091-62/+9
* Make struct uboot_devdesc compatible with struct disk_devdesc.ae2012-09-091-6/+3
* Determine kernel load address dynamically from u-boot memory map.kientzle2012-05-203-10/+46
* Add architecture dependent code to support NAND Framework on Marvell SoCs.gber2012-05-182-0/+4
* Access the device tree blob via copyin/copyout.kientzle2012-05-171-2/+2
* Ooops. Back out changes to main.c from r235094.kientzle2012-05-061-11/+0
* Don't call strcmp with a NULL pointer.kientzle2012-05-062-4/+18
* Teach ubldr(8) about simple MBR partitioning.kientzle2012-05-013-2/+103
* Use the common/shared CRC-32 implementation instead of duplicating it.marius2012-03-212-69/+7
* Improve device tree blob (DTB) handling in loader(8).raj2012-03-201-7/+6
* Rename the linker emulation name for powerpc and powerc64. This is needed thatandreast2011-11-191-1/+1
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...imp2010-08-231-1/+1
* Provide support in loader for booting 64-bit PowerPC kernels. Like amd64,nwhitehorn2010-07-121-0/+5
* Get rid of bootinfo for good in loader (U-Boot-based) and ARM.raj2010-07-111-119/+0
* Fix conditional FDT support in loader(8).raj2010-06-131-0/+2
* Initial loader(8) support for Flattened Device Tree.raj2010-05-253-9/+64
* Mostly revert r200691. U-Boot syscall() entry point returns 1 on success.raj2010-05-251-1/+1
* Use loader devices only when they initialized properly.raj2010-05-252-9/+11
* Minor style correction.raj2010-02-251-1/+1
* Fix handling of GPT disk partition index.raj2010-02-251-0/+8
* Let loader(8) for U-Boot use default storage more flexibly.raj2010-02-251-7/+18
* Fix ub_env_enum(): syscall() returns 0 when properly invoked.marcel2009-12-181-4/+3
* Provide an effective (relocated) address when building modules metadata.raj2009-11-191-1/+3
* - Remove trailing ";" after if statementantoine2009-11-111-6/+1
* Make GPT style partitiong endian-safe in U-Boot support library.raj2009-06-031-13/+28
OpenPOWER on IntegriCloud