aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-2022-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/08May2022Tom Rini2022-05-0814-171/+388
|\
| * test/py: Add more test cases for rejecting an EFI imageIlias Apalodimas2022-05-072-0/+57
| * efi_loader: add sha384/512 on certificate revocationIlias Apalodimas2022-05-074-23/+131
| * bootmenu: factor out the user input handlingMasahisa Kojima2022-05-073-141/+148
| * efi_loader: Select EVENT as wellJan Kiszka2022-05-071-0/+1
| * tools: mkimage: set OPENSSL_API_COMPATHeinrich Schuchardt2022-05-071-0/+3
| * mkimage: Document misc optionsSean Anderson2022-05-072-5/+46
| * Makefile: support CROSS_COMPILE=armv7a-*Heinrich Schuchardt2022-05-071-1/+1
| * Makefile: Avoid non-portable GNU sed extensionMark Kettenis2022-05-071-1/+1
* | Merge branch '2022-05-06-assorted-updates'Tom Rini2022-05-085-9/+121
|\ \ | |/ |/|
| * fdt: don't set linux,phandleWIP/2022-05-06-assorted-updatesJohn Keeping2022-05-061-8/+0
| * test: py: tests: test_gpt.py: add a simple test for the command gpt repairPhilippe Reynes2022-05-061-0/+10
| * cmd: gpt: add subcommand repairPhilippe Reynes2022-05-061-1/+15
| * disk: part_efi: add support to repair gpt tablePhilippe Reynes2022-05-062-0/+96
|/
* Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/06May2022Tom Rini2022-05-061-85/+32
|\
| * usb: host: ehci-generic: Remove DM_REGULATOR flagPatrice Chotard2022-05-061-14/+0
| * usb: host: ehci-generic: Make usage of clock/reset bulk() APIPatrice Chotard2022-05-061-71/+32
* | Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini2022-05-063-0/+126
|\ \ | |/ |/|
| * watchdog: Add MAX6370 watchdog timer driverPali Rohár2022-05-063-0/+126
|/
* Merge branch '2022-05-05-assorted-cleanups-and-fixes'Tom Rini2022-05-0538-353/+61
|\
| * misc: fs_loader: Fix compile warnings when CONFIG_CMD_UBIFS is enabledPali Rohár2022-05-051-0/+4
| * reset: Return 0 if ops unimplemented and remove empty functionsMarek Vasut2022-05-0525-302/+6
| * clk: scmi: fix scmi_clk_get_attibute()Heinrich Schuchardt2022-05-051-5/+3
| * tools: mkimage: Avoid ENODATA in host toolsMark Kettenis2022-05-051-1/+1
| * rtc: rv8803: fix off-by-one in month countingOliver Graute2022-05-051-2/+2
| * cmd: mmc: don't assign unused valuesHeinrich Schuchardt2022-05-051-2/+4
| * cmd: onenand: fix printf codesHeinrich Schuchardt2022-05-051-3/+3
| * cmd: simplify do_adc_single()Heinrich Schuchardt2022-05-051-6/+1
| * cmd: fix long text for fdt commandHeinrich Schuchardt2022-05-051-1/+1
| * lib/date: Make rtc_mktime and mktime64 Y2038-readyJan Kiszka2022-05-053-14/+10
| * serial: smh: Check return value of strndupSean Anderson2022-05-051-0/+3
| * tools/imagetool: Fix segfault when tparams->verify_header is NULLNicolas Heemeryck2022-05-051-17/+23
|/
* configs: Resync with savedefconfigTom Rini2022-05-0547-93/+49
* Merge branch '2022-05-05-platform-updates'Tom Rini2022-05-0548-71/+3561
|\
| * gpio: npcm: Add support for Nuvoton NPCM SoCsWIP/2022-05-05-platform-updatesStanley Chu2022-05-053-0/+131
| * include: configs: am**x/j721e/j721s2_evm.h: Move the stack pointer init addre...Aswath Govindraju2022-05-054-8/+4
| * pinctrl: mediatek: add support for different types of IO pinsSam Shih2022-05-052-5/+81
| * pinctrl: mediatek: introduce multiple memory bases supportSam Shih2022-05-052-20/+57
| * pinctrl: mediatek: rewrite mtk_pinconf_set and related functionsSam Shih2022-05-052-30/+114
| * sandbox: Avoid binman error when run without device treeSimon Glass2022-05-052-1/+38
| * test/py: Add a way to start sandbox without a device treeSimon Glass2022-05-051-7/+8
| * board: synquacer: developerbox: Remove Masami from MAINTAINERSMasami Hiramatsu2022-05-051-1/+0
| * ls10xxx: Use a sane SPL_SYS_MALLOC_F_LEN defaultSean Anderson2022-05-051-3/+1
| * timer: npcm: Add NPCM timer supportJim Liu2022-05-053-0/+125
| * serial: npcm: Add support for Nuvoton NPCM SoCsJim Liu2022-05-053-0/+167
| * clk: nuvoton: Add support for NPCM750Jim Liu2022-05-056-0/+548
| * arm: nuvoton: Add support for Nuvoton NPCM750 BMCJim Liu2022-05-0522-0/+2291
|/
* Merge tag 'efi-2022-07-rc2-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2022-05-0424-100/+576
|\
| * bootmenu: add Kconfig option not to enter U-Boot consoleMasahisa Kojima2022-05-032-11/+68
| * bootmenu: add UEFI boot entry into bootmenuMasahisa Kojima2022-05-031-1/+152