summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * mmc: zynq_sdhci: Read power-domains id from DT and useAshok Reddy Soma2022-10-051-19/+20
| * mmc: zynq_sdhci: Change node_id prototype to u32Ashok Reddy Soma2022-10-051-7/+7
| * net: Fix static checker warningsVenkatesh Yadav Abbarapu2022-10-052-1/+6
| * xilinx: common: Fix static checker warningsVenkatesh Yadav Abbarapu2022-10-051-3/+3
| * net: emaclite: fix handling for IP packets with specific lengthsSamuel Obuch2022-10-051-1/+3
| * net: emaclite: fix xemaclite_alignedread/write functionsSamuel Obuch2022-10-051-5/+4
| * net: emaclite: enable for more architecturesSamuel Obuch2022-10-051-4/+3
| * firmware: zynqmp: Change loadable config object from APU_0 to OCM_BANK_0Ashok Reddy Soma2022-10-051-3/+8
| * ARM: zynq: Define rtc alias on zc702/zc706Michal Simek2022-10-052-2/+4
| * ARM: zynq: Point via nvmem0 alias to eeprom on zc702/zc706Michal Simek2022-10-052-2/+4
| * xilinx: zynq: Enable early eeprom decodingMichal Simek2022-10-051-0/+3
| * dm: fpga: Introduce new uclassAlexander Dahl2022-10-059-0/+77
* | Merge branch '2022-10-10-LLVM-related-improvements'Tom Rini2022-10-113-3/+3
|\ \
| * | spl: atf: Fix clang -Wasm-operand-widths warningAlistair Delva2022-10-101-1/+1
| * | Makefile: apply dynamic relocations for LLDNick Desaulniers2022-10-101-1/+1
| * | examples: standalone: Fix build with LLVM toolchainAlistair Delva2022-10-101-1/+1
|/ /
* | Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2022-10-1013-145/+97
|\ \
| * | usb: gadget: fastboot: detach usb on reboot commandsMattijs Korpershoek2022-10-102-1/+2
| * | usb: ehci: Remove unused ehci_{setup,shutdown}_phy() helpersPatrice Chotard2022-10-102-70/+0
| * | usb: ehci: Make usage of generic_{setup,shutdown}_phy() helpersPatrice Chotard2022-10-104-10/+10
| * | usb: ohci: Make usage of generic_{setup,shutdown}_phy() helpersPatrice Chotard2022-10-101-53/+3
| * | phy: Add generic_{setup,shutdown}_phy() helpersPatrice Chotard2022-10-102-0/+72
| * | usb: gadget: Clean up Makefile ifdefferyMarek Vasut2022-10-101-10/+7
| * | usb: Add missing guard around env_get() in usb_hubMarek Vasut2022-10-101-1/+3
* | | Merge tag 'efi-2023-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2022-10-1012-93/+152
|\ \ \ | |/ / |/| |
| * | efi_loader: reformat efi_disk_add_dev()Heinrich Schuchardt2022-10-101-8/+12
| * | efi_loader: simplify efi_set_load_options()Heinrich Schuchardt2022-10-101-9/+4
| * | efi_driver: use efi_close_protocolHeinrich Schuchardt2022-10-101-14/+11
| * | efi_loader: internal CloseProtocolHeinrich Schuchardt2022-10-102-38/+61
| * | efi_loader: CloseProtocol in efi_fmp_findHeinrich Schuchardt2022-10-101-8/+6
| * | efi_loader: CloseProtocol in tcg2_measure_gpt_dataHeinrich Schuchardt2022-10-101-7/+3
| * | efi_driver: fix efi_uc_stop()Heinrich Schuchardt2022-10-101-2/+3
| * | efi_loader: don't export efi_remove_all_protocolsHeinrich Schuchardt2022-10-101-2/+0
| * | efi_loader: printf code in efi_disk_get_device_name()Heinrich Schuchardt2022-10-101-1/+2
| * | doc: describe usage of virt-make-fs for testingHeinrich Schuchardt2022-10-101-0/+19
| * | doc: add python3-filelock python3-pytest-xdistHeinrich Schuchardt2022-10-101-3/+4
| * | doc: man-page for clsHeinrich Schuchardt2022-10-102-0/+27
| * | cmd: CMD_CLS should not depend on videoHeinrich Schuchardt2022-10-101-1/+0
|/ /
* | Merge tag 'u-boot-nand-20221009' of https://source.denx.de/u-boot/custodians/...Tom Rini2022-10-1010-48/+335
|\ \
| * | mtd: Update the function name to 'rfree'Fabio Estevam2022-10-091-1/+1
| * | mtd: mxs_nand: Support EDO mode for imx8mn architectureMichael Trimarchi2022-10-093-27/+242
| * | mtd: mxs_nand: get the clock with the right nameDario Binacchi2022-10-091-3/+3
| * | mtd: mxs_nand: don't get the gpmi_apbh_dma clockDario Binacchi2022-10-091-13/+0
| * | imx: gpmi: Add register needed to control nand bus timingMichael Trimarchi2022-10-091-0/+9
| * | clk: imx: clk-imx8mn add gpmi nand clocksMichael Trimarchi2022-10-091-0/+14
| * | clk: imx: gate2 support shared counter and relative clock functionsMichael Trimarchi2022-10-092-5/+37
| * | dm: clk: add missing stub when CONFIG_CLK is deactivatedDario Binacchi2022-10-091-1/+31
| * | mtd: nand: Fix SPL build after migration of CONFIG_SYS_NAND_SELF_INIT to KconfigRoger Quadros2022-10-081-1/+1
* | | Merge tag 'efi-2023-01-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2022-10-0727-385/+520
|\ \ \ | |/ / |/| |
| * | cmd: replace efi_create_handle/add_protocol with InstallMultipleProtocolIlias Apalodimas2022-10-061-9/+8