aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-11Merge tag 'xilinx-for-v2023.01-rc1-v3' of https://source.denx.de/u-boot/custo...WIP/11Oct2022Tom Rini35-242/+310
2022-10-11Merge branch '2022-10-10-LLVM-related-improvements'Tom Rini3-3/+3
2022-10-10spl: atf: Fix clang -Wasm-operand-widths warningWIP/2022-10-10-LLVM-related-improvementsAlistair Delva1-1/+1
2022-10-10Makefile: apply dynamic relocations for LLDNick Desaulniers1-1/+1
2022-10-10examples: standalone: Fix build with LLVM toolchainAlistair Delva1-1/+1
2022-10-10Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/10Oct2022Tom Rini13-145/+97
2022-10-10Merge tag 'efi-2023-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini12-93/+152
2022-10-10usb: gadget: fastboot: detach usb on reboot commandsMattijs Korpershoek2-1/+2
2022-10-10usb: ehci: Remove unused ehci_{setup,shutdown}_phy() helpersPatrice Chotard2-70/+0
2022-10-10usb: ehci: Make usage of generic_{setup,shutdown}_phy() helpersPatrice Chotard4-10/+10
2022-10-10usb: ohci: Make usage of generic_{setup,shutdown}_phy() helpersPatrice Chotard1-53/+3
2022-10-10phy: Add generic_{setup,shutdown}_phy() helpersPatrice Chotard2-0/+72
2022-10-10usb: gadget: Clean up Makefile ifdefferyMarek Vasut1-10/+7
2022-10-10usb: Add missing guard around env_get() in usb_hubMarek Vasut1-1/+3
2022-10-10efi_loader: reformat efi_disk_add_dev()Heinrich Schuchardt1-8/+12
2022-10-10efi_loader: simplify efi_set_load_options()Heinrich Schuchardt1-9/+4
2022-10-10efi_driver: use efi_close_protocolHeinrich Schuchardt1-14/+11
2022-10-10efi_loader: internal CloseProtocolHeinrich Schuchardt2-38/+61
2022-10-10efi_loader: CloseProtocol in efi_fmp_findHeinrich Schuchardt1-8/+6
2022-10-10efi_loader: CloseProtocol in tcg2_measure_gpt_dataHeinrich Schuchardt1-7/+3
2022-10-10efi_driver: fix efi_uc_stop()Heinrich Schuchardt1-2/+3
2022-10-10efi_loader: don't export efi_remove_all_protocolsHeinrich Schuchardt1-2/+0
2022-10-10efi_loader: printf code in efi_disk_get_device_name()Heinrich Schuchardt1-1/+2
2022-10-10doc: describe usage of virt-make-fs for testingHeinrich Schuchardt1-0/+19
2022-10-10doc: add python3-filelock python3-pytest-xdistHeinrich Schuchardt1-3/+4
2022-10-10doc: man-page for clsHeinrich Schuchardt2-0/+27
2022-10-10cmd: CMD_CLS should not depend on videoHeinrich Schuchardt1-1/+0
2022-10-10Merge tag 'u-boot-nand-20221009' of https://source.denx.de/u-boot/custodians/...Tom Rini10-48/+335
2022-10-10fpga: virtex2: Use logging feature instead of FPGA_DEBUGAlexander Dahl1-39/+30
2022-10-10fpga: spartan3: Use logging feature instead of FPGA_DEBUGAlexander Dahl1-43/+37
2022-10-10fpga: spartan2: Use logging feature instead of FPGA_DEBUGAlexander Dahl1-43/+37
2022-10-10fpga: ACEX1K: Use logging feature instead of FPGA_DEBUGAlexander Dahl1-21/+16
2022-10-10fpga: cyclon2: Use logging feature instead of FPGA_DEBUGAlexander Dahl1-22/+16
2022-10-10fpga: altera: Use logging feature instead of FPGA_DEBUGAlexander Dahl1-7/+4
2022-10-10fpga: virtex2: Fix printf format string warningsAlexander Dahl1-2/+2
2022-10-10fpga: spartan3: Fix printf arguments warningAlexander Dahl1-1/+1
2022-10-10fpga: spartan2: Fix printf arguments warningAlexander Dahl1-1/+1
2022-10-10fpga: Add missing Kconfig symbols for old FPGA driversAlexander Dahl1-0/+12
2022-10-10clk: versal: Mark versal_clock_setup() as staticVenkatesh Yadav Abbarapu1-1/+1
2022-10-10xilinx: zynqmp: Load pmufw configuration before checking accessMichal Simek1-4/+8
2022-10-10xilinx: common: fix board_late_init_xilinx()Heinrich Schuchardt1-3/+0
2022-10-10xilinx: zynqmp: change the type of multiboot variableVenkatesh Yadav Abbarapu1-1/+1
2022-10-10soc: xilinx: zynqmp: Mark soc_xilinx_zynqmp_get_machine() as staticVenkatesh Yadav Abbarapu1-1/+1
2022-10-10xilinx: common: Add print_cpuinfo() declarationVenkatesh Yadav Abbarapu1-0/+1
2022-10-09mtd: Update the function name to 'rfree'Fabio Estevam1-1/+1
2022-10-09mtd: mxs_nand: Support EDO mode for imx8mn architectureMichael Trimarchi3-27/+242
2022-10-09mtd: mxs_nand: get the clock with the right nameDario Binacchi1-3/+3
2022-10-09mtd: mxs_nand: don't get the gpmi_apbh_dma clockDario Binacchi1-13/+0
2022-10-09imx: gpmi: Add register needed to control nand bus timingMichael Trimarchi1-0/+9
2022-10-09clk: imx: clk-imx8mn add gpmi nand clocksMichael Trimarchi1-0/+14