Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
fb4e64ef9daefba6c98e6a9620e28ffee741c075
/
arch
/
x86
/
lib
/
bootm.c
f9f06e6
x86: coreboot: Sync up timestamp codes
by Simon Glass
· 3 years, 8 months ago
401d1c4
common: Drop asm/global_data.h from common header
by Simon Glass
· 4 years ago
4f96023
x86: zboot: Allow overriding the command line
by Simon Glass
· 4 years, 2 months ago
b75d8dc
treewide: convert bd_t to struct bd_info by coccinelle
by Masahiro Yamada
· 4 years, 4 months ago
f7ae49f
common: Drop log.h from common header
by Simon Glass
· 4 years, 6 months ago
0914011
command: Remove the cmd_tbl_t typedef
by Simon Glass
· 4 years, 6 months ago
52f2423
common: Drop bootstage.h from common header
by Simon Glass
· 4 years, 6 months ago
db41d65
common: Move hang() to the same header as panic()
by Simon Glass
· 4 years, 10 months ago
bf4d8be
x86: Don't generate a bootstage report in SPL
by Simon Glass
· 6 years ago
c74e329
x86/bootm: fix error handling in boot_prep_linux(...)
by Hannes Schmelzer
· 6 years ago
329da48
Define board_quiesce_devices() in a shared location
by Simon Glass
· 6 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
4280342
fdt: Implement weak arch_fixup_fdt()
by Alexey Brodkin
· 7 years ago
2547524
Revert "x86: bootm: Fix FIT image booting on x86"
by Anatolij Gustschin
· 7 years ago
7025b05
x86: bootm: Add dm_remove_devices_flags() call to bootm_announce_and_cleanup()
by Stefan Roese
· 8 years ago
13c531e
x86: bootm: Fix FIT image booting on x86
by Stefan Roese
· 8 years ago
23b89d4
x86: Don't build call64 and setjmp on 64-bit
by Simon Glass
· 8 years ago
63c0941
libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY
by Masahiro Yamada
· 8 years ago
b7b8410
ls2080: Exit dpaa only right before exiting U-Boot
by Alexander Graf
· 8 years ago
1e2f7b9
x86: Call board_final_cleanup() in last_stage_init()
by Bin Meng
· 8 years ago
a187559
Use correct spelling of "U-Boot"
by Bin Meng
· 9 years ago
e49ccea
x86: Handle running as EFI payload
by Simon Glass
· 9 years ago
8b09791
x86: Add some missing global_data declarations in files that use gd
by Simon Glass
· 9 years ago
2c363cb
x86: Correct a few progress message nits
by Simon Glass
· 10 years ago
61643ae
x86: bootm: Support booting a 64-bit raw kernel
by Simon Glass
· 10 years ago
7653938
x86: Move kernel boot function to arch/x86/lib/bootm.c
by Simon Glass
· 10 years ago
0d0ba59
x86: Rewrite bootm.c to make it similar to ARM
by Simon Glass
· 10 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
7af26b1
blackfin: x86: bootm: Handle PREP stage of bootm
by Simon Glass
· 11 years ago
bdc7d5c
x86: Correct missing local variable in bootm
by Simon Glass
· 11 years ago
7949703
x86: Rationalise kernel booting logic and bootstage
by Simon Glass
· 12 years ago
69370d1
x86: Refactor the zboot innards so they can be reused with a vboot image
by Gabe Black
· 13 years ago
233dbc1
x86: Add support for booting Linux using the 32 bit boot protocol
by Gabe Black
· 13 years ago
a76fc70
x86: Provide more configuration granularity
by Graeme Russ
· 13 years ago
83088af
cosmetic: checkpatch cleanup of arch/x86/lib/*.c
by Graeme Russ
· 13 years ago
fea2572
x86: Rename i386 to x86
by Graeme Russ
· 14 years ago
[Renamed from arch/i386/lib/bootm.c]
dbf7115
x86: Code cleanup
by Graeme Russ
· 14 years ago
54841ab
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
ea0364f
Move lib_$ARCH directories to arch/$ARCH/lib
by Peter Tyser
· 15 years ago
[Renamed from lib_i386/bootm.c]
a31e091
rename include/zlib.h to include/u-boot/zlib.h
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
49c3a86
bootm: Add subcommands
by Kumar Gala
· 16 years ago
3ef96de
Update i386 code (sc520_cdp)
by Graeme Russ
· 16 years ago
40d7e99
bootm: refactor do_reset and os boot function args
by Kumar Gala
· 16 years ago
c4f9419
bootm: refactor ramdisk locating code
by Kumar Gala
· 16 years ago
3216ca9
Fix fallout from autostart revert
by Kumar Gala
· 16 years ago
dd22394
i386/bootm: remove unused var
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
cd7c596
[new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
by Marian Balakowicz
· 17 years ago
d985c84
[new uImage] Remove unnecessary arguments passed to ramdisk routines
by Marian Balakowicz
· 17 years ago
9a4daad
[new uImage] Update naming convention for bootm/uImage related code
by Marian Balakowicz
· 17 years ago
75fa002
[new uImage] Respect autostart setting in linux bootm
by Kumar Gala
· 17 years ago
8a5ea3e
[new uImage] Move image verify flag to bootm_headers structure
by Marian Balakowicz
· 17 years ago
d5934ad
[new uImage] Add dual format uImage support framework
by Marian Balakowicz
· 17 years ago
5ad03eb
[new uImage] Factor out common image_get_ramdisk() routine
by Marian Balakowicz
· 17 years ago
4a995ed
[new uImage] Rename architecture specific bootm code files
by Marian Balakowicz
· 17 years ago
[Renamed from lib_i386/i386_linux.c]
f13e7b2
[new uImage] Cleanup image header pointer use in bootm code
by Marian Balakowicz
· 17 years ago
1515897
[new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
by Marian Balakowicz
· 17 years ago
261dcf4
[new uImage] Remove I386 uImage fake_header() routine
by Marian Balakowicz
· 17 years ago
b97a2a0
[new uImage] Define a API for image handling operations
by Marian Balakowicz
· 17 years ago
e644670
Fix multi-part image support on i386 platform.
by Wolfgang Denk
· 18 years ago
8bde7f7
* Code cleanup:
by wdenk
· 21 years ago
ea909b7
* Added support for both PCMCIA slots (at the same time!) on MPC8xx
by wdenk
· 22 years ago
2262cfe
* Patch by Daniel Engström, 13 Nov 2002:
by wdenk
· 22 years ago