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
Age
Commit message (
Expand
)
Author
2023-12-28
cli: add modern hush as parser for run_command*()
Francis Laniel
2023-12-28
cli: hush_modern: Add functions to be called from run_command()
Francis Laniel
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-28
test: hush: Test hush loops
Francis Laniel
2023-12-28
test: hush: Test hush commands list
Francis Laniel
2023-12-28
test: hush: Test hush variable expansion
Francis Laniel
2023-12-28
test/py: hush_if_test: Remove the test file
Francis Laniel
2023-12-28
test: hush: Test hush if/else
Francis Laniel
2023-12-28
test: Add framework to test hush behavior
Francis Laniel
2023-12-22
bootmeth: pass size to efi_binary_run()
Heinrich Schuchardt
2023-12-21
Merge patch series "Complete decoupling of bootm logic from commands"
Tom Rini
2023-12-21
bootm: Create a new boot_run() function to handle booting
Simon Glass
2023-12-21
bootm: Create a function to run through the booti states
Simon Glass
2023-12-21
stm32: Use bootm_run() and bootz_run()
Simon Glass
2023-12-21
bootm: Create a function to run through the bootz states
Simon Glass
2023-12-21
stm32: Use local vars in stm32prog for initrd and fdt
Simon Glass
2023-12-21
bootm: Create a function to run through the bootm states
Simon Glass
2023-12-21
bootm: Tidy up boot_selected_os()
Simon Glass
2023-12-21
bootm: Rename do_bootm_states() to bootm_run_states()
Simon Glass
2023-12-21
bootm: Drop arguments from do_bootm_states()
Simon Glass
2023-12-21
bootz: Avoid use of #ifdef
Simon Glass
2023-12-21
booti: Avoid use of #ifdef
Simon Glass
2023-12-21
bootm: Move do_bootm_states() comment to header file
Simon Glass
2023-12-21
bootm: Add more fields to bootm_info
Simon Glass
2023-12-21
bootm: Adjust arguments of boot_os_fn
Simon Glass
2023-12-21
bootm: Create a struct for argument information
Simon Glass
2023-12-21
sandbox: bootm: Enable more bootm OS methods
Simon Glass
2023-12-21
bootm: Adjust how the board is reset
Simon Glass
2023-12-21
riscv: Add a reset_cpu() function
Simon Glass
2023-12-21
nios2: Add a reset_cpu() function
Simon Glass
2023-12-21
ppc: Add a reset_cpu() function
Simon Glass
2023-12-21
m68k: Add a reset_cpu() function
Simon Glass
2023-12-21
mips: Add a reset_cpu() function
Simon Glass
2023-12-21
Merge branch '2023-12-21-assorted-updates-and-fixes' into next
Tom Rini
2023-12-21
lib: rsa: Print detailed error info in rsa_engine_init() on engine resolution...
Csókás Bence
2023-12-21
board/keymile/kmcent2: fix update-nor indentation
Tomas Alvarez Vanoli
2023-12-21
iommu: add qcom-hyp-smmu
Caleb Connolly
2023-12-21
iommu: add a connect op
Caleb Connolly
2023-12-21
iommu: fix compilation when CONFIG_PCI disabled
Caleb Connolly
2023-12-21
configs: verdin-am62: Disable SPL FIT Overlay
Francesco Dolcini
2023-12-21
boot: add support for fdt_fixup command in environment
Matthias Schiffer
2023-12-21
include: env: ti: ti_common: Run main_cpsw0_qsgmii_phyinit conditionally
Manorit Chawdhry
2023-12-21
fs: Fix SPL build if FS_LOADER is enabled
Mayuresh Chitale
2023-12-21
Merge branch '2023-12-21-header-inclusion-cleanup' into next
Tom Rini
[next]