- 3ac3aec pci: pci-uclass: Add multi entry support for memory regions by Suneel Garapati · 5 years ago
- cb7093d pci: pci-uclass: Make DT subnode parse optional by Suneel Garapati · 5 years ago
- 47f1962 pci: pci-uclass: Fix incorrect argument in map_physmem by Suneel Garapati · 5 years ago
- 950864f pci: pci-uclass: Dynamically allocate the PCI regions by Stefan Roese · 4 years, 4 months ago
- 57d356c ARM: renesas: Drop unnecessary function ft_board_setup() by Stefan Roese · 4 years, 4 months ago
- 1b7573c pci: pci-uclass: Remove #ifdef CONFIG_NR_DRAM_BANKS as its always set by Stefan Roese · 4 years, 4 months ago
- 0a9ecc5 dm: core: Add API to read PCI bus-range property by Stefan Roese · 4 years, 4 months ago
- 78d0bea fdtdec: Add API to read pci bus-range property by Suneel Garapati · 5 years ago
- 7cb5151 Merge tag 'u-boot-clk-24Aug2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 4 years, 3 months ago
- 2dbf94b clk: ccf: Add missing #include <dm/uclass.h> to clk-mux.c by Lukasz Majewski · 4 years, 3 months ago
- 0ca4cc0 cmd: clk: correctly handle depth for clk dump by Patrick Delaunay · 4 years, 4 months ago
- 15c5a34 cmd: clk: cosmetic: correct code alignment in show_clks by Patrick Delaunay · 4 years, 4 months ago
- e7ce74d clk: ccf: mux: change the get_rate helper by Dario Binacchi · 4 years, 6 months ago
- 88ea8df clk: ccf: mux: fix access to the sandbox register by Dario Binacchi · 4 years, 7 months ago
- 5217bb1 clk: ccf: mux: fix typo by Dario Binacchi · 4 years, 7 months ago
- 3b32e6a clk: ccf: mux: change include order by Dario Binacchi · 4 years, 7 months ago
- 8e312c5 clk: fix the console output of clk_register by Dario Binacchi · 4 years, 7 months ago
- 1a62dc1 clk: set flags in the ccf registration routines by Dario Binacchi · 4 years, 8 months ago
- c98b802 dm: test: clk: add the test for the ccf gated clock by Dario Binacchi · 4 years, 8 months ago
- 8252da0 clk: imx6: Add definition for IMX6QDL_CLK_ENET_REF clock by Lukasz Majewski · 4 years, 9 months ago
- b0f278b clk: imx: Add support for pllv3 enet clock by Lukasz Majewski · 4 years, 9 months ago
- cffad9c clk: imx6: Add definition for IMX6QDL_CLK_ENET clock by Lukasz Majewski · 4 years, 9 months ago
- d97552c clk: ICS8N3QV01 remove superfluous code by Heinrich Schuchardt · 4 years, 9 months ago
- cba0725 Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 3 months ago
- eaacccc Merge branch '2020-08-21-stdio-cleanup' by Tom Rini · 4 years, 3 months ago
- 5b4c122 stdio: Tidy up the coding style by Simon Glass · 4 years, 4 months ago
- 4b1e309 stdio: Drop brackets around &devs.list by Simon Glass · 4 years, 4 months ago
- 5a36d82 stdio: Update to use compiler for Kconfig checks by Simon Glass · 4 years, 4 months ago
- 16c6a1c stdio: Drop #ifdefs in the header file by Simon Glass · 4 years, 4 months ago
- d6336b3 stdio: Tidy up use of CONFIG_SYS_DEVICE_NULLDEV by Simon Glass · 4 years, 4 months ago
- 3d2a3dd Convert CONFIG_SYS_DEVICE_NULLDEV to Kconfig by Simon Glass · 4 years, 4 months ago
- 2d7a794 Convert CONFIG_SPLASH_SCREEN et al to Kconfig by Simon Glass · 4 years, 4 months ago
- ce44bf5 moveconfig: Skip binary and ELF files by Simon Glass · 4 years, 4 months ago
- a3dc6a4 Convert CONFIG_NETCONSOLE to Kconfig by Tom Rini · 4 years, 3 months ago
- 0230cf6 sandbox: u-boot.lds: Remove bogus __bss_start symbol by Ovidiu Panait · 4 years, 3 months ago
- 0513df1 board_f: Remove dead code from init_func_i2c by Ovidiu Panait · 4 years, 3 months ago
- bc404b7 binman: Add a setup script for Python by Simon Glass · 4 years, 4 months ago
- 235968d dtoc: Add a setup script for Python by Simon Glass · 4 years, 4 months ago
- 90cd6f0 binman: Correct some import statements by Simon Glass · 4 years, 4 months ago
- 220ff5f binman: Move GetEntryModules() to control by Simon Glass · 4 years, 4 months ago
- 32822d0 treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
- c6c8c7a ata: mvebu: use dev_read_addr() to get base address by Masahiro Yamada · 4 years, 4 months ago
- 5150bc7 gpio: at91: use dev_read_addr() to get base address by Masahiro Yamada · 4 years, 4 months ago
- 1b6773c test: dm: Add test case for devfdt_get_addr_ptr by Ovidiu Panait · 4 years, 4 months ago
- a633f00 dm: core: Fix devfdt_get_addr_ptr return value by Ovidiu Panait · 4 years, 4 months ago
- a9ada90 doc: add bind/unbind command documentation by Patrice Chotard · 4 years, 4 months ago
- f0c9d1a test/py: Update test_bind by Patrice Chotard · 4 years, 4 months ago
- 7b7f939 sandbox: dts: Add compatible string for bind-test node by Patrice Chotard · 4 years, 4 months ago
- 030dd07 sandbox: phy: add driver_data for bind test cmd by Patrice Chotard · 4 years, 4 months ago
- fcb3731 cmd: bind: allow to bind driver with driver data by Patrice Chotard · 4 years, 4 months ago
- 60a84af dm: fix ofnode_read_addr/size_cells() by Heinrich Schuchardt · 4 years, 4 months ago
- 98a7f50 Merge tag 'xilinx-for-v2020.10-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years, 3 months ago
- 3d4b2fd Merge branch '2020-08-19-mediatek-updates' by Tom Rini · 4 years, 3 months ago
- 1a7c058 clk: versal: Move pm_query_id out of clock driver by Michal Simek · 4 years, 4 months ago
- 64341a6 mmc: sdhci: Use upper/lower_32_bits macros by Michal Simek · 4 years, 4 months ago
- 3ff634d mmc: sdhci: Enable high speed conditional on the corresponding bit by Faiz Abbas · 4 years, 4 months ago
- c86ce0c xilinx: common: Change bootm_size variable setting by Michal Simek · 4 years, 3 months ago
- bd07b5d xilinx: common: Check return value from variable setup by Michal Simek · 4 years, 3 months ago
- 417b803 xilinx: common: Get rid of initrd_high variable setup by Michal Simek · 4 years, 3 months ago
- 3e25a77 xilinx: common: Get rid of fdt_high variable by Michal Simek · 4 years, 3 months ago
- aee22b3 xilinx: Change logic around zynq_board_read_rom_ethaddr() by Michal Simek · 4 years, 4 months ago
- bab07b6 xilinx: Add support for ENV_VARS_UBOOT_RUNTIME_CONFIG by Michal Simek · 4 years, 4 months ago
- 9b8235b xilinx: versal: Enable i2c misc eeprom driver by Michal Simek · 4 years, 4 months ago
- ab07ce5 xilinx: zynqmp: fix incorrect map not align with IPI HW by Ibai Erkiaga · 4 years, 4 months ago
- c318ecb xilinx: zynqmp: remove chip_id function by Ibai Erkiaga · 4 years, 4 months ago
- e91ca7c xilinx: zynqmp: get chip ID at EL3 by Ibai Erkiaga · 4 years, 4 months ago
- f44eda4 xilinx: zynqmp: get chip ID using firmware driver by Ibai Erkiaga · 4 years, 4 months ago
- 22712ea xilinx: zynqmp: merge firmware calls for EL2 and EL3 by Ibai Erkiaga · 4 years, 4 months ago
- 0768aeb xilinx: zynqmp: synchronize firmware call return payload by Ibai Erkiaga · 4 years, 4 months ago
- e40ae57 mmc: zynq: Fix default value for xlnx,mio-bank by Michal Simek · 4 years, 4 months ago
- 3b66264 xilinx: Fix xlnx,mio_bank property by Michal Simek · 4 years, 4 months ago
- 4f18f92 i2c: eeprom: Use reg property instead of offset and size by Michal Simek · 4 years, 6 months ago
- 07be504 xilinx: zynqmp: Enable DFU tftp support by Michal Simek · 4 years, 4 months ago
- 23bbbbf xilinx: Align dfu ram with booti command by Michal Simek · 4 years, 4 months ago
- d6c863a arm64: zynqmp: Reduce malloc memory for mini QSPI configuration by Ashok Reddy Soma · 4 years, 8 months ago
- 9134d4c xilinx: versal: Use lowest memory for U-Boot by Michal Simek · 4 years, 5 months ago
- 6dd9cfd lib: fdt: Convert fdtdes_setup_mem..() to livetree API by Michal Simek · 4 years, 5 months ago
- 9d2cf07 lib: fdt: Introduce fdtdec_setup_mem_size_base_lowest() by Michal Simek · 4 years, 5 months ago
- 7fbe9be versal: fix versal PM ret payload size by Ibai Erkiaga · 4 years, 5 months ago
- afafd0a xilinx: versal: Add new versal loadpdi command by T Karthik Reddy · 4 years, 5 months ago
- e167bac arm64: zynqmp: Fix set_fdtfile() not to break u-boots DTB by Igor Lantsman · 4 years, 5 months ago
- 240691f xilinx: Enable preboot feature for ZynqMP and Versal by Michal Simek · 4 years, 3 months ago
- c28665d xilinx: kconfig: Change Kconfig dependencies for Xilinx drivers by Michal Simek · 4 years, 4 months ago
- 8ba62d2 xilinx: Setup bootm variables by Michal Simek · 4 years, 5 months ago
- d859f3a dts: r64: add sata- and asm_sel nodes by Frank Wunderlich · 4 years, 3 months ago
- 1e2dc60 ahci: mediatek: add ahci driver by Frank Wunderlich · 4 years, 3 months ago
- 8bdcb39 reset: add basic reset controller for pciesys by Frank Wunderlich · 4 years, 3 months ago
- e84a29f phy: mtk-tphy: add PHY_TYPE_SATA by Frank Wunderlich · 4 years, 3 months ago
- 4d040f5 arm: dts: mt7622: add SATA reset constants by Frank Wunderlich · 4 years, 3 months ago
- 70a7850 arm: dts: mt7622: add PCIe nodes for BananaPi-R64 by Frank Wunderlich · 4 years, 3 months ago
- 9b6a5b2 dts: r64: add r64 dts by Frank Wunderlich · 4 years, 4 months ago
- 0e5da99 arm: dts: add watchdog-node for mt7622 by Frank Wunderlich · 4 years, 4 months ago
- 0638c7b configs: mt7622: add PCIe controller related configs by developer · 4 years, 4 months ago
- 077203f arm: dts: mediatek: add PCIe node for MT7622 by developer · 4 years, 4 months ago
- d9f6610 PCI: mediatek: Add PCIe support for MT7622 by developer · 4 years, 4 months ago
- 093c0e7 arm: dts: mediatek: add pciesys support for MT7622 SoC by developer · 4 years, 4 months ago
- 420e8bf clk: mediatek: add pciesys support for MT7622 SoC by developer · 4 years, 4 months ago
- 047eb2f pinctrl: mediatek: mt8512: fix the wrong start address of ranges by developer · 4 years, 4 months ago
- e92fc9d Merge tag 'uniphier-v2020.10-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier by Tom Rini · 4 years, 3 months ago
- 5e8f4ad ARM: dts: uniphier: resync DT with Linux 5.9-rc1 by Masahiro Yamada · 4 years, 4 months ago