aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-14Merge tag 'efi-2024-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...WIP/14Jan2024Tom Rini19-324/+356
2024-01-13cmd: efidebug: check pointer after memory allocationHeinrich Schuchardt1-0/+4
2024-01-13efi_loader: support fmp versioning for multi bank updateMasahisa Kojima1-15/+60
2024-01-13fwu: fix fwu_get_image_index interfaceMasahisa Kojima3-30/+26
2024-01-13efi_loader: Clean up efi_dp_append and efi_dp_concatIlias Apalodimas7-63/+35
2024-01-13doc: fix three-dash references in reStructuredTextGrzegorz Szymaszek2-3/+3
2024-01-13doc: coreboot: Update stale graphics enabling instructionsBin Meng1-7/+6
2024-01-13efi_loader: remove unused members from struct efi_disk_objMasahisa Kojima1-12/+3
2024-01-13efi: Avoid using dm_scan_other()Simon Glass4-188/+207
2024-01-13efi_loader: fix iteration of FMP protocolsMasahisa Kojima1-6/+12
2024-01-12Merge branch '2024-01-12-assorted-fixes'Tom Rini20-237/+193
2024-01-12Makefile: Run defconfig files through the C preprocessorAndrew Davis1-1/+2
2024-01-11android_ab: don't ignore ab_control_store return codeAlexey Romanov1-3/+15
2024-01-11tools: fix build without LIBCRYPTO supportPaul-Erwan Rio5-4/+10
2024-01-11tools: kwbimage: Allow disabling build on non-mvebu platformsAlexander Dahl3-1/+9
2024-01-11test: fs: fs-test: Move the tests to use sha256sumPeter Robinson1-59/+59
2024-01-11ti: am335x: Remove unused linker scriptTom Rini1-164/+0
2024-01-11arm: spl: Use separate fault handlers instead of a single common oneCsókás Bence2-0/+27
2024-01-11test: CONFIG_UT_BOOTSTD must depend on CONFIG_BOOTSTDHeinrich Schuchardt1-1/+1
2024-01-11boot: CONFIG_CEDIT must depend on CONFIG_EXPOHeinrich Schuchardt2-2/+2
2024-01-11test: build test/boot for CONFIG_UT_BOOTSTD=nHeinrich Schuchardt1-1/+1
2024-01-11boot: Support decompressing non-kernel OS imagesSimon Glass1-0/+1
2024-01-11phy: phy-mtk-tphy: add properties for phy tuningChunfeng Yun1-1/+57
2024-01-11dt-bindings: phy-mtk-tphy: add properties for phy tuningChunfeng Yun1-0/+9
2024-01-11Merge patch series "net fixes prior lwip"WIP/11Jan2024Tom Rini12-19/+26
2024-01-11Makefile: add dtbs to cleanMaxim Uvarov1-0/+2
2024-01-11omap3: use device specific naming for mem_initMaxim Uvarov4-7/+7
2024-01-11bcm_ns3: use device specific naming for variablesMaxim Uvarov1-3/+3
2024-01-11mach-socfpga: do not overlap defines with lwipMaxim Uvarov2-6/+9
2024-01-11driver/net/rtl8139: remove debug printMaxim Uvarov1-1/+1
2024-01-11sandbox: eth-raw-os: successful return code is 0Maxim Uvarov1-1/+1
2024-01-11net/smc911x: fix return from smc911x_sendMaxim Uvarov1-1/+1
2024-01-11test_net: print out net listMaxim Uvarov1-0/+2
2024-01-11Merge tag 'u-boot-dfu-20240111' of https://source.denx.de/u-boot/custodians/u...Tom Rini15-45/+236
2024-01-10configs: Resync with savedefconfigTom Rini3-35/+15
2024-01-10Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini5-30/+256
2024-01-10arm: mvebu: eDPU: support new board revisionRobert Marko4-5/+184
2024-01-10arm: mvebu: Espressobin: move network setup into a separate functionRobert Marko1-5/+12
2024-01-10arm: mvebu: Espressobin: move FDT fixup into a separate functionRobert Marko1-5/+9
2024-01-10arm: mvebu: AC5: Use finer grained memory mapChris Packham1-15/+51
2024-01-09Merge tag 'smbios-2024-04-rc1' of https://source.denx.de/u-boot/custodians/u-...Tom Rini9-26/+647
2024-01-09Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini3-55/+108
2024-01-09pinctrl: exynos: Convert to use livetree API for fdt accessSam Protsenko1-12/+8
2024-01-09pinctrl: exynos: Reduce variables scopeSam Protsenko1-3/+4
2024-01-09pinctrl: exynos: Refactor handling the pin related dt propertiesSam Protsenko1-16/+19
2024-01-09pinctrl: exynos: Support different register types in pin banksSam Protsenko3-17/+61
2024-01-09pinctrl: exynos: Rework pin_to_bank_base() to obtain data by nameSam Protsenko1-13/+14
2024-01-09pinctrl: exynos: Extract pin parsing code into a separate functionSam Protsenko1-10/+17
2024-01-09pinctrl: exynos: Improve coding styleSam Protsenko2-2/+3
2024-01-09test: hush: dollar: fix bugous behaviorIon Agorria1-20/+3