index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
Age
Commit message (
Expand
)
Author
2023-12-28
cli: hush_modern: Enable variables expansion for modern hush
Francis Laniel
2023-12-28
cli: Enables using modern hush parser as command line parser
Francis Laniel
2023-12-28
cmd: Add new cli command
Francis Laniel
2023-12-28
global_data.h: add GD_FLG_HUSH_OLD_PARSER flag
Francis Laniel
2023-12-28
cli: Add menu for hush parser
Francis Laniel
2023-12-28
cli: Port upstream Busybox hush to U-Boot
Francis Laniel
2023-12-28
cli: Add Busybox upstream hush.c file
Francis Laniel
2023-12-20
command: Move command completion temporary buffer to stack
Marek Vasut
2023-12-20
command: Allocate history buffer using calloc()
Marek Vasut
2023-12-18
Merge tag 'v2024.01-rc5' into next
Tom Rini
2023-12-13
video: Add a function to clear the display
Simon Glass
2023-12-13
Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"
Tom Rini
2023-12-13
bootstd: Introduce programmatic boot
Simon Glass
2023-12-06
sunxi: h616: (really) lower SPL stack address to avoid BROM data
Andre Przywara
2023-12-04
Merge tag 'v2024.01-rc4' into next
Tom Rini
2023-12-01
usb: storage: Use the correct CBW lengths
Hector Martin
2023-12-01
usb: hub: Add missing reset recovery delay
Hector Martin
2023-11-29
Fix stack-protector for powerpc
Christophe Leroy
2023-11-28
Merge patch series "sysinfo: Expand sysinfo with some more banner information"
Tom Rini
2023-11-28
sysinfo: Allow displaying more info on startup
Simon Glass
2023-11-28
Revert "generic-board: make show_board_info a weak function"
Simon Glass
2023-11-28
board: Move show_board_info() comment to header file
Simon Glass
2023-11-20
Merge tag 'v2024.01-rc3' into next
Tom Rini
2023-11-17
Merge branch '2023-11-16-assorted-updates' into next
Tom Rini
2023-11-16
fs: ext4: Remove unused parameter from ext4_mount
Sean Anderson
2023-11-16
spl: fat: Add option to disable DMA alignment
Sean Anderson
2023-11-16
spl: spi: Consolidate spi_load_image_os into spl_spi_load_image
Sean Anderson
2023-11-16
spl: Convert spi to spl_load
Sean Anderson
2023-11-16
spl: Convert semihosting to spl_load
Sean Anderson
2023-11-16
spl: Convert NVMe to spl_load
Sean Anderson
2023-11-16
spl: Convert nor to spl_load
Sean Anderson
2023-11-16
spl: Convert net to spl_load
Sean Anderson
2023-11-16
spl: Convert nand to spl_load
Sean Anderson
2023-11-16
spl: Convert mmc to spl_load
Sean Anderson
2023-11-16
spl: Convert fat to spl_load
Sean Anderson
2023-11-16
spl: Convert ext to use spl_load
Sean Anderson
2023-11-16
spl: Add generic spl_load function
Sean Anderson
2023-11-16
spl: legacy: Split off LZMA decompression into its own function
Sean Anderson
2023-11-16
spl: nand: Remove spl_nand_legacy_read
Sean Anderson
2023-11-16
spl: Only support bl_len when we have to
Sean Anderson
2023-11-16
spl: Remove filename from spl_load_info
Sean Anderson
2023-11-16
spl: Set FAT bl_len to ARCH_DMA_MINALIGN
Sean Anderson
2023-11-16
spl: Refactor spl_load_info->read to use units of bytes
Sean Anderson
2023-11-16
spl: Take advantage of bl_len's power-of-twoness
Sean Anderson
2023-11-16
spl: Remove dev from spl_load_info
Sean Anderson
2023-11-16
spl: Remove NULL assignments in spl_load_info
Sean Anderson
2023-11-16
spl: semihosting: Don't close fd before spl_load_simple_fit
Sean Anderson
2023-11-16
spl: Make SHOW_ERRORS depend on LIBCOMMON
Sean Anderson
2023-11-16
spl: blk_fs: Fix uninitialized return value when we can't get a blk_desc
Sean Anderson
2023-11-16
Merge patch series "nand: Add sandbox tests"
Tom Rini
[next]