- 48ad827 mmc: pwrseq: add mmc-pwrseq file to provide a generic interface by Jaehoon Chung · 3 years, 9 months ago
- 1316062 mmc: mmc_spi: Document the 3 local functions by Bin Meng · 3 years, 10 months ago
- d3a2671 mmc: mmc_spi: Fix potential spec violation in receiving card response by Bin Meng · 3 years, 10 months ago
- 6b82a24 mmc: mmc_spi: Move argument check to the beginning of mmc_spi_sendcmd() by Bin Meng · 3 years, 10 months ago
- ce387d9 mmc: mmc_spi: Print verbose debug output when crc16 check fails by Bin Meng · 3 years, 10 months ago
- a463bbe mmc: fix response timeout after switch command by Stefan Bosch · 3 years, 10 months ago
- 1f838f6 mmc: sdhci: skip cache invalidation if DMA is not used by Yuezhang.Mo@sony.com · 3 years, 10 months ago
- 8460b91 cmd: mmc: update the mmc command's usage about argument by Jaehoon Chung · 4 years ago
- 6b3431c mmc: initialize an err variable by Jaehoon Chung · 4 years ago
- b891c79 net: tftp: Avoid sending extra ack on completion by Ramon Fried · 3 years, 10 months ago
- 4d3d7f2 Merge tag 'rpi-next-2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 3 years, 9 months ago
- 67a4188 video: arm: rpi: Add brcm,bcm2711-hdmi0 compatible by Nicolas Saenz Julienne · 3 years, 11 months ago
- 3f24df6 configs: rpi4: Enable DM_DMA across all RPi4 configurations by Nicolas Saenz Julienne · 3 years, 11 months ago
- 248a8f0 mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys() by Nicolas Saenz Julienne · 3 years, 11 months ago
- 4033aa3 xhci: translate virtual addresses into the bus's address space by Nicolas Saenz Julienne · 3 years, 11 months ago
- 3524a5e dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys() by Nicolas Saenz Julienne · 3 years, 11 months ago
- 04feca3 dm: Introduce dev_phys_to_bus()/dev_bus_to_phys() by Nicolas Saenz Julienne · 3 years, 11 months ago
- 892e9b4 dm: test: Add test case for dev->dma_offset by Nicolas Saenz Julienne · 3 years, 11 months ago
- a2c7ead dm: Introduce DMA constraints into the core device model by Nicolas Saenz Julienne · 3 years, 11 months ago
- 22b7f7e dm: test: Add test case for dev_get_dma_ranges() by Nicolas Saenz Julienne · 3 years, 11 months ago
- 50d2fa4 dm: Introduce xxx_get_dma_range() by Nicolas Saenz Julienne · 3 years, 11 months ago
- 038876b pci: pcie-brcmstb: Fix inbound window configurations by Nicolas Saenz Julienne · 3 years, 11 months ago
- 0c29186 rpi: Add identifier for the new CM4 by Nicolas Saenz Julienne · 3 years, 11 months ago
- 1296961 rpi: Add identifier for the new RPi400 by Nicolas Saenz Julienne · 3 years, 11 months ago
- 8c5ca98 rpi: limit size of the RAM to the multiple of the MMU_SECTION_SIZE by Marek Szyprowski · 3 years, 10 months ago
- df10fe8 pci: brcmstb: Cleanup controller state before handover by Nicolas Saenz Julienne · 3 years, 10 months ago
- 9631625 usb: xhci-pci: Add DM_FLAG_OS_PREPARE flag by Nicolas Saenz Julienne · 3 years, 10 months ago
- 9fc32c2 config: Enable iProc RNG200 driver in RPi4 configs by Matthias Brugger · 4 years ago
- 18988ec rng: Add iProc RNG200 driver by Matthias Brugger · 4 years ago
- c63c96d Merge branch '2021-02-16-assorted-improvements' by Tom Rini · 3 years, 9 months ago
- e068a48 configs: ls1028a: Enable the Ethernet switch driver in defconfig by Alex Marginean · 3 years, 10 months ago
- 44f8034 arm: dts: ls1028a: Add Ethernet switch node and dependencies by Alex Marginean · 3 years, 10 months ago
- 4ea74fd drivers: net: Add Felix DSA switch driver by Alex Marginean · 3 years, 10 months ago
- c0566c2 net: Introduce DSA class for Ethernet switches by Claudiu Manoil · 3 years, 10 months ago
- 8c089f7 net: phy: introduce fixed_phy_create for DSA CPU ports by Vladimir Oltean · 3 years, 10 months ago
- 312e15b net: phy: fixed: support speeds of 2500 and 10000 by Vladimir Oltean · 3 years, 10 months ago
- 40154e9 test: dm: tee: extend with RPC test by Igor Opaniuk · 3 years, 10 months ago
- 84643c1 drivers: tee: sandbox: add rpc test ta emulation by Igor Opaniuk · 3 years, 10 months ago
- f9254f7 test: py: add pygit2 and pyelftools to requirements.txt by Igor Opaniuk · 3 years, 10 months ago
- d30807d drivers: tee: i2c trampoline driver by Jorge Ramirez-Ortiz · 3 years, 10 months ago
- 05a17e8 usb: kbd: destroy device after console is stopped by Andy Shevchenko · 3 years, 10 months ago
- 8ee40d3 IOMUX: Introduce iomux_replace_device() by Andy Shevchenko · 3 years, 10 months ago
- e29d019 IOMUX: Split out for_each_console_dev() helper macro by Andy Shevchenko · 3 years, 10 months ago
- 75039f5 IOMUX: Split out iomux_match_device() helper by Andy Shevchenko · 3 years, 10 months ago
- 20a5c5e IOMUX: Switch to use stdio_file_to_flags() by Andy Shevchenko · 3 years, 10 months ago
- ba69b2c console: Set file and devices at one go by Andy Shevchenko · 3 years, 10 months ago
- f1a852a console: Set console device counter in console_devices_set() by Andy Shevchenko · 3 years, 10 months ago
- 59f324c console: Switch to use stdio_file_to_flags() by Andy Shevchenko · 3 years, 10 months ago
- 9433102 stdio: Introduce a new helper stdio_file_to_flags() by Andy Shevchenko · 3 years, 10 months ago
- 2066f39 stdio: Split out nulldev_register() and move it under #if by Andy Shevchenko · 3 years, 10 months ago
- 952e7a8 stdio: Get rid of dead code, i.e. stdio_deregister() by Andy Shevchenko · 3 years, 10 months ago
- 868f240 Prepare v2021.04-rc2 by Tom Rini · 3 years, 9 months ago
- adfac3a Merge branch '2021-02-15-fix-CVE-2021-27097-CVE-2021-27138' by Tom Rini · 3 years, 9 months ago
- b823daa image: Check for unit addresses in FITs by Simon Glass · 3 years, 9 months ago
- 19d2c02 libfdt: Check for multiple/invalid root nodes by Simon Glass · 3 years, 9 months ago
- 244705b image: Add an option to do a full check of the FIT by Simon Glass · 3 years, 9 months ago
- d563c25 image: Adjust the workings of fit_check_format() by Simon Glass · 3 years, 9 months ago
- 5e942f7 test: Add tests for the 'evil' vboot attacks by Simon Glass · 3 years, 9 months ago
- 141f49a test: Add vboot_evil implementation by Simon Glass · 3 years, 9 months ago
- 4433890 fit: Don't allow verification of images with @ nodes by Simon Glass · 3 years, 9 months ago
- 56d2f60 fdt_region: Check for a single root node of the correct name by Simon Glass · 3 years, 9 months ago
- 3c0d7a2 configs: Resync with savedefconfig by Tom Rini · 3 years, 9 months ago
- b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 9 months ago
- 4f029f6 Merge branch '2021-02-14-remove-some-boards' by Tom Rini · 3 years, 9 months ago
- ef6d89f sh: Remove sh7763rdp board by Tom Rini · 3 years, 10 months ago
- c488578 sh: Remove sh7757lcr board by Tom Rini · 3 years, 10 months ago
- 9f485fc sh: Remove sh7753evb board by Tom Rini · 3 years, 10 months ago
- 2383c19 sh: Remove sh7752evb board by Tom Rini · 3 years, 10 months ago
- c37799c sh: Remove r7780mp board by Tom Rini · 3 years, 10 months ago
- e2d0528 sh: Remove MigoR board by Tom Rini · 3 years, 10 months ago
- 42630ab ppc: Remove MPC8641HPCN board by Tom Rini · 3 years, 10 months ago
- 5d0f609 ppc: Remove MPC8610HPCD board by Tom Rini · 3 years, 10 months ago
- ec98e61 ppc: Remove MPC8572DS board by Tom Rini · 3 years, 10 months ago
- 43b6a1c ppc: Remove MPC8544DS board by Tom Rini · 3 years, 10 months ago
- 99b014c arm: Remove db-88f6281-bp board by Tom Rini · 3 years, 10 months ago
- 48425b1 arm: Remove ls2080a_simu board by Tom Rini · 3 years, 10 months ago
- b58ba76 arm: Remove mx35pdk board by Tom Rini · 3 years, 10 months ago
- 893757e arm: Remove apx4devkit board by Tom Rini · 3 years, 10 months ago
- dd46bae Revert "fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()" by Tom Rini · 3 years, 9 months ago
- 2809c87 Merge tag 'efi-2021-04-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 9 months ago
- b7ff766 buildman: 'Thread' object has no attribute 'isAlive' by Heinrich Schuchardt · 3 years, 10 months ago
- 812f6e0 efi_loader: fix get_last_capsule() by Heinrich Schuchardt · 3 years, 10 months ago
- 76b708a efi_loader: '.' and '..' are directories by Heinrich Schuchardt · 3 years, 10 months ago
- 4e472d8 efi_loader: don't load beyond VirtualSize by Asherah Connor · 3 years, 10 months ago
- 6701b0d Merge tag 'u-boot-atmel-fixes-2021.04-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 3 years, 10 months ago
- 9589167 clk: at91: compat: partially revert "dm: Remove uses of device_bind_offset()" by Eugen Hristev · 3 years, 10 months ago
- 996812f ARM: dts: at91: sama7g5ek: enable pull-up for serial debug line by Eugen Hristev · 3 years, 10 months ago
- 6eadf7e Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 years, 10 months ago
- 3d09a6a usb: dwc2: change compatible st,stm32mp1-hsotg to st,stm32mp15-hsotg by Patrick Delaunay · 3 years, 10 months ago
- 5e3c146 usb: xhci: Fix compare to use physical addresses in xhci_bulk_tx() by Stefan Roese · 3 years, 10 months ago
- de1627b usb: xhci-pci: Check for errors from dm_pci_map_bar() by Pali Rohár · 3 years, 10 months ago
- 5a5c948 dt-bindings: usb: mtk-xhci: add optional properies to disable ports by developer · 4 years ago
- 37b8328 usb: xhci-mtk: support option to disable ports by developer · 4 years ago
- 100e4ad Merge tag 'u-boot-amlogic-20210210' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 years, 10 months ago
- 85c7564 board: amlogic: odroid: add runtime detection of the N2/N2+/C4/HC4 variants by Marek Szyprowski · 3 years, 10 months ago
- d8d1169 phy: Add Amlogic AXG MIPI PCIe Analog PHY driver by Neil Armstrong · 4 years ago
- 90f9ecd phy: Add Amlogic AXG MIPI D-PHY driver by Neil Armstrong · 4 years ago
- 963ae6c generic-phy: add configure op by Neil Armstrong · 4 years ago
- 466fa15 phy: dphy: Add configuration helpers by Neil Armstrong · 4 years ago
- 18ab8d8 Merge tag 'u-boot-stm32-20210209' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 10 months ago