aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-09clk: imx: gate2 support shared counter and relative clock functionsMichael Trimarchi2-5/+37
2022-10-09dm: clk: add missing stub when CONFIG_CLK is deactivatedDario Binacchi1-1/+31
2022-10-08mtd: nand: Fix SPL build after migration of CONFIG_SYS_NAND_SELF_INIT to KconfigRoger Quadros1-1/+1
2022-10-07Merge tag 'efi-2023-01-rc1' of https://source.denx.de/u-boot/custodians/u-boo...WIP/07Oct2022Tom Rini27-385/+520
2022-10-07Merge branch '2022-10-07-riscv-toolchain-update'Tom Rini5-5/+25
2022-10-07Merge branch '2022-10-06-assorted-platform-and-board-updates'Tom Rini40-72/+1702
2022-10-07riscv: Fix build against binutils 2.38WIP/2022-10-07-riscv-toolchain-updateAlexandre Ghiti1-1/+10
2022-10-07buildman: differentiate between riscv32, riscv64Heinrich Schuchardt1-0/+11
2022-10-07docker: install riscv32 toolchainHeinrich Schuchardt3-4/+4
2022-10-07spi: zynqmp_qspi: Mark zynqmp_qspi_set_tapdelay() as staticVenkatesh Yadav Abbarapu1-1/+1
2022-10-07arm64: zynqmp: Fix compiler warnings in mp.cVenkatesh Yadav Abbarapu1-3/+3
2022-10-06clk: nuvoton: Add support for NPCM845Jim Liu2-0/+99
2022-10-06arm: nuvoton: Add support for Nuvoton NPCM845 BMCJim Liu21-0/+1112
2022-10-06net: ti: am65-cpsw-nuss: Enable MDIO manual modeRavi Gunasekaran1-1/+22
2022-10-06net: ti: cpsw-mdio: Add workaround for errata i2329Ravi Gunasekaran5-8/+258
2022-10-06dma: ti: k3-udma: Fix 'SZ_64K’ undeclared errorDhruva Gole1-0/+1
2022-10-06armv8: cache_v8: Fix pgtables setup when MMU is already enabledPali Rohár1-0/+4
2022-10-06common/board_f: drop ifdefs around header includesOvidiu Panait1-2/+0
2022-10-06common/board_f: introduce arch_setup_dest_addr()Ovidiu Panait3-14/+37
2022-10-06common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.cOvidiu Panait2-7/+12
2022-10-06common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead codeOvidiu Panait3-17/+5
2022-10-06board: developerbox: move mem_map setup laterJassi Brar1-23/+34
2022-10-06board: developerbox: use identity mapping for >4GBJassi Brar1-1/+1
2022-10-06gpio: ftgpio010: Add support for Faraday Technology FTGPIO010Sergei Antonov3-0/+118
2022-10-06cmd: replace efi_create_handle/add_protocol with InstallMultipleProtocolIlias Apalodimas1-9/+8
2022-10-06efi_loader: define internal implementations of install/uninstallmultipleIlias Apalodimas8-106/+218