- 296d5cf Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · 3 years, 7 months ago
- 6d0453d Merge tag 'v2021.07-rc5' into next by Tom Rini · 3 years, 7 months ago
- 3ef4572 Prepare v2021.07-rc5 by Tom Rini · 3 years, 7 months ago
- 534f0fb arm64: Fix relocation of env_addr if POSITION_INDEPENDENT=y by Kunihiko Hayashi · 3 years, 7 months ago
- 2bba780 configs: Resync with savedefconfig by Tom Rini · 3 years, 7 months ago
- f6adec1 mtd: spi-nor-core: Allow using Micron mt35xu512aba in Octal DTR mode by Pratyush Yadav · 3 years, 7 months ago
- ea9a22f mtd: spi-nor-core: Add support for Cypress Semper flash by Pratyush Yadav · 3 years, 7 months ago
- ee52b0b mtd: spi-nor-core: Add non-uniform erase for Spansion/Cypress by Takahiro Kuwano · 3 years, 7 months ago
- aba0bcd mtd: spi-nor-core: allow truncated erases by Pratyush Yadav · 3 years, 7 months ago
- 0be8ab1 mtd: spi-nor-core: Perform a Soft Reset on boot by Pratyush Yadav · 3 years, 7 months ago
- 575caf4 mtd: spi-nor-core: Perform a Soft Reset on shutdown by Pratyush Yadav · 3 years, 7 months ago
- a1122a3 mtd: spi-nor-core: Detect Soft Reset sequence support from BFPT by Pratyush Yadav · 3 years, 7 months ago
- b058f10 mtd: spi-nor-core: Do not make invalid quad enable fatal by Pratyush Yadav · 3 years, 7 months ago
- 6b808e0 mtd: spi-nor-core: Enable octal DTR mode when possible by Pratyush Yadav · 3 years, 7 months ago
- b862765 mtd: spi-nor-core: Prepare Read SR and FSR for Octal DTR mode by Pratyush Yadav · 3 years, 7 months ago
- 4d40e82 mtd: spi-nor-core: Parse xSPI Profile 1.0 table by Pratyush Yadav · 3 years, 7 months ago
- 9ec5ea0 mtd: spi-nor-core: Get command opcode extension type from BFPT by Pratyush Yadav · 3 years, 7 months ago
- 22ae535 mtd: spi-nor-core: prepare BFPT parsing for JESD216 rev D by Pratyush Yadav · 3 years, 7 months ago
- 95954f5 mtd: spi-nor-core: Add support for DTR protocol by Pratyush Yadav · 3 years, 7 months ago
- 6182d15 mtd: spi-nor-core: Do not set data direction when there is no data by Pratyush Yadav · 3 years, 7 months ago
- 71025f0 mtd: spi-nor-core: Rework hwcaps selection by Pratyush Yadav · 3 years, 7 months ago
- 8702188 mtd: spi-nor-core: Introduce flash-specific fixup hooks by Pratyush Yadav · 3 years, 7 months ago
- e2e31fa mtd: spi-nor-core: Move SFDP related declarations to top by Pratyush Yadav · 3 years, 7 months ago
- 18b0de0 mtd: spi-nor-core: Add a ->setup() hook by Pratyush Yadav · 3 years, 7 months ago
- 1af0334 mtd: spi-nor-core: Fix address width on flash chips > 16MB by Pratyush Yadav · 3 years, 7 months ago
- 38b0852 spi: cadence-qspi: Add support for octal DTR flashes by Pratyush Yadav · 3 years, 7 months ago
- a6903aa spi: cadence-qspi: Add a small delay before indirect writes by Pratyush Yadav · 3 years, 7 months ago
- bd8c8dc spi: cadence-qspi: Do not calibrate when device tree sets read delay by Pratyush Yadav · 3 years, 7 months ago
- 5752d6a spi: spi-mem: add spi_mem_dtr_supports_op() by Pratyush Yadav · 3 years, 7 months ago
- 2299076 spi: spi-mem: export spi_mem_default_supports_op() by Pratyush Yadav · 3 years, 7 months ago
- d15de62 spi: spi-mem: allow specifying a command's extension by Pratyush Yadav · 3 years, 7 months ago
- a1eb40b spi: spi-mem: allow specifying whether an op is DTR or not by Pratyush Yadav · 3 years, 7 months ago
- 4d8c21d Merge tag 'u-boot-imx-20210625' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 7 months ago
- 0d7066b spi: Add MXIC controller driver by Zhengxun · 3 years, 7 months ago
- 1b044fd Merge https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 3 years, 7 months ago
- 0e1819f Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 years, 7 months ago
- 4822114 usb: ehci-mx6: Do not fail when 'reg' is not found by Fabio Estevam · 3 years, 7 months ago
- ec326b9 usb: ehci-mx6: Move fdtdec_get_alias_seq() inside the CONFIG_MX6 by Fabio Estevam · 3 years, 7 months ago
- 12ef801 ARM: rmobile: beacon: Set CONFIG_RZ_G2 on Beacon boards by Adam Ford · 3 years, 7 months ago
- 67edf25 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · 3 years, 7 months ago
- e41a2bc cmd: mtd: expand <name> argument definition in command help by Marek Behún · 3 years, 8 months ago
- dcb9a80 mtd: compare also with OF path and device name in get_mtd_device_nm() by Marek Behún · 3 years, 8 months ago
- 0b6f907 cmd: mtd: print device OF path in listing by Marek Behún · 3 years, 8 months ago
- 3c58c79 mtd: probe SPI NOR devices in mtd_probe_devices() by Marek Behún · 3 years, 8 months ago
- 69e57c4 mtd: remove mtd_probe() function by Marek Behún · 3 years, 8 months ago
- 2d1a9a6 mtd: spi-nor: fill-in mtd->dev member by Marek Behún · 3 years, 8 months ago
- b7f0605 mtd: spi-nor: allow registering multiple MTDs when DM is enabled by Marek Behún · 3 years, 8 months ago
- dc339bf mtd: add support for parsing partitions defined in OF by Marek Behún · 3 years, 8 months ago
- 0e116be dm: core: add ofnode_get_path() by Marek Behún · 3 years, 8 months ago
- 31a7b71 dm: core: add non-translating version of ofnode_get_addr_size_index() by Marek Behún · 3 years, 8 months ago
- b388af9 mtd: spinand: macronix: Add support for serial NAND flash by Jaime Liao · 3 years, 8 months ago
- fcf3981 Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 3 years, 7 months ago
- c3a095d Merge tag 'mmc-2021-6-22' of https://source.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 3 years, 7 months ago
- 6fc0a2f Merge branch '2021-06-22-assorted-fixes' by Tom Rini · 3 years, 7 months ago
- b2710fa test: Include /sbin to the PATH when creating file system by Andy Shevchenko · 3 years, 8 months ago
- af8e2d4 MAINTAINER, git-mailrc: Update the mmc maintainer by Jaehoon Chung · 3 years, 7 months ago
- 076c7bf global_data: Ensure we have <config.h> when symbols are not in Kconfig yet by Tom Rini · 3 years, 8 months ago
- 640e2cd socfpga64: Do not define CONFIG_SYS_MEM_RESERVE_SECURE to 0 by Tom Rini · 3 years, 8 months ago
- 8f0f26e Revert "powerpc: fix regression in arch_initr_trap()" by Tom Rini · 3 years, 8 months ago
- 8b95dea powerpc: Don't use relative include for config.h in global_data.h by Tom Rini · 3 years, 8 months ago
- 5ad9220 malloc: add SPDX license identifiers by Heinrich Schuchardt · 3 years, 8 months ago
- f68d5a6 MAINTAINERS: Add an entry for NVMe by Bin Meng · 3 years, 7 months ago
- bf2a283 doc: develop: Convert README.nvme to reST by Bin Meng · 3 years, 7 months ago
- 78d5f20 nvme: Don't clear nvme blk device's priv space by Bin Meng · 3 years, 7 months ago
- 757cc4b nvme: Drop useless members of 'struct nvme_ns' by Bin Meng · 3 years, 7 months ago
- 8c60d40 nvme: Eliminate the offset of one during block dev creation by Bin Meng · 3 years, 7 months ago
- 478f7fc nvme: Skip block device creation for inactive namespaces by Bin Meng · 3 years, 7 months ago
- 8434425 nvme: Move block dev creation from uclass post_probe() to driver probe() by Bin Meng · 3 years, 7 months ago
- c3e52c7 nvme: Remove the redundant aqa value setting by Wesley Sheng · 3 years, 7 months ago
- 859b33c nvme: Correct the prps per page calculation method by Wesley Sheng · 3 years, 7 months ago
- b12f623 nvme: fix for big endian systems by David Lamparter · 3 years, 9 months ago
- 6fbe06a x86: Discard .note.gnu.property sections by Bin Meng · 3 years, 7 months ago
- 2600dd8 Makefile: Adjust indention of GENENV quiet output by Jan Kiszka · 3 years, 7 months ago
- 5a87df8 autoboot: fix typos of CONFIG_AUTOBOOT_USE_MENUKEY by Da Xue · 3 years, 7 months ago
- c7d1b18 disk/part_dos.c: Fix a variable typo in write_mbr_partitions() by Christian Melki · 3 years, 8 months ago
- 1ce892c azure: Use msys2 20210604 installer for Windows build by Bin Meng · 3 years, 7 months ago
- 06abbef mtd: spi-nor-ids: Add Macronix MX66UW2G345G by zhengxun · 3 years, 10 months ago
- f132aab Revert "mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock output" by Fabio Estevam · 3 years, 8 months ago
- d77d61e mmc: mmc-uclass: change to static about dm function by Jaehoon Chung · 3 years, 8 months ago
- 2da2335 mmc: fsl_esdhc_imx: use mmc_send_cmd instead of dm_mmc_send_cmd by Jaehoon Chung · 3 years, 8 months ago
- 5c2beda mmc: Update environment variable with active partition by Reuben Dowle · 3 years, 9 months ago
- 1925e65 mmc: dwmmc: socfpga: Get "fifo-mode" property from DT by Ley Foon Tan · 3 years, 9 months ago
- 8cb9d3e mmc: dw_mmc: Fixes data read when receiving DTO interrupt in FIFO mode by Ley Foon Tan · 3 years, 9 months ago
- 3a3672c mmc: mtk-sd: increase the minimum bus frequency by Weijie Gao · 3 years, 9 months ago
- 95eca86 ARM: dts: k3-j7200-common-proc-board-u-boot.dtsi: Fix dtc warnings by Vignesh Raghavendra · 3 years, 7 months ago
- 52ce6a6 imx8mm: configs: enable distro default features by Andrey Zhizhikin · 3 years, 9 months ago
- 06f4e42 imx8mp: configs: enable distro default features by Andrey Zhizhikin · 3 years, 9 months ago
- 31b3829 o4-imx-nano: Fix dtc warnings by Fabio Estevam · 3 years, 7 months ago
- 28afb71 Merge tag 'u-boot-rockchip-20210618' of https://source.denx.de/u-boot/custodians/u-boot-rockchip into next by Tom Rini · 3 years, 7 months ago
- 0699dbd Merge tag 'u-boot-stm32-20210618' of https://source.denx.de/u-boot/custodians/u-boot-stm into next by Tom Rini · 3 years, 7 months ago
- 97c8cb5 Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 3 years, 7 months ago
- 54c321f net: octeontx: smi: use dt live tree API by Tim Harvey · 3 years, 7 months ago
- 75efe7d cmd: pxe_utils: sysboot: fix crash if either board or soc are not set. by Dimitri John Ledkov · 3 years, 9 months ago
- 82a3c9e net: use the same alias stem for ethernet as linux by Michael Walle · 4 years ago
- 6e424b4 net: use a more deterministic approach to get the active ethernet device by Michael Walle · 4 years ago
- 02036d9 net: sun8i-emac: fix MDIO frequency by Heinrich Schuchardt · 3 years, 8 months ago
- eab447b net: synquacer: Add netsec driver by Jassi Brar · 3 years, 8 months ago
- f024e0b net: dwc_eth_qos: Revert some changes of commit 3a97da12ee7b by Daniil Stas · 3 years, 8 months ago
- 07292f8 net: dwc_eth_qos: Fix needless phy auto-negotiation restarts by Daniil Stas · 3 years, 8 months ago
- 7001863 net: e1000: do not attempt to set hwaddr for i210 without FLASH by Tim Harvey · 3 years, 9 months ago