summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-10env: Provide a work-around for unquoting fdtfileSimon Glass
2025-03-10Merge tag 'efi-next-20250310' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2025-03-10lib: correct description of CONFIG_SYS_FDT_PADHeinrich Schuchardt
2025-03-10arm: use type jmp_buf instead of struct jmp_buf_dataHeinrich Schuchardt
2025-03-10efi_loader: Clean up usage of structure jmp_buf_dataYao Zi
2025-03-10common: clean up setjmp.hHeinrich Schuchardt
2025-03-10arm: include asm-generic/int-ll64.h in setjmp.hHeinrich Schuchardt
2025-03-10sandbox: remove linux/types.h dependency in setjmp.hHeinrich Schuchardt
2025-03-10efi_loader: efi_net: Add support for multiple efi_net_objAdriano Cordova
2025-03-10efi_loader: efi_net: Add dhcp cacheAdriano Cordova
2025-03-10efi_loader: efi_net: Add device path cacheAdriano Cordova
2025-03-10efi_loader: efi_device_path: Pass net udevice as argumentAdriano Cordova
2025-03-10efi_loader: efi_net: Add efi_net_do_start() to efi_net.cAdriano Cordova
2025-03-10efi_loader: efi_setup: Add efi_start_obj_list() to efi_setup.cAdriano Cordova
2025-03-10efi_loader: expose symbols to be used by the EFI network stackAdriano Cordova
2025-03-10legacy-net: wget: fix wget_info handling after new tcp legacy stackAdriano Cordova
2025-03-10efi_loader: efi_net: let efi_net_set_dp properly update the device pathAdriano Cordova
2025-03-07Merge patch series "This series adds support for file renaming to EFI_FILE_PR...Tom Rini
2025-03-07efi_loader: support file rename in SetInfo()Gabriel Dalimonte
2025-03-07efi_loader: move path out of file_handleGabriel Dalimonte
2025-03-07fs: fat: update parent dirs metadata on dentry create/deleteGabriel Dalimonte
2025-03-07fs: fat: add renameGabriel Dalimonte
2025-03-07fs: add rename infrastructureGabriel Dalimonte
2025-03-07fs: fat: factor out dentry link create/deleteGabriel Dalimonte
2025-03-04Merge patch series "tools: Minor clean-ups for the command library"Tom Rini
2025-03-04u_boot_pylib: Add a function to run a single commandSimon Glass
2025-03-04u_boot_pylib: Fix pylint warnings in commandSimon Glass
2025-03-04u_boot_pylib: Add an exception-class for errorsSimon Glass
2025-03-04u_boot_pylib: Correct case for test_resultSimon Glass
2025-03-03lib: ecdsa: fix prevent memory leak in ecdsa_add_verify_dataAnton Moryakov
2025-03-03tiny-printf: emit \0 as %cAlexander Sverdlin
2025-03-03Merge patch series "arm: mach-k3: j722s: Enable ESM to support watchdogs"Tom Rini
2025-03-03Merge patch series "J784S4: Enable USB DFU boot, DFU flash and UMS configs"Tom Rini
2025-03-03configs: j784s4_evm_a72_defconfig: enable USB DFU boot, DFU flash and UMSSiddharth Vadapalli
2025-03-03configs: j784s4_evm_r5_defconfig: enable USB DFU bootSiddharth Vadapalli
2025-03-03configs: j722s_evm_r5_defconfig: Enable the ESM Configs to support watchdogKeerthy
2025-03-03arm: mach-k3: j722s: Initialize MCU & MAIN Domain ESMsKeerthy
2025-02-28Merge patch series "rsa: Add rsa_verify_openssl() to use openssl for host bui...Tom Rini
2025-02-28binman: Authenticate the image when testing the preload signaturePaul HENRYS
2025-02-28configs: Enable the pre-load signature in tools-only_defconfigPaul HENRYS
2025-02-28tools: Add preload_check_sign to authenticate images with a pre-loadPaul HENRYS
2025-02-28boot: Add support of the pre-load signature for host toolsPaul HENRYS
2025-02-28image: Add an inline declaration of unmap_sysmem()Paul HENRYS
2025-02-28rsa: Add rsa_verify_openssl() to use openssl for host buildsPaul HENRYS
2025-02-28Merge patch series "boards: siemens: iot2050: SM variant, sysinfo support, fi...Tom Rini
2025-02-28board: siemens: iot2050: Use sysinfo for board initializationBaocheng Su
2025-02-28sysinfo: Add driver for IOT2050 boardsBaocheng Su
2025-02-28sysinfo: Add SYSID_BOARD_RAM_SIZE_MBBaocheng Su
2025-02-28sysinfo: Add API for accessing data elementsBaocheng Su
2025-02-28smbios: Fill UUID from sysinfo when availableBaocheng Su