summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-04eeprom: at24: add ST M24256E Additional Write lockable page supportMarek Vasut
2024-12-04arm: sunxi: Use "imply" for USB without further guardsTom Rini
2024-12-04efi_loader: Fix Kconfig logic around OF_LIBFDTTom Rini
2024-12-04aspeed: Fix Kconfig logic on "DM_RESET" and ASPEED_AST2500Tom Rini
2024-12-04Merge tag 'efi-next-2024-12-04' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2024-12-04efi_selftest: add test for IPv4 Config2 protocolAdriano Cordova
2024-12-04efi_selftest: add test for HTTP protocolAdriano Cordova
2024-12-04lib: uuid: display HTTP and IPV4 Config II protocolsHeinrich Schuchardt
2024-12-04efi_loader: efi_net: add EFI_HTTP_PROTOCOLAdriano Cordova
2024-12-04efi_loader: efi_net: add EFI_IP4_CONFIG2_PROTOCOLAdriano Cordova
2024-12-04efi_loader: net: add support to send http requests and parse http headersAdriano Cordova
2024-12-04efi_loader: net: set EFI bootdevice device path to HTTP when loaded from wgetAdriano Cordova
2024-12-04efi_loader: device_path: add support for HTTP device pathAdriano Cordova
2024-12-04efi_loader: efi_net: add efi_net_set_addr, efi_net_get_addrAdriano Cordova
2024-12-04efi_api: add definitions for HTTP and IP4_CONFIG2 protocolsAdriano Cordova
2024-12-04efi_loader: add IPv4() to device path to text protocolHeinrich Schuchardt
2024-12-04efi_loader: device_path: add efi_dp_from_ipv4Adriano Cordova
2024-12-04efi_loader: device_path: add definition of DEVICE_PATH_SUB_TYPE_MSG_IPV4Adriano Cordova
2024-12-04net: wget: let wget_with_dns work with dns disabledAdriano Cordova
2024-12-04net-lwip: zero terminate string with headers in wget_lwip_fill_info()Adriano Cordova
2024-12-04net: zero terminate string with headers in wget_fill_info()Heinrich Schuchardt
2024-12-04lwip: wget: pass port and server_name via wget_ctxAdriano Cordova
2024-12-03Merge tag 'xilinx-for-v2025.04-rc1' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2024-12-03Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini
2024-12-03Merge patch series "CI: Set up for an arm64 runner"Tom Rini
2024-12-03configs: e850-96: Disable PSCI resetSam Protsenko
2024-12-02CI: Add platform variableSimon Glass
2024-12-02docker: Install toolchains on arm64 hostSimon Glass
2024-12-02docker: Fix LegacyKeyValueFormat warning with PYTHONPATHSimon Glass
2024-12-02docker: Adjust installed packages slightlySimon Glass
2024-12-02docker: Support building for multiple architecturesSimon Glass
2024-12-02docker: Use cache mounts for aptTom Rini
2024-12-02docker: Build grub for all architecturesTom Rini
2024-12-02docker: Update to grub-2.12Tom Rini
2024-12-02docker: Use "make -j$(nproc)" when invoking makeTom Rini
2024-12-02docker: Add kernel.org x86_64 toolchainTom Rini
2024-12-02test: Adjust print_ut test to use unsigned charSimon Glass
2024-12-02sandbox: efi_loader: Correct use of addresses as pointersSimon Glass
2024-12-02common: relocate fdt_blob in global_data for FDTSRC_EMBED caseEvgeny Bachinin
2024-12-02Revert "global_data: Drop spl_handoff"Simon Glass
2024-12-02binman: Avoid skipping binman_init()Simon Glass
2024-11-30powerpc/t2080qds: remove spurious x permission from README fileRasmus Villemoes
2024-11-30arm: dts: socfpga: remove spurious execute permission from dt filesRasmus Villemoes
2024-11-30Makefile: avoid non-standard sed expressionsMark Kettenis
2024-11-30net: lwip: wget: fix legacy syntaxJerome Forissier
2024-11-30Revert "efi_memory: do not add U-Boot memory to the memory map"Ilias Apalodimas
2024-11-30Merge tag 'u-boot-imx-master-20241130' of https://gitlab.denx.de/u-boot/custo...Tom Rini
2024-11-29test: add command to 'Boot fail' messageHeinrich Schuchardt
2024-11-29test: add command to 'Lab failure' timeout messageHeinrich Schuchardt
2024-11-29cmd: add a fetch utilityCaleb Connolly