summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare v2022.04-rc3v2022.04-rc3Tom Rini2022-02-281-1/+1
* Merge branch '2022-02-28-bugfixes'Tom Rini2022-02-2812-63/+429
|\
| * board: stemmy: Detect board variants and patch DTBLinus Walleij2022-02-282-0/+317
| * arm: apple: Switch to fully dynamic mem layoutJanne Grunau2022-02-283-6/+35
| * arm: pdu001: Setup pinmux for console UART as early as possibleFelix Brack2022-02-281-0/+30
| * arm: pdu001: Fix early debugging UARTFelix Brack2022-02-282-5/+3
| * tools: mkimage/dumpimage: Allow to use -l with -TPali Rohár2022-02-285-52/+44
|/
* Merge tag 'efi-2022-04-rc3' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2022-02-2613-85/+243
|\
| * efi_loader: update the timing of enabling and disabling EFI watchdogMasahisa Kojima2022-02-262-12/+18
| * efi_loader: test/py: Reset system after capsule update on diskMasami Hiramatsu2022-02-262-16/+39
| * test/py: Handle expected reboot while booting sandboxMasami Hiramatsu2022-02-262-22/+33
| * test/py: Handle expected reset by commandMasami Hiramatsu2022-02-261-41/+58
| * efi_loader: use efi_update_capsule_firmware() for capsule on diskMasami Hiramatsu2022-02-261-1/+1
| * efi_loader: fix uefi secure boot with intermediate certsIlias Apalodimas2022-02-261-6/+5
| * tools: mkeficapsule: remove duplicated codeAKASHI Takahiro2022-02-261-2/+0
| * doc: describe fatload commandHeinrich Schuchardt2022-02-262-0/+81
| * doc: describe generation of SMBIOS tableHeinrich Schuchardt2022-02-263-1/+24
* | Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini2022-02-262-4/+32
|\ \ | |/ |/|
| * arm: rmobile: rzg2_beacon: Enable proper Ethernet PHYAdam Ford2022-02-251-1/+1
| * net: ravb: Add tx/rx delay flag checks and support for rgmii-rxidAdam Ford2022-02-251-3/+31
|/
* Merge tag 'clk-2022.04-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2022-02-2517-396/+391
|\
| * cmd: clk: fix long help messagePatrick Delaunay2022-02-251-1/+1
| * cmd: clk: update result of do_clk_setfreqPatrick Delaunay2022-02-251-1/+1
| * cmd: clk: replace clk_lookup by uclass_get_device_by_namePatrick Delaunay2022-02-251-17/+1
| * cmd: clk: test the number of argument in setfreq commandPatrick Delaunay2022-02-251-0/+3
| * clk: ccf: correct the test on the parent uclass in clk_enable/clk_disablePatrick Delaunay2022-02-251-2/+2
| * clk: Add clk_get_by_name_optionalSean Anderson2022-02-253-4/+29
| * clk: Add driver API to HTML docsSean Anderson2022-02-252-78/+115
| * clk: Add client API to HTML docsSean Anderson2022-02-253-91/+99
| * clk: Inline clk_get_*_optionalSean Anderson2022-02-242-44/+34
| * clk: Rename clk_get_optional_nodevSean Anderson2022-02-243-8/+10
| * clk: cdce9xx: Convert .of_xlate to .requestSean Anderson2022-02-241-9/+3
| * clk: versaclock: Remove xlate functionSean Anderson2022-02-241-19/+0
| * clk: Remove no-op request and rfree callbacksSean Anderson2022-02-243-29/+0
| * clk: Rename ICS8N3QV01 to CLK_ICS8N3QV01Sean Anderson2022-02-243-3/+3
| * clk: Alphabetize KconfigSean Anderson2022-02-241-91/+91
| * clk: Alphabetize MakefileSean Anderson2022-02-241-9/+9
* | scripts: Makefile.lib: generate dsdt_generated.c instead of dsdt.cPhilippe Reynes2022-02-2510-13/+14
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini2022-02-2310-130/+66
|\
| * configs: omap various: Remove OMAP_EHCI_PHY from defconfigsAdam Ford2022-02-236-16/+0
| * usb: ehci-omap: Remove OMAP_EHCI_PHYx_RESET_GPIO from KconfigAdam Ford2022-02-231-34/+0
| * usb: ehci-omap: Use PHY system to manage phy resetsAdam Ford2022-02-231-50/+56
| * usb: ehci-omap: Make Kconfig select PHY if USB_EHCI_OMAPAdam Ford2022-02-231-0/+2
| * phy: nop-phy: Fix enabling resetAdam Ford2022-02-231-2/+3
| * usb: ehci-omap: Move omap_ehci_hcd_init to omap_ehci_probeAdam Ford2022-02-231-1/+6
| * usb: ehci-omap: Drop dead codeAdam Ford2022-02-232-29/+1
* | Merge tag 'dm-pull-22222' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2022-02-2331-162/+1151
|\ \ | |/ |/|
| * scripts: dtc: libfdt: fdt_ro.c: always define fdt_check_fullPhilippe Reynes2022-02-221-1/+7
| * phy: phy-uclass: check the parents for physAngus Ainslie2022-02-221-6/+14
| * binman: Allow different operations in FIT generator nodesSimon Glass2022-02-225-49/+274