index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
spl
Commit message (
Expand
)
Author
Age
Files
Lines
*
spl: fit: Load devicetree when a Linux payload is found
Alexandru Gagniuc
2021-02-17
1
-3
/
+15
*
spl: fit: Replace #ifdef blocks with more readable constructs
Alexandru Gagniuc
2021-02-17
1
-29
/
+24
*
spl: fit: Only look up FIT configuration node once
Alexandru Gagniuc
2021-02-17
1
-10
/
+9
*
spl: fit: Remove useless loop in spl_fit_get_image_name()
Alexandru Gagniuc
2021-02-17
1
-11
/
+1
*
spl: fit: Pass FIT context via a structure pointer
Alexandru Gagniuc
2021-02-17
1
-58
/
+43
*
spl: fit: Factor out FIT parsing and use a context struct
Alexandru Gagniuc
2021-02-17
1
-30
/
+60
*
spl: fit: Drop 'length' argument to board_spl_fit_post_load()
Alexandru Gagniuc
2021-02-17
1
-2
/
+2
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
4
-0
/
+4
*
x86: spl: Add a function to find the text base
Simon Glass
2021-02-01
1
-0
/
+6
*
spl: Add functions for next and previous phase
Simon Glass
2021-01-27
1
-1
/
+1
*
bootcount: allow to use this feature on TPL
Philippe Reynes
2021-01-27
2
-2
/
+11
*
sunxi: support loading with SPL > 32KB
Andre Przywara
2021-01-25
1
-1
/
+2
*
sunxi: Introduce common symbol for H6 like SoCs
Jernej Skrabec
2021-01-25
1
-2
/
+2
*
common: spl: spl_fit.c: report an error on hash check fail
Philippe Reynes
2021-01-16
1
-2
/
+5
*
spl: Kconfig: Add SPL dependency to CONFIG_HANDOFF
Ovidiu Panait
2021-01-15
1
-1
/
+1
*
spl: Drop bd_info in the data section
Simon Glass
2021-01-05
2
-8
/
+21
*
spl: fit: Prefer a malloc()'d buffer for loading images
Alexandru Gagniuc
2020-12-07
1
-15
/
+22
*
spl: atf: add support for LOAD_IMAGE_V2
Michael Walle
2020-12-04
2
-4
/
+104
*
spl: atf: remove helper structure from common header
Michael Walle
2020-12-04
1
-0
/
+11
*
spl: atf: provide a bl2_plat_get_bl31_params_default()
Michael Walle
2020-12-04
1
-3
/
+11
*
spl: atf: move storage for bl31_params into function
Michael Walle
2020-12-04
1
-3
/
+2
*
spl: spl_fit.c: enable check of signature for config node in spl/tpl
Philippe Reynes
2020-12-01
1
-0
/
+10
*
board: Rename uclass to sysinfo
Simon Glass
2020-11-06
1
-7
/
+8
*
spl: Use standard FIT entries
Michal Simek
2020-10-27
3
-9
/
+14
*
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
Tom Rini
2020-10-22
2
-4
/
+17
|
\
|
*
spl: fit: Minimally parse OS properties with FIT_IMAGE_TINY
Samuel Holland
2020-10-22
2
-4
/
+17
*
|
common: rename getc() to getchar()
Heinrich Schuchardt
2020-10-22
1
-1
/
+1
*
|
Kconfig: Use hex values for CONFIG_{SPL,TPL}_SIZE_LIMIT
Ovidiu Panait
2020-10-22
1
-4
/
+4
*
|
Revert "Fix data abort caused by mis-aligning FIT data"
Marek Vasut
2020-10-21
1
-5
/
+2
|
/
*
spl: Add SPL_SERIAL as requirement for SDP_USB_SDP
Otavio Salvador
2020-10-14
1
-0
/
+1
*
spl: Avoid printing boot device if silent console is enabled
Otavio Salvador
2020-10-14
1
-1
/
+3
*
spl: Kconfig: Record proper dependency for SPL_ATF
Michal Simek
2020-09-23
1
-1
/
+1
*
fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGA
Michal Simek
2020-09-23
2
-3
/
+3
*
Fix data abort caused by mis-aligning FIT data
Reuben Dowle
2020-09-11
1
-2
/
+5
*
sdp: call board_usb_init at spl_sdp_load_image
Frank Li
2020-09-01
1
-0
/
+2
*
spl: usb: Only init usb once
Faiz Abbas
2020-08-11
1
-3
/
+8
*
spl: usb: Create an API spl_usb_load()
Faiz Abbas
2020-08-11
1
-7
/
+13
*
fs/squashfs: new filesystem
Joao Marcos Costa
2020-08-07
1
-0
/
+9
*
spi: Allow separate control of SPI_FLASH_TINY for SPL/TPL
Simon Glass
2020-08-03
1
-0
/
+10
*
Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig
Adam Ford
2020-07-28
1
-0
/
+7
*
Convert CONFIG_SPL_NAND_BASE et al to Kconfig
Adam Ford
2020-07-28
1
-0
/
+12
*
Convert CONFIG_SPL_NAND_DRIVERS et al to Kconfig
Adam Ford
2020-07-28
1
-0
/
+14
*
riscv: Make SiFive HiFive Unleashed board boot again
Bin Meng
2020-07-24
1
-5
/
+0
*
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-07-17
1
-1
/
+1
*
spl: fix ext4fs_mount return code handling
Thomas Schaefer
2020-07-17
1
-1
/
+1
*
spl: fit: improve spl_nand_fit_read(...) readability
Dario Binacchi
2020-07-08
1
-5
/
+5
*
spl: fit: nand: fix fit loading in case of bad blocks
Dario Binacchi
2020-07-08
1
-1
/
+4
*
spl: fit: fail fit loading in case of FDT appending error
Dario Binacchi
2020-07-08
1
-3
/
+6
*
Merge branch 'next'
Tom Rini
2020-07-06
2
-8
/
+49
|
\
|
*
riscv: Clean up IPI initialization code
Sean Anderson
2020-07-01
1
-0
/
+5
[next]