Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
a3b02a1d49269c769d1890ee05b74dc067538ed7
/
cmd
/
bootm.c
dbe7881
cmd: bootm: fix build when CONFIG_CMD_IMLS_NAND
by Grygorii Strashko
· 8 years ago
c2e7e72
bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH set
by Rick Altherr
· 8 years ago
da1a3bd
Fix spelling of "extended".
by Vagrant Cascadian
· 8 years ago
5db2890
cmd: Split 'bootz' and 'booti' out from 'bootm'
by Tom Rini
· 8 years ago
4f1318b
common: image: minimal android image iminfo support
by Michael Trimarchi
· 8 years ago
b616d9b
nand: Embed mtd_info in struct nand_chip
by Scott Wood
· 8 years ago
151c06e
mtd: nand: Remove nand_info_t typedef
by Scott Wood
· 8 years ago
f9a90ac
arm64: fix arm64 Linux boot image header field sizes
by Andre Przywara
· 8 years ago
62022d5
arm64: booti: add missing unmap_sysmem()
by Masahiro Yamada
· 9 years ago
6f6051f
booti: Help text rework.
by Karsten Merker
· 9 years ago
2e192b2
Remove the cmd_ prefix from command files
by Simon Glass
· 9 years ago
[Renamed from cmd/cmd_bootm.c]
72a8cf8
Move all command code into its own directory
by Simon Glass
· 9 years ago
[Renamed from common/cmd_bootm.c]
d52e857
Combine bootm_find_<thing> functions together
by Karl Apsite
· 9 years ago
0eb25b6
common: Make sure arch-specific map_sysmem() is defined
by Joe Hershberger
· 10 years ago
ff6c032
spl: fix calling "spl export .." more than once
by Heiko Schocher
· 10 years ago
e3046ba
common: bootm: Document fake bootm sub-command
by Michal Simek
· 10 years ago
90268b8
x86: Support loading kernel setup from a FIT
by Simon Glass
· 10 years ago
d2b2ffe
cmd_bootm.c: Add 'booti' for ARM64 Linux kernel Images
by Tom Rini
· 10 years ago
b639640
bootm: Split out code from cmd_bootm.c
by Simon Glass
· 10 years ago
73671da
Check run_command() return code properly
by Thomas Betker
· 10 years ago
21d29f7
bootm: make use of legacy image format configurable
by Heiko Schocher
· 10 years ago
ae4223f
Remove unnecessary use of hush header file
by Simon Glass
· 11 years ago
c9afa7c
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 10 years ago
717ccc1
cmd_bootm.c: Only say XIP image when load is image_start
by Tom Rini
· 11 years ago
9ace3fc
image: add support for Android's boot image format
by Sebastian Siewior
· 11 years ago
77cc890
bootm: set max decompression size for LZO
by Kees Cook
· 11 years ago
9c89614
common: Remove invalid endianess conversion
by Christian Eggers
· 11 years ago
c5cbe1e
bootm: Reinstate special case for standalone images
by Simon Glass
· 11 years ago
871a57b
common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot interface.
by Miao Yan
· 11 years ago
17ab52f
common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF.
by Miao Yan
· 11 years ago
e2ce816
netbsd:fix documentation typo.
by Kees Jongenburger
· 11 years ago
5b62931
common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() functions
by Miao Yan
· 11 years ago
3d187b3
cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPS
by Tom Rini
· 11 years ago
8094972
Fix loading freeze when netconsole is active
by Frederic Leroy
· 11 years ago
5c427e4
bootm: use BOOTM_STATE_OS_CMDLINE flag for plain bootm
by Paul Burton
· 11 years ago
315c0ac
bootm: allow correct bounds-check of destination
by Kees Cook
· 11 years ago
628af17
sandbox: Correct compiler warnings in cmd_bootm/cmd_ximg
by Simon Glass
· 11 years ago
bd4a399
bootm: fix conditional controlling call to fixup_silent_linux
by Paul B. Henson
· 11 years ago
8d51aac
RFC: bootm: Add silent_linux environment variable
by Simon Glass
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
576aacd
bootm: Move fixup_silent_linux() earlier in the bootm stages
by Simon Glass
· 11 years ago
b7a1d13
bootm: Handle errors consistently
by Simon Glass
· 11 years ago
f320a4d
bootm: Use selected configuration for ramdisk and fdt
by Simon Glass
· 11 years ago
7af26b1
blackfin: x86: bootm: Handle PREP stage of bootm
by Simon Glass
· 11 years ago
ec39029
bootm: Remove extra OK message
by Simon Glass
· 11 years ago
970150a
cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2
by Tom Rini
· 11 years ago
225fd8c
cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itself
by Tom Rini
· 11 years ago
2b9599e
cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argc
by Tom Rini
· 11 years ago
fb1b139
bootm: Add the missing PREP stage to bootz and correct image handling
by Simon Glass
· 11 years ago
a5266d6
bootm: Clean up bootz_setup() function
by Simon Glass
· 11 years ago
a26913f
bootm: Require boot function only if it is about to be used
by Simon Glass
· 11 years ago
385501d
bootm: Disable interrupts only when loading
by Simon Glass
· 11 years ago
c479c13
cmd_bootm.c: Correct check/return for unsupported sub-command
by Tom Rini
· 11 years ago
5ff0d08
bootm: Disable interrupts before loading OS
by Simon Glass
· 11 years ago
d366438
cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handling
by Tom Rini
· 11 years ago
eeaef5e
cmd_bootm: Add command line arguments to Plan 9
by Steven Stallion
· 11 years ago
d0ae31e
Add a 'fake' go command to the bootm command
by Simon Glass
· 11 years ago
35fc84f
Refactor the bootm command to reduce code duplication
by Simon Glass
· 11 years ago
983c72f
Clarify bootm OS arguments
by Simon Glass
· 11 years ago
da62022
bootz: un-staticize do_bootz
by Rob Herring
· 12 years ago
4651800
image: Use fit_image_load() to load kernel
by Simon Glass
· 11 years ago
aed161e
sandbox: Adjust bootm command to work with sandbox
by Simon Glass
· 11 years ago
53f375f
image: Use fit_image_load() to load FDT
by Simon Glass
· 11 years ago
a558ad7
bootm: Avoid 256-byte overflow in fixup_silent_linux()
by Doug Anderson
· 13 years ago
c19d13b
arm: Refactor bootm to reduce #ifdefs
by Simon Glass
· 12 years ago
35e7b0f
sandbox: image: Add support for booting images in sandbox
by Simon Glass
· 12 years ago
b8da836
image: Rename fit_image_check_hashes() to fit_image_verify()
by Simon Glass
· 12 years ago
04d4140
image: Add support for Plan 9
by Steven Stallion
· 12 years ago
be2e5a0
Allow u-boot to be silent without forcing Linux to be
by Joe Hershberger
· 12 years ago
59af76d
bootm: fix conditional compilation for bootm ramdisk subcommand
by Daniel Schwierzeck
· 12 years ago
41ef372
common: Use new numeric setenv functions
by Simon Glass
· 12 years ago
8fdf1e0
imls: Add support to list images in NAND device
by Vipin Kumar
· 12 years ago
12e06fe
treewide: include libfdt_env.h before fdt.h
by Kim Phillips
· 12 years ago
0f30734
common/cmd_bootm.c: prevent running of subcommands before 'bootm start'
by Gabor Juhos
· 12 years ago
58bd77d
bootm: relocate names of sub-command table for archs with CONFIG_NEEDS_MANUAL_RELOC
by Daniel Schwierzeck
· 12 years ago
75b3afc
Fix use of conditional LMB
by Simon Glass
· 12 years ago
d95f6ec
fdt: Add option to default to most compatible conf in a fit image
by Gabe Black
· 12 years ago
088f1b1
common/cmd_*.c: sparse fixes
by Kim Phillips
· 12 years ago
f8be7d6
net: Improve the speed of netconsole
by Joe Hershberger
· 12 years ago
a075a79
common/cmd_bootm.c: Fix GCC 4.6 warning
by Anatolij Gustschin
· 12 years ago
35cf5fe
LMB: Fix undefined lmb_reserve() on non-lmb platforms
by Marek Vasut
· 13 years ago
017e1f3
BOOT: Add RAW ramdisk support to bootz
by Marek Vasut
· 13 years ago
44f074c
BOOT: Add "bootz" command to boot Linux zImage on ARM
by Marek Vasut
· 13 years ago
573f14f
bootstage: Plumb in bootstage calls for basic operations
by Simon Glass
· 13 years ago
770605e
bootstage: Replace show_boot_progress/error() with bootstage_...()
by Simon Glass
· 13 years ago
aacc8c1
bootstage: Convert FIT progress numbers to enums
by Simon Glass
· 13 years ago
5dc8871
bootstage: Convert progress numbers 1-9 into enums
by Simon Glass
· 13 years ago
5ddb118
bootstage: Use show_boot_error() for -ve progress numbers
by Simon Glass
· 13 years ago
578ac1e
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
by Simon Glass
· 13 years ago
4c12eeb
Convert cmd_usage() calls in common to use a return value
by Simon Glass
· 13 years ago
5307153
Stop using builtin_run_command()
by Simon Glass
· 13 years ago
f47360a
Rename run_command() to builtin_run_command()
by Simon Glass
· 13 years ago
d510859
image: Don't detect XIP images as overlapping.
by Stephen Warren
· 13 years ago
b9b50e89
image: Implement IH_TYPE_KERNEL_NOLOAD
by Stephen Warren
· 13 years ago
5bf2766
common/cmd_bootm.c: Fix GCC 4.6 warnings
by Anatolij Gustschin
· 13 years ago
712fbcf
checkpatch whitespace cleanups
by Stephen Warren
· 13 years ago
dee1776
removed static from images in cmd_bootm.c
by Simon Schwarz
· 13 years ago
3a8653b
cosmetic: Fixup fixup_silent_linux() for checkpatch
by Doug Anderson
· 13 years ago
6d6f123
sandbox: Add bootm support
by Simon Glass
· 13 years ago
476af29
image: push default arch values to arch headers
by Mike Frysinger
· 13 years ago
Next »