opnsense-src/sys/boot/uboot/lib
Stanislav Galabov b981b8bd86 These changes attempt to put things in order before the introduction of MIPS
ubldr.

The changes are mostly dealing with removing unnecessary casts from the U-Boot
API (we're passing only pointers, no obvious reason to cast them to uint32_t),
cleaning up some compiler warnings and using the proper printf format
specifiers in order to be able to compile cleanly for both 32-bit and 64-bit
MIPS targets.

Reviewed by:	imp
Approved by:	adrian (mentor)
Sponsored by:	Smartcom - Bulgaria AD
Differential Revision:	https://reviews.freebsd.org/D5312
2016-02-29 07:27:49 +00:00
..
api_public.h Enhance the mechanism that lets you configure the ubldr boot device by 2014-03-11 22:02:49 +00:00
console.c Move U-Boot compatibility library to WARNS=2 level. 2008-09-03 15:39:50 +00:00
copy.c Go back to using uintptr_t, because code that actually compiles is 2016-01-13 00:22:12 +00:00
devicename.c Use disk_fmtdev() and disk_parsedev() functions from the new DISK API. 2012-09-09 11:32:06 +00:00
disk.c These changes attempt to put things in order before the introduction of MIPS 2016-02-29 07:27:49 +00:00
elf_freebsd.c These changes attempt to put things in order before the introduction of MIPS 2016-02-29 07:27:49 +00:00
glue.c These changes attempt to put things in order before the introduction of MIPS 2016-02-29 07:27:49 +00:00
glue.h These changes attempt to put things in order before the introduction of MIPS 2016-02-29 07:27:49 +00:00
libuboot.h An ARM kernel can be loaded at any 2MB boundary, make ubldr aware of that. 2015-05-17 19:59:05 +00:00
Makefile So far bsd.stand.mk wasn't included in the following files: 2016-02-26 08:16:44 +00:00
module.c Print error message if autoload fails due to missing DTB blob, otherwise 2015-05-26 20:32:14 +00:00
net.c If the user has set a u-boot env var named rootpath, automatically 2016-02-22 18:53:55 +00:00
reboot.c Move U-Boot compatibility library to WARNS=2 level. 2008-09-03 15:39:50 +00:00
time.c Minor style correction. 2010-02-25 15:30:26 +00:00