summaryrefslogtreecommitdiffstats
path: root/sys/boot/uboot/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix several instances where the boot loader ignored pager_outputimp2016-05-181-1/+4
* A new implementation of the loader block cacheallanjude2016-04-181-3/+4
* Add more .NOMETA missed in r291320bdrewery2016-03-111-1/+1
* Improve U-Boot API detectionsgalabov2016-03-092-0/+36
* These changes attempt to put things in order before the introduction of MIPSsgalabov2016-02-294-14/+40
* So far bsd.stand.mk wasn't included in the following files:sgalabov2016-02-261-0/+1
* If the user has set a u-boot env var named rootpath, automaticallyian2016-02-221-5/+12
* Go back to using uintptr_t, because code that actually compiles isian2016-01-131-1/+1
* Cast using uintfptr_t and eliminate the cast to uint64_t which is uneededian2016-01-121-1/+1
* Cast pointer through uintptr_t on the way to uint64_t to squelch a warning.ian2016-01-021-1/+1
* Use 64-bit math when finding a block of ram to hold the kernel. This fixesian2016-01-021-11/+13
* Provide bug4bug workaround for certain dumbiness of the u-boot's API_env_enumsobomax2015-06-191-1/+1
* Fix bug in the ubldr introduced in the rev.283035. The new codesobomax2015-06-191-0/+7
* Print error message if autoload fails due to missing DTB blob, otherwisegonzo2015-05-261-1/+3
* Add a routine to obtain netboot parameters from the U-Boot env vars. Callian2015-05-181-0/+109
* An ARM kernel can be loaded at any 2MB boundary, make ubldr aware of that.ian2015-05-173-26/+94
* Fix fdt_platform_fixups() mem region handling. It turns out u-boot putsian2015-03-171-1/+1
* Move the definitions of the fdt functions from a uboot header to a new fdtandrew2014-11-013-6/+5
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* Enhance the mechanism that lets you configure the ubldr boot device byian2014-03-114-4/+29
* Prevent fdt data loaded from a file from overwriting the kernel environment,ian2014-03-013-3/+25
* Remove all the instances of '#undef DEBUG' from kernel.loos2013-10-252-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
* 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
* 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
* 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
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...imp2010-08-231-1/+1
* Initial loader(8) support for Flattened Device Tree.raj2010-05-251-0/+4
* 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-251-1/+1
* Minor style correction.raj2010-02-251-1/+1
* Fix handling of GPT disk partition index.raj2010-02-251-0/+8
* Fix ub_env_enum(): syscall() returns 0 when properly invoked.marcel2009-12-181-4/+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
* Fix NETIF_DEBUG compilation.marcel2009-05-301-8/+2
* GPT style partitioning for loader(8) with U-Boot support library (tested onraj2009-05-053-27/+243
* Improve style(9) in PowerPC U-Boot support lib.raj2008-12-171-8/+9
* Initial storage functionality for U-Boot support library.raj2008-11-196-87/+424
* Initial support of loader(8) for ARM machines running U-Boot.raj2008-10-141-1/+1
* Minor style(9) fixes for U-Boot API glue.raj2008-10-044-25/+23
OpenPOWER on IntegriCloud