| #
0c399448 |
| 11-Apr-2023 |
Huibin Hong <huibin.hong@rock-chips.com> |
elf: update elf.h from upstream
Sync from uboot mater: (0064b49105a3 Use __ASSEMBLY__ as the assembly macros)
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com> Change-Id: I4ac8d30789b1409b4c2
elf: update elf.h from upstream
Sync from uboot mater: (0064b49105a3 Use __ASSEMBLY__ as the assembly macros)
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com> Change-Id: I4ac8d30789b1409b4c21d79fbb1a5791a40e9c5d
show more ...
|
| #
a873a532 |
| 14-Apr-2020 |
Joseph Chen <chenjh@rock-chips.com> |
Merge branch 'next-dev' into thunder-boot
|
| #
ade0ea07 |
| 26-Dec-2017 |
Rick Chen <rick@andestech.com> |
UPSTREAM: riscv: Modify generic codes to support RISC-V
Support common commands bdinfo and image format, also modify common generic flow for RISC-V.
Signed-off-by: Rick Chen <rick@andestech.com> Si
UPSTREAM: riscv: Modify generic codes to support RISC-V
Support common commands bdinfo and image format, also modify common generic flow for RISC-V.
Signed-off-by: Rick Chen <rick@andestech.com> Signed-off-by: Rick Chen <rickchen36@gmail.com> Signed-off-by: Greentime Hu <green.hu@gmail.com> Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Reviewed-by: Tom Rini <trini@konsulko.com> Change-Id: Id58d17cd58433fdadc8ce7ee78d72035f84adb53 (cherry picked from commit 068feb9b86d991283c43b56e36094f4e6f484d04)
show more ...
|
| #
2d221489 |
| 29-Nov-2016 |
Stefano Babic <sbabic@denx.de> |
Merge branch 'master' of git://git.denx.de/u-boot
Signed-off-by: Stefano Babic <sbabic@denx.de>
|
| #
9e40ea04 |
| 17-Nov-2016 |
Tom Rini <trini@konsulko.com> |
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Patch queue for efi - 2016-11-17
Highlights this time around:
- x86 efi_loader support - hello world efi test case - network devi
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Patch queue for efi - 2016-11-17
Highlights this time around:
- x86 efi_loader support - hello world efi test case - network device name is now representative - terminal output reports modes correctly - fix psci reset for ls1043/ls1046 - fix efi_add_runtime_mmio definition for x86 - efi_loader support for ls2080
show more ...
|
| #
c70f74a0 |
| 07-Nov-2016 |
Simon Glass <sjg@chromium.org> |
elf: arm: Add a few ARM relocation types
Rather than hard-coding the relocation type, add it to the ELF header file and use it from there.
Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-b
elf: arm: Add a few ARM relocation types
Rather than hard-coding the relocation type, add it to the ELF header file and use it from there.
Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Alexander Graf <agraf@suse.de>
show more ...
|
| #
5ebd27d8 |
| 12-Oct-2016 |
Tom Rini <trini@konsulko.com> |
Merge branch 'master' of git://git.denx.de/u-boot-x86
|
| #
2547f3ed |
| 26-Sep-2016 |
Simon Glass <sjg@chromium.org> |
elf: Add the Elf64_Rela type
Add this so that we can support 64-bit relocation on x86.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
|
| #
1a2728ae |
| 05-Aug-2015 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-x86
|
| #
5efa2813 |
| 31-Jul-2015 |
Simon Glass <sjg@chromium.org> |
elf: Add a few definitions for 64-bit relocation
Provide the types necessary to relocate 64-bit images.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
|
| #
6f38477d |
| 08-Oct-2014 |
Jeroen Hofstee <jeroen@myspectrum.nl> |
elf: add prototype for valid_elf_image
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
|
| #
cb3761ea |
| 28-Jul-2013 |
Wolfgang Denk <wd@denx.de> |
SPDX-License-Identifier: convert BSD-3-Clause files
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini Don't remove some copyrights by accident] Signed-off-by: Tom Rini <trini@ti.com>
|
| #
37566090 |
| 02-Jul-2009 |
Mike Frysinger <vapier@gentoo.org> |
compiler.h: unify system ifdef cruft here
Shove a lot of the HOSTCC and related #ifdef checking crap into the new compiler.h header so that we can keep all other headers nice and clean.
Also introd
compiler.h: unify system ifdef cruft here
Shove a lot of the HOSTCC and related #ifdef checking crap into the new compiler.h header so that we can keep all other headers nice and clean.
Also introduce custom uswap functions so we don't have to rely on the non standard implementations that a host may (or may not in the case of OS X) provide. This allows mkimage to finally build cleanly on an OS X system.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
show more ...
|
| #
24d2ae5e |
| 13-Mar-2009 |
Peter Tyser <ptyser@xes-inc.com> |
elf.h: Use stdint.h to provide standard typedefs for WIN32
The original code provided an incomplete set of typedefs for WIN32 compiles and replicated the standard typedefs that are already provided
elf.h: Use stdint.h to provide standard typedefs for WIN32
The original code provided an incomplete set of typedefs for WIN32 compiles and replicated the standard typedefs that are already provided by stdint.h
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
show more ...
|
| #
1a247ba7 |
| 06-Jun-2008 |
Jon Loeliger <jdl@freescale.com> |
Merge commit 'wd/master'
|
| #
10a33679 |
| 03-Jun-2008 |
Stefan Roese <sr@denx.de> |
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
|
| #
53677ef1 |
| 20-May-2008 |
Wolfgang Denk <wd@denx.de> |
Big white-space cleanup.
This commit gets rid of a huge amount of silly white-space issues. Especially, all sequences of SPACEs followed by TAB characters get removed (unless they appear in print st
Big white-space cleanup.
This commit gets rid of a huge amount of silly white-space issues. Especially, all sequences of SPACEs followed by TAB characters get removed (unless they appear in print statements).
Also remove all embedded "vim:" and "vi:" statements which hide indentation problems.
Signed-off-by: Wolfgang Denk <wd@denx.de>
show more ...
|
| #
b13fb01a |
| 30-Oct-2003 |
wdenk <wdenk> |
* Fix parameter passing to standalone images with bootm command
* Patch by Kyle Harris, 30 Oct 2003: Fix build errors for ixdp425 board
* Patch by David M. Horn, 29 Oct 2003: Fixes to build und
* Fix parameter passing to standalone images with bootm command
* Patch by Kyle Harris, 30 Oct 2003: Fix build errors for ixdp425 board
* Patch by David M. Horn, 29 Oct 2003: Fixes to build under CYGWIN
* Get IceCube MGT5100 working (again)
show more ...
|
| #
ef1464cc |
| 08-Oct-2003 |
wdenk <wdenk> |
* Patch by Anders Larsen, 18 Sep 2003: allow mkimage to build and run on Cygwin-hosted systems
* Patch by Frank Müller, 18 Sep 2003: use bi_intfreq instead of bi_busfreq to compute fec_mii_speed
* Patch by Anders Larsen, 18 Sep 2003: allow mkimage to build and run on Cygwin-hosted systems
* Patch by Frank Müller, 18 Sep 2003: use bi_intfreq instead of bi_busfreq to compute fec_mii_speed in cpu/mpc8xx/fec.c
* Patch by Pantelis Antoniou, 16 Sep 2003: add tool to compute fileds in the PLPRCR register for MPC86x
show more ...
|
| #
8bde7f77 |
| 27-Jun-2003 |
wdenk <wdenk> |
* Code cleanup: - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
* Patches by Kenneth Johansson, 25 Jun 2003: -
* Code cleanup: - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
* Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
show more ...
|
| #
a2cecab6 |
| 30-Sep-2002 |
wdenk <wdenk> |
Initial revision
|