pandora-u-boot.git
2023-12-31 Simon Glassbloblist: Add alignment to bloblist_new()
2023-12-31 Simon Glassbloblist: Adjust the bloblist header
2023-12-31 Simon Glassbloblist: Reduce blob-header size
2023-12-31 Simon Glassbloblist: Handle alignment with a void entry
2023-12-31 Simon Glassbloblist: Checksum the entire bloblist
2023-12-31 Simon Glassbloblist: Drop spare value from bloblist record
2023-12-31 Simon Glassbloblist: Access record hdr_size and tag via a function
2023-12-31 Simon Glassbloblist: Set version to 1
2023-12-31 Simon Glassbloblist: Change the magic value
2023-12-31 Simon Glassbloblist: Adjust API to align in powers of 2
2023-12-31 Simon Glassbloblist: Update the tag numbering
2023-12-31 Simon GlassMakefile: Use the fdtgrep -u flag
2023-12-31 Simon Glassfdtgrep: Allow propagating properties up to supernodes
2023-12-31 Simon Glasssandbox: Correct SPL condition for building devicetree
2023-12-31 Simon Glassfdtgrep: Move property checking into a function
2023-12-31 Simon Glassfdtgrep: Simplify code to inverting the match
2023-12-31 Simon Glassfdtgrep: Tidy up comment for h_include()
2023-12-31 Simon Glassfdtgrep: Correct references to fdt_find_regions()
2023-12-31 Simon Glassfdtgrep: Correct ordering of flags
2023-12-31 Simon Glassfdtgrep: Tidy up a few type warnings and comments
2023-12-31 Simon Glassx86: coral: Align bootph SPI-flash subnodes with parent
2023-12-31 Heinrich Schuchardtbinman: used-before-assignment in ftest.py
2023-12-31 Heinrich Schuchardtbuildman: type cotaining
2023-12-28 Tom RiniMerge patch series "Modernize U-Boot shell"
2023-12-28 Francis Lanielconfigs: Use old hush for several boards
2023-12-28 Francis Lanielcmd: Set modern hush as default shell
2023-12-28 Francis Lanielcli: modern_hush: Add upstream commits up to 2nd Octobe...
2023-12-28 Francis Lanieltest: hush: Fix loop tests for modern hush
2023-12-28 Francis Lanielcli: hush_modern: Enable loops
2023-12-28 Francis Lanielcli: hush_modern: Enable if keyword
2023-12-28 Francis Lanielcli: hush_modern: Enable using < and > as string compar...
2023-12-28 Francis Lanieltest: hush: Fix variable expansion tests for modern...
2023-12-28 Francis Lanieltest: hush: Fix instructions list tests for modern...
2023-12-28 Francis Lanielcli: add modern hush as parser for run_command*()
2023-12-28 Francis Lanielcli: hush_modern: Add functions to be called from run_c...
2023-12-28 Francis Lanielcli: hush_modern: Enable variables expansion for modern...
2023-12-28 Francis Lanielcli: Enables using modern hush parser as command line...
2023-12-28 Francis Lanielcmd: Add new cli command
2023-12-28 Francis Lanielglobal_data.h: add GD_FLG_HUSH_OLD_PARSER flag
2023-12-28 Francis Lanielcli: Add menu for hush parser
2023-12-28 Francis Lanielcli: Port upstream Busybox hush to U-Boot
2023-12-28 Francis Lanielcli: Add Busybox upstream hush.c file
2023-12-28 Francis Lanieltest: hush: Test hush loops
2023-12-28 Francis Lanieltest: hush: Test hush commands list
2023-12-28 Francis Lanieltest: hush: Test hush variable expansion
2023-12-28 Francis Lanieltest/py: hush_if_test: Remove the test file
2023-12-28 Francis Lanieltest: hush: Test hush if/else
2023-12-28 Francis Lanieltest: Add framework to test hush behavior
2023-12-28 Tom RiniMerge branch 'next' of https://source.denx.de/u-boot...
2023-12-27 Leo Yu-Chi... andes: ae350: Enable MISC_INIT_R for ae350 platform
2023-12-27 Leo Yu-Chi... andes: ae350: Save cpu name to env
2023-12-27 Leo Yu-Chi... andes: cpu: Enable cache and TLB ECC support
2023-12-27 Leo Yu-Chi... andes: cpu: Enable memboost feature
2023-12-27 Leo Yu-Chi... andes: ae350: Implement cache switch via Kconfig
2023-12-27 Leo Yu-Chi... andes: csr.h: Clean up CSR definition
2023-12-27 Michal Simekriscv: Extend board compatible string with "qemu,mbv"
2023-12-27 Zong Liriscv: cache: support cache enable in SPL stage
2023-12-27 Zong Licache: add sifive private L2 cache driver
2023-12-22 Heinrich Schuchardtbootmeth: pass size to efi_binary_run()
2023-12-21 Tom RiniMerge patch series "Complete decoupling of bootm logic...
2023-12-21 Simon Glassbootm: Create a new boot_run() function to handle booting
2023-12-21 Simon Glassbootm: Create a function to run through the booti states
2023-12-21 Simon Glassstm32: Use bootm_run() and bootz_run()
2023-12-21 Simon Glassbootm: Create a function to run through the bootz states
2023-12-21 Simon Glassstm32: Use local vars in stm32prog for initrd and fdt
2023-12-21 Simon Glassbootm: Create a function to run through the bootm states
2023-12-21 Simon Glassbootm: Tidy up boot_selected_os()
2023-12-21 Simon Glassbootm: Rename do_bootm_states() to bootm_run_states()
2023-12-21 Simon Glassbootm: Drop arguments from do_bootm_states()
2023-12-21 Simon Glassbootz: Avoid use of #ifdef
2023-12-21 Simon Glassbooti: Avoid use of #ifdef
2023-12-21 Simon Glassbootm: Move do_bootm_states() comment to header file
2023-12-21 Simon Glassbootm: Add more fields to bootm_info
2023-12-21 Simon Glassbootm: Adjust arguments of boot_os_fn
2023-12-21 Simon Glassbootm: Create a struct for argument information
2023-12-21 Simon Glasssandbox: bootm: Enable more bootm OS methods
2023-12-21 Simon Glassbootm: Adjust how the board is reset
2023-12-21 Simon Glassriscv: Add a reset_cpu() function
2023-12-21 Simon Glassnios2: Add a reset_cpu() function
2023-12-21 Simon Glassppc: Add a reset_cpu() function
2023-12-21 Simon Glassm68k: Add a reset_cpu() function
2023-12-21 Simon Glassmips: Add a reset_cpu() function
2023-12-21 Tom RiniMerge branch '2023-12-21-assorted-updates-and-fixes...
2023-12-21 Csókás Bencelib: rsa: Print detailed error info in rsa_engine_init...
2023-12-21 Tomas Alvarez... board/keymile/kmcent2: fix update-nor indentation
2023-12-21 Caleb Connollyiommu: add qcom-hyp-smmu
2023-12-21 Caleb Connollyiommu: add a connect op
2023-12-21 Caleb Connollyiommu: fix compilation when CONFIG_PCI disabled
2023-12-21 Francesco Dolciniconfigs: verdin-am62: Disable SPL FIT Overlay
2023-12-21 Matthias Schifferboot: add support for fdt_fixup command in environment
2023-12-21 Manorit Chawdhryinclude: env: ti: ti_common: Run main_cpsw0_qsgmii_phyi...
2023-12-21 Mayuresh Chitalefs: Fix SPL build if FS_LOADER is enabled
2023-12-21 Tom RiniMerge branch '2023-12-21-header-inclusion-cleanup'...
2023-12-21 Tom Rinilib: Remove <common.h> inclusion from these files
2023-12-21 Tom Riniinclude: Further cleanup includes
2023-12-21 Tom Rinidisplay_options: Clean up headers
2023-12-21 Tom Riniefi_loader: Remove <common.h>
2023-12-21 Tom Rinirmobile: Add <mach/rmobile.h> to cpu_info-rzg2l.c
2023-12-21 Tom Rinilib/sha*.c: Update header list
2023-12-21 Tom Riniglobal: Rework architecture global_data.h to include...
next