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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
common: Move clock functions into a new file
Simon Glass
2020-01-17
71
-11
/
+86
|
*
|
|
|
common: Move upmconfig() to ppc.h
Simon Glass
2020-01-17
3
-3
/
+3
|
*
|
|
|
common: Move ll_boot_init() to init.h
Simon Glass
2020-01-17
9
-7
/
+14
|
*
|
|
|
common: arm: Move s_init() to an ARM-specific header
Simon Glass
2020-01-17
2
-2
/
+2
|
*
|
|
|
common: Move device-tree setup functions to fdt_support.h
Simon Glass
2020-01-17
38
-12
/
+50
|
*
|
|
|
common: Move type declarations to linux/types.h
Simon Glass
2020-01-17
2
-4
/
+4
|
*
|
|
|
common: Drop the symbol_lookup() declaration
Simon Glass
2020-01-17
1
-3
/
+0
|
*
|
|
|
common: Drop CONFIG_HAS_POST
Simon Glass
2020-01-17
2
-5
/
+3
|
*
|
|
|
common: Drop CONFIG_POST_STD/ALT_LIST
Simon Glass
2020-01-17
3
-6
/
+1
|
*
|
|
|
common: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.h
Simon Glass
2020-01-17
2
-4
/
+4
|
*
|
|
|
common: Move reset_phy() to net.h
Simon Glass
2020-01-17
34
-3
/
+40
|
*
|
|
|
common: Drop floppy disk support
Simon Glass
2020-01-17
10
-1159
/
+1
|
*
|
|
|
common: Move jumptable_init() out of common.h
Simon Glass
2020-01-17
3
-3
/
+4
|
*
|
|
|
common: Move relocate_code() to init.h
Simon Glass
2020-01-17
40
-22
/
+48
|
*
|
|
|
common: Move functions for loading from fat/ext2 to fs.h
Simon Glass
2020-01-17
5
-7
/
+25
|
*
|
|
|
common: Move do_tftpb() to net.h
Simon Glass
2020-01-17
3
-3
/
+12
|
*
|
|
|
common: Move embedded fdt location to fdtdec.h
Simon Glass
2020-01-17
2
-3
/
+3
|
*
|
|
|
common: Drop checkflash() and checkdram()
Simon Glass
2020-01-17
1
-2
/
+0
|
*
|
|
|
common: Move flash_perror() to flash.h
Simon Glass
2020-01-17
7
-6
/
+14
|
*
|
|
|
common: Move main_loop() to init.h
Simon Glass
2020-01-17
4
-3
/
+9
|
*
|
|
|
common: Drop mdm_init()
Simon Glass
2020-01-17
1
-1
/
+0
|
|
|
/
/
|
|
/
|
|
*
/
|
|
gitlab/azure: Update to latest container tag
Tom Rini
2020-01-20
2
-2
/
+2
|
/
/
/
*
|
|
Merge branch '2020-01-17-improve-aes-support'
Tom Rini
2020-01-17
19
-87
/
+1268
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
u-boot: fit: add support to decrypt fit with aes
Philippe Reynes
2020-01-17
8
-1
/
+240
|
*
|
mkimage: fit: add support to encrypt image with aes
Philippe Reynes
2020-01-17
10
-2
/
+716
|
*
|
aes: add test unit for aes196 and aes256
Philippe Reynes
2020-01-17
1
-0
/
+4
|
*
|
aes: add test unit for aes128
Philippe Reynes
2020-01-17
2
-0
/
+163
|
*
|
aes: add support of aes192 and aes256
Philippe Reynes
2020-01-17
4
-65
/
+125
|
*
|
aes: add a define for the size of a block
Philippe Reynes
2020-01-17
3
-20
/
+21
|
/
/
*
|
Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
Tom Rini
2020-01-16
19
-166
/
+66
|
\
\
|
*
|
mmc: config help typo fix
Joel Johnson
2020-01-16
1
-1
/
+1
|
*
|
mmc: add additional quirk for APP_CMD retry
Joel Johnson
2020-01-16
2
-1
/
+17
|
*
|
Drop CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK usage
Yangbo Lu
2020-01-16
4
-50
/
+42
|
*
|
configs: ls1028a: use default SDHC clock divider value
Yangbo Lu
2020-01-16
4
-4
/
+0
|
*
|
Add global variable sdhc_per_clk for arm/powerpc
Yangbo Lu
2020-01-16
2
-0
/
+5
|
*
|
powerpc/mpc85xx: drop eSDHC periperhal clock code
Yangbo Lu
2020-01-16
6
-61
/
+1
|
*
|
mmc: fsl_esdhc: drop useless fdt fixup
Yangbo Lu
2020-01-16
1
-9
/
+0
|
*
|
mmc: fsl_esdhc_imx: drop QorIQ eSDHC specific peripheral clock code
Yangbo Lu
2020-01-16
1
-40
/
+0
*
|
|
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
Tom Rini
2020-01-16
4
-9
/
+27
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
arm: mvebu: clearfog: update eMMC documentation
Baruch Siach
2020-01-16
1
-6
/
+0
|
*
|
arm: mvebu: clearfog: set uboot image SD card offset
Baruch Siach
2020-01-16
1
-1
/
+1
|
*
|
spl: mmc: support uboot image offset on main partition
Baruch Siach
2020-01-16
2
-2
/
+25
|
*
|
configs: clearfog: enable SPL_DM_GPIO to fix boot from SD
Baruch Siach
2020-01-16
1
-0
/
+1
|
|
/
*
|
Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2020-01-16
119
-3899
/
+1677
|
\
\
|
*
|
arm64: versal: Enable board_late_init calling
Michal Simek
2020-01-14
1
-1
/
+0
|
*
|
ARM: dts: zynq: enablement of coresight topology
Zumeng Chen
2020-01-14
1
-0
/
+135
|
*
|
arm64: zynqmp: Sync gem clock nodes with mainline Linux
Michal Simek
2020-01-14
1
-9
/
+13
|
*
|
arm64: zynqmp: Sync gpio-controller name location
Michal Simek
2020-01-14
1
-1
/
+1
|
*
|
arm64: dts: zynqmp: replace gpio-key,wakeup with wakeup-source property
Sudeep Holla
2020-01-14
4
-4
/
+4
|
*
|
arm64: dts: zcu100-revC: Give wifi some time after power-on
Jan Kiszka
2020-01-14
1
-0
/
+1
[prev]
[next]