]> git.ipfire.org Git - people/ms/u-boot.git/commit
Fix FreeBSD loader API so that it works on both 32-bit and 64-bit targets.
authorStanislav Galabov <sgalabov@gmail.com>
Wed, 17 Feb 2016 13:23:31 +0000 (15:23 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 20 May 2016 23:25:50 +0000 (01:25 +0200)
commit78757d52c8b27f7f33ab4035706796a414c81128
tree463a951b1ce5a32ac658a0cd48efdd97581a42a8
parent713a9e15bba4a5b6582d5e85fef2f282782cbed7
Fix FreeBSD loader API so that it works on both 32-bit and 64-bit targets.

Specifically tested on MIPS under QEMU (works with all  combination of bit-ness and endian-ness)

Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>
api/api.c
examples/api/Makefile
examples/api/crt0.S
examples/api/glue.c