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: 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
|
*
spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*
Lukasz Majewski
2020-06-29
1
-0
/
+20
|
*
Add support for SHA384 and SHA512
Reuben Dowle
2020-06-12
1
-8
/
+24
*
|
riscv: sbi: Add newline to error message
Sean Anderson
2020-07-02
1
-1
/
+1
|
/
*
sifive: fu540: Add U-Boot proper sector start
Jagan Teki
2020-06-04
1
-1
/
+2
*
spl: add fixed memory node in target fdt also when loading ATF
Heiko Stuebner
2020-05-31
1
-6
/
+13
*
common: Drop log.h from common header
Simon Glass
2020-05-18
16
-0
/
+16
*
common: Drop init.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop image.h from common header
Simon Glass
2020-05-18
12
-0
/
+14
*
common: Drop bootstage.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
bootstage: Use BOOTSTAGE instead of BOOTSTATE
Simon Glass
2020-05-18
1
-2
/
+2
*
common: Drop part.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
part: Drop disk_partition_t typedef
Simon Glass
2020-05-18
2
-3
/
+3
*
common: Drop net.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
spl: Always define preloader_console_init
Samuel Holland
2020-05-15
1
-4
/
+3
*
rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA
Trevor Woerner
2020-05-15
1
-2
/
+2
*
spl: sdp: Add DM gadget support for sdp
Sherry Sun
2020-05-03
1
-2
/
+2
*
spl: sdp: Add a callback to clean up USB driver
Ye Li
2020-05-03
1
-0
/
+1
*
spl: sdp: Add CONFIG_SPL_SDP_USB_DEV for USB device
Ye Li
2020-05-03
2
-2
/
+10
*
spl: sdp: call board_usb_init at spl_sdp_load_image
Frank Li
2020-05-03
1
-0
/
+2
*
Revert "imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon ...
Harald Seiler
2020-05-01
1
-9
/
+0
*
spl: spl_legacy: Add lzma decompression support for legacy image
Weijie Gao
2020-04-27
1
-2
/
+60
*
spl: spl_nor: Remove unused variable 'ret' warning
Stefan Roese
2020-04-27
1
-6
/
+6
*
spl: spl_nor: Move legacy image loading into spl_legacy.c
Stefan Roese
2020-04-27
2
-8
/
+27
*
spl: spl_legacy: Use IS_ENABLED() to remove #ifdef
Stefan Roese
2020-04-27
1
-3
/
+2
*
spl: Extract legacy image handling into separate file
Stefan Roese
2020-04-27
3
-44
/
+67
*
spl: fit: do not check argument of free()
Heinrich Schuchardt
2020-04-24
1
-2
/
+1
*
spl: Kconfig: de-dup SPL_DM_GPIO definition
Joel Johnson
2020-04-24
1
-6
/
+0
*
riscv: Introduce SPL_SMP Kconfig option for U-Boot SPL
Bin Meng
2020-04-23
1
-1
/
+1
*
spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()
Harald Seiler
2020-04-22
1
-3
/
+2
*
spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()
Harald Seiler
2020-04-22
1
-2
/
+2
*
Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2020-04-07
1
-4
/
+0
|
\
[next]