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
...
|
*
test/py: Add tests for the SquashFS commands
Joao Marcos Costa
2020-08-07
5
-0
/
+103
|
*
fs/fs.c: add symbolic link case to fs_ls_generic()
Joao Marcos Costa
2020-08-07
1
-0
/
+3
|
*
fs/squashfs: add support for zlib decompression
Joao Marcos Costa
2020-08-07
1
-0
/
+30
|
*
include/u-boot, lib/zlib: add sources for zlib decompression
Joao Marcos Costa
2020-08-07
5
-0
/
+140
|
*
fs/squashfs: add filesystem commands
Joao Marcos Costa
2020-08-07
4
-0
/
+50
|
*
fs/squashfs: new filesystem
Joao Marcos Costa
2020-08-07
16
-0
/
+2297
|
*
cmd: Update the memory-search command
Simon Glass
2020-08-07
8
-43
/
+124
|
*
test: Add a flag for tests that need console recording
Simon Glass
2020-08-07
2
-0
/
+11
|
*
dm: Rename DM test flags to make them more generic
Simon Glass
2020-08-07
77
-300
/
+301
|
*
console: Always define the console-recording functions
Simon Glass
2020-08-07
2
-2
/
+42
|
*
test: Add a way to check part of a console line or skip it
Simon Glass
2020-08-07
2
-0
/
+81
|
/
*
Merge branch '2020-08-07-mkimage-improvements'
Tom Rini
2020-08-07
2
-46
/
+64
|
\
|
*
mkimage: fit: fix import of external data
Patrick Oppenlander
2020-08-07
1
-2
/
+2
|
*
mkimage: fit: include image cipher in configuration signature
Patrick Oppenlander
2020-08-07
1
-0
/
+17
|
*
mkimage: fit: don't cipher ciphered data
Patrick Oppenlander
2020-08-07
1
-1
/
+14
|
*
mkimage: fit: handle FDT_ERR_NOSPACE when ciphering
Patrick Oppenlander
2020-08-07
1
-9
/
+10
|
*
mkimage: fit: only process one cipher node
Patrick Oppenlander
2020-08-07
1
-35
/
+22
|
/
*
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb
Tom Rini
2020-08-06
4
-25
/
+24
|
\
|
*
usb: xhci: Add virt_to_phys() to support mapped platforms
Stefan Roese
2020-08-05
3
-16
/
+14
|
*
usb: usb-uclass.c: Drop le16_to_cpu() as values are already swapped
Stefan Roese
2020-08-05
1
-4
/
+4
|
*
usb: xhci: xhci_mem_init: Use cpu_to_le64() and not xhci_writeq()
Stefan Roese
2020-08-05
1
-1
/
+1
|
*
usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu)
Stefan Roese
2020-08-05
1
-4
/
+5
*
|
Merge branch '2020-08-06-Kconfig-sram-options'
Tom Rini
2020-08-06
21
-112
/
+155
|
\
\
|
*
|
common/board_r: Move blkcache_init call earlier in the boot sequence
Ovidiu Panait
2020-08-06
1
-3
/
+3
|
*
|
blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC
Ovidiu Panait
2020-08-06
2
-7
/
+10
|
*
|
common/board_r: Remove initr_serial wrapper
Ovidiu Panait
2020-08-06
1
-7
/
+1
|
*
|
drivers: serial: Make serial_initialize return int
Ovidiu Panait
2020-08-06
3
-4
/
+6
|
*
|
dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probe
Ovidiu Panait
2020-08-06
1
-4
/
+5
|
*
|
board_f: Remove setup_board_part1
Ovidiu Panait
2020-08-06
1
-11
/
+1
|
*
|
board_f: ppc: Factor out ppc-specific bdinfo setup
Ovidiu Panait
2020-08-06
2
-34
/
+27
|
*
|
board_f: m68k: Factor out m68k-specific bdinfo setup
Ovidiu Panait
2020-08-06
2
-15
/
+25
|
*
|
board_f: Move sram bdinfo assignments to generic code
Ovidiu Panait
2020-08-06
1
-5
/
+5
|
*
|
board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfo
Ovidiu Panait
2020-08-06
6
-18
/
+28
|
*
|
board_f: Introduce arch_setup_bdinfo initcall
Ovidiu Panait
2020-08-06
2
-1
/
+18
|
*
|
board_f: Introduce setup_bdinfo initcall
Ovidiu Panait
2020-08-06
2
-0
/
+16
|
*
|
cmd: bdinfo: Move sram info prints to generic code
Ovidiu Panait
2020-08-06
3
-8
/
+4
|
*
|
Kconfig: Remove CONFIG_SYS_SRAM_START
Ovidiu Panait
2020-08-06
4
-7
/
+2
|
*
|
Kconfig: Convert CONFIG_SYS_SRAM_SIZE to Kconfig
Ovidiu Panait
2020-08-06
5
-5
/
+7
|
*
|
Kconfig: Convert CONFIG_SYS_SRAM_BASE to Kconfig
Ovidiu Panait
2020-08-06
3
-2
/
+5
|
*
|
Kconfig: Introduce CONFIG_SYS_HAS_SRAM
Ovidiu Panait
2020-08-06
1
-0
/
+11
|
/
/
*
|
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
Tom Rini
2020-08-06
19
-28
/
+719
|
\
\
|
*
|
mvebu: bubt: Drop dead code
Tom Rini
2020-08-06
1
-15
/
+0
|
*
|
arm: mvebu: Update CRS305-1G-4S board flash layout
Luka Kovacic
2020-08-06
2
-6
/
+13
|
*
|
arm: mvebu: crs3xx-98dx3236: Add a maintainer
Luka Kovacic
2020-08-06
1
-0
/
+1
|
*
|
arm: mvebu: Add CRS328-4C-20S-4S board
Luka Kovacic
2020-08-06
8
-0
/
+302
|
*
|
arm: mvebu: Add CRS326-24G-2S board
Luka Kovacic
2020-08-06
8
-0
/
+302
|
*
|
arm: mvebu: Add CRS305-1G-4S Bit board
Luka Kovacic
2020-08-06
4
-0
/
+101
|
*
|
cmd: mvebu/bubt: Drop unused SPI_FLASH_PROTECTION
Jagan Teki
2020-08-06
1
-7
/
+0
*
|
|
Azure/Travis: Update to latest Docker image
Tom Rini
2020-08-05
2
-2
/
+2
|
/
/
*
|
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh
Tom Rini
2020-08-05
4
-4
/
+41
|
\
\
[prev]
[next]