summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 https://source.denx.de/u-boot/custodians/u-boot-usbTom 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 SoCsStanley 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
| * bootmenu: update bootmenu_entry structureMasahisa Kojima2022-05-032-32/+76
| * efi_loader: bootmgr: add booting from removable mediaAKASHI Takahiro2022-05-032-1/+95
| * efi_loader: export efi_locate_device_handle()AKASHI Takahiro2022-05-032-4/+7
| * menu: menu_get_choice() return -ENOENT if menu item is emptyMasahisa Kojima2022-05-031-0/+3
| * menu: always show the menu regardless of the number of entryMasahisa Kojima2022-05-032-3/+1
| * test: unit test for u16_strlcat()Masahisa Kojima2022-05-031-0/+50
| * lib/charset: add u16_strlcat() functionMasahisa Kojima2022-05-032-0/+30
| * lib: fix selection of CONFIG_CHARSETHeinrich Schuchardt2022-05-035-5/+4