aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-12test/py: bootstage: Add test for bootstage commandWIP/2024-01-12-more-pytestsLove Kumar1-0/+67
2024-01-12test/py: memtest: Add tests for mtest commandLove Kumar1-0/+68
2024-01-12test/py: i2c: Add tests for i2c commandLove Kumar1-0/+116
2024-01-12test/py: mii: Add tests for mii commandLove Kumar1-0/+92
2024-01-12test/py: mdio: Add tests for mdio commandLove Kumar1-0/+79
2024-01-12test/py: net: Add dhcp abort testLove Kumar1-0/+57
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
2024-01-09Merge tag 'rng-2024-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-11/+29
2024-01-09fastboot: add oem console command supportIon Agorria4-0/+48
2024-01-09lib: membuff: fix readline not returning line in case of overflowIon Agorria4-6/+7
2024-01-09common: console: record console from the beginningIon Agorria1-0/+3