Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
cb03ec06f592d0c950e469c9064e53b10f2be61d
/
common
/
spl
/
spl.c
94cb986
spl: fix debug print in spl_common_init()
by Simon Goldschmidt
· 6 years ago
dbf6be9
binman: Add a new 'image-pos' property
by Simon Glass
· 6 years ago
3ab9598
binman: Rename 'position' to 'offset'
by Simon Glass
· 6 years ago
de5dd4c
spl: record boot_device into spl_image and call spl_perform_fixups
by Philipp Tomsich
· 6 years ago
8a9dc16
spl: Add full fitImage support
by Marek Vasut
· 7 years ago
a8be249
bootcount: spl: Extend SPL to support bootcount incrementation
by Lukasz Majewski
· 7 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
117a0e0
spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORT
by Alex Kiernan
· 7 years ago
55fe0e2
spl: fix binman_sym output check
by Miquel Raynal
· 7 years ago
0b674a3
spl: include timezone in banner
by Klaus Goger
· 7 years ago
0292bc0
spl: add option to disable SPL banner output
by Anatolij Gustschin
· 7 years ago
af2f442
spl: use different BOARD_INIT MACRO for spl and tpl
by Kever Yang
· 7 years ago
8bee2d2
binman: Add binman symbol support to SPL
by Simon Glass
· 7 years ago
1d37909
spl: atf: introduce spl_invoke_atf and make bl31_entry private
by Philipp Tomsich
· 7 years ago
3fe3839
SPL: fix printing of image name
by André Draszik
· 7 years ago
d1fc0a3
spl: fix assignment of board info to global data
by York Sun
· 7 years ago
a8c5112
spl: stash bootstage info before jump to next stage
by Kever Yang
· 7 years ago
2d2531b
spl: add newline in debug output
by Anatolij Gustschin
· 7 years ago
f9d42d8
spl: do not repeat timer init on i.MX6
by Anatolij Gustschin
· 7 years ago
f1c6e19
spl: dm: use CONFIG_IS_ENABLED to test for the DM option
by Philipp Tomsich
· 7 years ago
ae2cee2
spl: use TPL_SYS_MALLOC_F_LEN for TPL
by Philipp Tomsich
· 7 years ago
f1896c4
spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN
by Andy Yan
· 7 years ago
6bcdd66
spl: armv7m: to keep ARM v7M in thumb mode before booting next image
by Vikas Manocha
· 7 years ago
824bb1b
bootstage: Support SPL
by Simon Glass
· 7 years ago
bcc1726
spl: add support to booting with ATF
by Kever Yang
· 8 years ago
6e7585b
boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon boot
by B, Ravi
· 8 years ago
15eb1d4
spl: reorder the assignment of board info to global data
by Lokesh Vutla
· 8 years ago
5bf5250
spl: make image arg or fdt blob address reconfigurable
by Vikas Manocha
· 8 years ago
634fcf0
spl: armv7m: keep ARM v7M in thumb mode while jumping to entry point
by Vikas Manocha
· 8 years ago
cf334ed
spl: Correct call to spl_common_init() with SPL_STACK_R_MALLOC_SIMPLE_LEN
by Tom Rini
· 8 years ago
722a6b1
spl: Add option to enable SPL Legacy image support
by Andrew F. Davis
· 8 years ago
24eb39b
spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option
by Andrew F. Davis
· 8 years ago
340f418
spl: Add spl_early_init()
by Eddie Cai
· 8 years ago
7b74c4b
Revert "armv8: release slave cores from CPU_RELEASE_ADDR"
by Masahiro Yamada
· 8 years ago
b3d2861
spl: Remove overwrite of relocated malloc limit
by Andrew F. Davis
· 8 years ago
cf947da
spl: Add some missing newlines
by Andrew F. Davis
· 8 years ago
8c36e99
armv8: release slave cores from CPU_RELEASE_ADDR
by Oded Gabbay
· 8 years ago
22802f4
spl: move RAM boot support in separate file
by Stefan Agner
· 8 years ago
7f73ca4
Kconfig: CONFIG_OF_PLATDATA doesn't really exist
by Tom Rini
· 8 years ago
11e1479
SPL: make struct spl_image 64-bit safe
by Andre Przywara
· 8 years ago
2acf35d
spl: Drop announce_boot_device()
by Simon Glass
· 8 years ago
29d357d
spl: Pass the loader into spl_load_image()
by Simon Glass
· 8 years ago
540bfe7
spl: Move the loading code into its own function
by Simon Glass
· 8 years ago
ebc4ef6
spl: Add a name to the SPL load-image methods
by Simon Glass
· 8 years ago
2f11cd9
dm: core: Handle global_data moving in SPL
by Simon Glass
· 8 years ago
34ee947
spl: add RAM boot device only if it is actually defined
by Stefan Agner
· 8 years ago
d32b2d1
spl: Make spl_boot_list a local variable
by Simon Glass
· 8 years ago
f4d7d85
spl: Update spl_load_simple_fit() to take an spl_image param
by Simon Glass
· 8 years ago
2a2ee2a
spl: Pass spl_image as a parameter to load_image() methods
by Simon Glass
· 8 years ago
97d9df0
spl: Convert spl_board_load_image() to use linker list
by Simon Glass
· 8 years ago
7ec0389
spl: Convert spl_net_load_image() to use linker list
by Simon Glass
· 8 years ago
139db7a
spl: Convert spl_spi_load_image() to use linker list
by Simon Glass
· 8 years ago
7557147
spl: Convert spl_sata_load_image() to use linker list
by Simon Glass
· 8 years ago
56df463
spl: Convert spl_usb_load_image() to use linker list
by Simon Glass
· 8 years ago
dd6bf90
spl: Convert spl_ymodem_load_image() to use linker list
by Simon Glass
· 8 years ago
548b3ee
spl: Convert spl_nor_load_image() to use linker list
by Simon Glass
· 8 years ago
afa6e6c
spl: Convert spl_onenand_load_image() to use linker list
by Simon Glass
· 8 years ago
d5c2b11
spl: Convert spl_nand_load_image() to use linker list
by Simon Glass
· 8 years ago
7d7dd82
spl: Convert spl_ubi_load_image() to use linker list
by Simon Glass
· 8 years ago
0fed9c7
spl: Convert spl_mmc_load_image() to use linker list
by Simon Glass
· 8 years ago
98136b2
spl: Convert spl_ram_load_image() to use linker list
by Simon Glass
· 8 years ago
a0a8029
spl: Add a way to declare an SPL image loader
by Simon Glass
· 8 years ago
ecdfd69
spl: Convert boot_device into a struct
by Simon Glass
· 8 years ago
ca12e65
spl: Add a parameter to jump_to_image_linux()
by Simon Glass
· 8 years ago
71316c1
spl: Add a parameter to spl_parse_image_header()
by Simon Glass
· 8 years ago
d95ceb9
spl: Add a parameter to spl_set_header_raw_uboot()
by Simon Glass
· 8 years ago
6f8387f
dra7x: boot: add dfu bootmode support
by B, Ravi
· 8 years ago
85a3772
spl: Rework image header parse to allow abort on raw image and os boot
by Paul Kocialkowski
· 8 years ago
431889d
spl: zImage support in Falcon mode
by Ladislav Michl
· 8 years ago
bf55cd4
spl: support loading from UBI volumes
by Ladislav Michl
· 8 years ago
1f9ef0d
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· 8 years ago
19e99fb
sunxi: Support booting from SPI flash
by Siarhei Siamashka
· 8 years ago
7d23b9c
dm: spl: Bind in all devices in SPL with of-platdata
by Simon Glass
· 8 years ago
d223e0a
dm: spl: Don't set up device tree with of-platdata
by Simon Glass
· 8 years ago
12c550d
spl: Drop include of i2c.h
by Simon Glass
· 8 years ago
496c548
bootstage: call show_boot_progress also in SPL
by Heiko Schocher
· 8 years ago
edb697c
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
by Tom Rini
· 8 years ago
94b9e22
spl: Allow settings malloc_f base address
by Marek Vasut
· 8 years ago
1254667
spl: Remove bogus GD_FLG_SPL_INIT check
by Marek Vasut
· 8 years ago
8d16e1d
SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode
by Michal Simek
· 9 years ago
3a3b914
spl: Introduce new function spl_board_prepare_for_boot
by Michal Simek
· 9 years ago
e072751
SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE
by Marek Vasut
· 9 years ago
7e0f226
SPL: Let spl_parse_image_header() return value
by Marek Vasut
· 9 years ago
8f10b5c
spl: Print from which mmc slot spl is trying to boot
by Hans de Goede
· 9 years ago
adc421e
arm: move gd handling outside of C code
by Albert ARIBAUD
· 9 years ago
4363de6
spl: use panic_str instead of panic
by Sjoerd Simons
· 9 years ago
a1e56cf
spl: mmc: add support for BOOT_DEVICE_MMC2
by Nikita Kiryanov
· 9 years ago
310c846
spl: announce boot devices
by Nikita Kiryanov
· 9 years ago
f101e4b
spl: add support for alternative boot device
by Nikita Kiryanov
· 9 years ago
5211b87
common: spl: move image load to its own function
by Nikita Kiryanov
· 9 years ago
36afd45
spl: change return values of spl_*_load_image()
by Nikita Kiryanov
· 9 years ago
dcfcb8d
malloc_simple: Add support for switching to DRAM heap
by Hans de Goede
· 9 years ago
8656c4f
spl: spl_relocate_stack_gd: Do not unnecessarily clear bss
by Hans de Goede
· 9 years ago
0f92582
of: clean up OF_CONTROL ifdef conditionals
by Masahiro Yamada
· 9 years ago
dffb86e
of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL
by Masahiro Yamada
· 9 years ago
aea3d40
spl: Add a debug string before the jump to U-Boot
by Simon Glass
· 9 years ago
070d00b
dm: spl: Allow device tree/driver model in board_init_f()
by Simon Glass
· 9 years ago
ce49e79
spl: Correct address in spl_relocate_stack_gd()
by Simon Glass
· 10 years ago
3f6dcdb
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 10 years ago
b2d5ac5
armv8/ls2085aqds: NAND boot support
by Scott Wood
· 10 years ago
Next »