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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
spl: fit: Do not fail immediately if an overlay is not available
Jean-Jacques Hiblot
2020-01-07
1
-1
/
+5
*
|
spl: fit: allocate a temporary buffer to load the overlays
Jean-Jacques Hiblot
2020-01-07
1
-5
/
+29
*
|
spl: fit: Make room in the FDT before applying overlays
Jean-Jacques Hiblot
2020-01-07
1
-5
/
+12
*
|
spl: fit: Add support for applying DT overlay
Michal Simek
2020-01-07
1
-3
/
+27
*
|
spl: fit: don't load the firmware twice
Jean-Jacques Hiblot
2020-01-07
1
-0
/
+10
|
/
*
configs: Enable SPL_FSL_PBL for some LayerScape platforms
Alison Wang
2019-12-26
1
-2
/
+6
*
spl: Add methods to find the position/size of next phase
Simon Glass
2019-12-15
1
-0
/
+20
*
x86: fsp: Add a new arch_fsp_init_r() hook
Simon Glass
2019-12-15
1
-0
/
+3
*
board_r: Move early-timer init later
Simon Glass
2019-12-15
1
-5
/
+14
*
binman: Add a library to access binman entries
Simon Glass
2019-12-15
1
-0
/
+10
*
spl: opensbi: wait for ack from secondary harts before entering OpenSBI
Lukas Auer
2019-12-10
1
-1
/
+11
*
riscv: add option to wait for ack from secondary harts in smp functions
Lukas Auer
2019-12-10
1
-1
/
+1
*
spl: opensbi: specify main hart as preferred boot hart
Lukas Auer
2019-12-10
1
-0
/
+1
*
spl: cache: Allow cache drivers in SPL
Rick Chen
2019-12-10
1
-0
/
+7
*
Merge tag 'u-boot-imx-20191209' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2019-12-09
1
-0
/
+35
|
\
|
*
common: fdt_support: add support for setting usable memory
Igor Opaniuk
2019-12-06
1
-0
/
+35
*
|
Revert "spl: fix entry_point equal to load_addr"
Tom Rini
2019-12-06
1
-2
/
+2
*
|
spl: fix entry_point equal to load_addr
Giulio Benetti
2019-12-05
1
-2
/
+2
*
|
spl: Introduce SPL_DM_GPIO Kconfig define
Lukasz Majewski
2019-12-05
1
-0
/
+6
*
|
mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND
Miquel Raynal
2019-12-03
1
-2
/
+2
*
|
spl: ymodem: Fix loading of fit image
Lokesh Vutla
2019-12-03
1
-2
/
+6
*
|
bootm: vxworks: Support Linux compatible standard DTB for ARM and PPC
Lihua Zhao
2019-12-03
1
-2
/
+37
*
|
cosmetic: Fix spelling and whitespace errors
Thomas Hebb
2019-12-03
1
-3
/
+3
|
/
*
common: Move board_get_usable_ram_top() out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
common: Move command functions out of common.h
Simon Glass
2019-12-02
5
-0
/
+5
*
common: Move enable/disable_interrupts out of common.h
Simon Glass
2019-12-02
2
-0
/
+2
*
common: Move interrupt functions into a new header
Simon Glass
2019-12-02
2
-0
/
+2
*
common: Move ARM cache operations out of common.h
Simon Glass
2019-12-02
8
-0
/
+8
*
common: Move some cache and MMU functions out of common.h
Simon Glass
2019-12-02
3
-0
/
+3
*
common: Move checkcpu() out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
common: Move get_ticks() function out of common.h
Simon Glass
2019-12-02
4
-0
/
+4
*
common: Add a new lz4.h header file
Simon Glass
2019-12-02
1
-0
/
+1
*
common: Move serial functions out of common.h
Simon Glass
2019-12-02
4
-0
/
+4
*
common: Move sorting functions to their own header file
Simon Glass
2019-12-02
1
-0
/
+1
*
spl: bootcount: Move code out of header file
Simon Glass
2019-12-02
1
-0
/
+11
*
crc32: Use the crc.h header for crc functions
Simon Glass
2019-12-02
8
-0
/
+8
*
common: Drop global inclusion of status_led.h
Simon Glass
2019-12-02
1
-0
/
+1
*
Drop CONFIG_SHOW_ACTIVITY
Simon Glass
2019-12-02
1
-6
/
+0
*
usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.h
Heinrich Schuchardt
2019-11-25
1
-6
/
+0
*
usb: kbd: implement special keys
Heinrich Schuchardt
2019-11-25
1
-0
/
+42
*
usb: kbd: simplify coding for arrow keys
Heinrich Schuchardt
2019-11-25
1
-35
/
+12
*
usb: kbd: signature of usb_kbd_put_queue()
Heinrich Schuchardt
2019-11-25
1
-1
/
+1
*
usb: kbd: fix typo
Heinrich Schuchardt
2019-11-25
1
-1
/
+1
*
env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol
Tom Rini
2019-11-20
1
-1
/
+1
*
Merge tag 'u-boot-rockchip-20191118' of https://gitlab.denx.de/u-boot/custodi...
Tom Rini
2019-11-17
2
-1
/
+9
|
\
|
*
spl: separate SPL_FRAMEWORK config for spl and tpl
Heiko Stuebner
2019-11-17
2
-1
/
+9
*
|
image: fdt: copy possible optee nodes to a loaded devicetree
Heiko Stuebner
2019-11-14
1
-0
/
+8
|
/
*
Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodi...
Tom Rini
2019-11-11
1
-14
/
+34
|
\
|
*
common: spl: atf: support booting bl32 image
Joseph Chen
2019-11-10
1
-14
/
+34
*
|
hush: re-sequence includes
Heinrich Schuchardt
2019-11-07
1
-1
/
+1
[prev]
[next]