aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-09Merge branch '2022-05-09-TI-platform-updates'WIP/09May2022Tom Rini16-105/+740
2022-05-09ARM: dts: k3-am642-sk-u-boot: add PMIC nodeNeil Armstrong1-0/+61
2022-05-09config: enable TPS65219 for am64x_evm_a53 boardsNeil Armstrong1-0/+6
2022-05-09regulator: add driver for the TPS65219 BUCK & LDO regulatorsNeil Armstrong3-0/+390
2022-05-09power: add driver for the TPS65219 PMICNeil Armstrong4-0/+141
2022-05-09Nokia RX-51: Convert to CONFIG_DM_SERIALPali Rohár3-4/+14
2022-05-09Nokia RX-51: Enable CONFIG_SUPPORT_RAW_INITRDPali Rohár1-0/+1
2022-05-09am335x, guardian: Drop non DM_I2C codeGireesh Hiremath1-2/+6
2022-05-09configs: am335x_guardian: Enable DM_I2CGireesh Hiremath1-2/+2
2022-05-09ARM: dts: am335x: guardian: switch to AM33XX_PADCONFGireesh Hiremath2-97/+119
2022-05-09Prepare v2022.07-rc2v2022.07-rc2Tom Rini1-1/+1
2022-05-08Merge tag 'efi-2022-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/08May2022Tom Rini14-171/+388
2022-05-08Merge branch '2022-05-06-assorted-updates'Tom Rini5-9/+121
2022-05-07test/py: Add more test cases for rejecting an EFI imageIlias Apalodimas2-0/+57
2022-05-07efi_loader: add sha384/512 on certificate revocationIlias Apalodimas4-23/+131
2022-05-07bootmenu: factor out the user input handlingMasahisa Kojima3-141/+148
2022-05-07efi_loader: Select EVENT as wellJan Kiszka1-0/+1
2022-05-07tools: mkimage: set OPENSSL_API_COMPATHeinrich Schuchardt1-0/+3
2022-05-07mkimage: Document misc optionsSean Anderson2-5/+46
2022-05-07Makefile: support CROSS_COMPILE=armv7a-*Heinrich Schuchardt1-1/+1
2022-05-07Makefile: Avoid non-portable GNU sed extensionMark Kettenis1-1/+1
2022-05-06fdt: don't set linux,phandleJohn Keeping1-8/+0
2022-05-06test: py: tests: test_gpt.py: add a simple test for the command gpt repairPhilippe Reynes1-0/+10
2022-05-06cmd: gpt: add subcommand repairPhilippe Reynes1-1/+15
2022-05-06disk: part_efi: add support to repair gpt tablePhilippe Reynes2-0/+96
2022-05-06Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/06May2022Tom Rini1-85/+32
2022-05-06Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini3-0/+126
2022-05-06usb: host: ehci-generic: Remove DM_REGULATOR flagPatrice Chotard1-14/+0
2022-05-06usb: host: ehci-generic: Make usage of clock/reset bulk() APIPatrice Chotard1-71/+32
2022-05-06watchdog: Add MAX6370 watchdog timer driverPali Rohár3-0/+126
2022-05-05Merge branch '2022-05-05-assorted-cleanups-and-fixes'Tom Rini38-353/+61
2022-05-05misc: fs_loader: Fix compile warnings when CONFIG_CMD_UBIFS is enabledPali Rohár1-0/+4
2022-05-05reset: Return 0 if ops unimplemented and remove empty functionsMarek Vasut25-302/+6
2022-05-05clk: scmi: fix scmi_clk_get_attibute()Heinrich Schuchardt1-5/+3
2022-05-05tools: mkimage: Avoid ENODATA in host toolsMark Kettenis1-1/+1
2022-05-05rtc: rv8803: fix off-by-one in month countingOliver Graute1-2/+2
2022-05-05cmd: mmc: don't assign unused valuesHeinrich Schuchardt1-2/+4
2022-05-05cmd: onenand: fix printf codesHeinrich Schuchardt1-3/+3
2022-05-05cmd: simplify do_adc_single()Heinrich Schuchardt1-6/+1
2022-05-05cmd: fix long text for fdt commandHeinrich Schuchardt1-1/+1
2022-05-05lib/date: Make rtc_mktime and mktime64 Y2038-readyJan Kiszka3-14/+10
2022-05-05serial: smh: Check return value of strndupSean Anderson1-0/+3
2022-05-05tools/imagetool: Fix segfault when tparams->verify_header is NULLNicolas Heemeryck1-17/+23
2022-05-05configs: Resync with savedefconfigTom Rini47-93/+49
2022-05-05Merge branch '2022-05-05-platform-updates'Tom Rini48-71/+3561
2022-05-05gpio: npcm: Add support for Nuvoton NPCM SoCsWIP/2022-05-05-platform-updatesStanley Chu3-0/+131
2022-05-05include: configs: am**x/j721e/j721s2_evm.h: Move the stack pointer init addre...Aswath Govindraju4-8/+4
2022-05-05pinctrl: mediatek: add support for different types of IO pinsSam Shih2-5/+81
2022-05-05pinctrl: mediatek: introduce multiple memory bases supportSam Shih2-20/+57
2022-05-05pinctrl: mediatek: rewrite mtk_pinconf_set and related functionsSam Shih2-30/+114