| Commit message (Expand) | Author | Age | Files | Lines |
* | arm: mvebu: clearfog: Detect MMC vs SDHC and fixup fdt | Martin Rowe | 2023-03-30 | 1 | -0/+33 |
* | imx: Use SATA instead of CMD_SATA | Simon Glass | 2023-03-03 | 1 | -1/+1 |
* | global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* | Tom Rini | 2022-12-05 | 1 | -2/+2 |
* | mx6cuboxi: migrate to DM_SERIAL | Baruch Siach | 2022-11-08 | 1 | -0/+3 |
* | Makefile: Rename u-boot-spl.kwb to u-boot-with-spl.kwb | Pali Rohár | 2022-11-07 | 1 | -4/+4 |
* | mx6cuboxi: fix board detection while patching device-tree phy nodes | Josua Mayer | 2022-07-25 | 1 | -1/+12 |
* | mx6cuboxi: fixup dtb ethernet phy nodes before booting an OS | Josua Mayer | 2022-06-14 | 1 | -0/+78 |
* | ARM: mvebu: x530: clearfog: Add ODT configuration | Chris Packham | 2022-03-04 | 1 | -0/+1 |
* | arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage header | Pali Rohár | 2021-07-31 | 1 | -5/+0 |
* | mmc: mmc_get_op_cond: Allow quiet detection of eMMC | Pali Rohár | 2021-07-15 | 1 | -1/+1 |
* | MAINTAINERS: Use my personal e-mail address | Fabio Estevam | 2021-04-08 | 1 | -1/+1 |
* | ddr: marvell: a38x: add support for twin-die combined memory device | Moti Buskila | 2021-02-26 | 1 | -0/+1 |
* | common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unused | Simon Glass | 2021-02-02 | 3 | -0/+3 |
* | ARM: mvebu: ClearFog make sure that SATA and UART images are buildable | Dennis Gilmore | 2021-01-27 | 1 | -2/+2 |
* | arm: mvebu: clearfog: don't override set fdtfile env | Baruch Siach | 2020-09-24 | 1 | -0/+3 |
* | treewide: convert bd_t to struct bd_info by coccinelle | Masahiro Yamada | 2020-07-17 | 1 | -1/+1 |
* | mx6cuboxi: remove unused code | Walter Lozano | 2020-06-23 | 1 | -65/+0 |
* | mx6cuboxi: customize board_boot_order to access eMMC | Walter Lozano | 2020-06-23 | 1 | -0/+48 |
* | mx6cuboxi: Convert to DM_ETH | Fabio Estevam | 2020-06-22 | 1 | -117/+17 |
* | common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.h | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop linux/delay.h from common header | Simon Glass | 2020-05-18 | 2 | -0/+2 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | command: Remove the cmd_tbl_t typedef | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop init.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop image.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 2 | -0/+2 |
* | arm: Don't include common.h in header files | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | arm: mvebu: clearfog: Use Pro DT by default | Joel Johnson | 2020-04-14 | 1 | -1/+1 |
* | arm: mvebu: clearfog: move ENV params to Kconfig | Joel Johnson | 2020-04-14 | 1 | -0/+8 |
* | arm: mvebu: clearfog: add SPI offsets | Joel Johnson | 2020-04-14 | 1 | -0/+12 |
* | arm: mvebu: clearfog: Unify DT selection paths | Joel Johnson | 2020-04-14 | 1 | -0/+2 |
* | arm: mvebu: clearfog: Add SATA mode flags | Joel Johnson | 2020-04-14 | 2 | -0/+31 |
* | arm: mvebu: clearfog: Add option for 2.5 Gbps SFP | Joel Johnson | 2020-04-14 | 2 | -0/+12 |
* | arm: mvebu: clearfog: initial ClearFog Base variant | Joel Johnson | 2020-04-14 | 2 | -6/+50 |
* | arm: mvebu: clearfog: use Pro name by default | Joel Johnson | 2020-04-14 | 1 | -1/+1 |
* | ARM: mvebu: clearfog: add Clearfog Base serdes configuration | Baruch Siach | 2020-01-21 | 1 | -0/+6 |
* | ARM: mvebu: clearfog: add Clearfog GTR support | Baruch Siach | 2020-01-21 | 1 | -0/+8 |
* | ARM: mvebu: clearfog: run-time selection of DT file | Baruch Siach | 2020-01-21 | 1 | -0/+14 |
* | ARM: mvebu: clearfog: print TLV stored product name | Baruch Siach | 2020-01-21 | 1 | -1/+10 |
* | ARM: mvebu: clearfog: read basic TLV data | Baruch Siach | 2020-01-21 | 4 | -0/+153 |
* | arm: mvebu: clearfog: enable both DDR clocks | Baruch Siach | 2020-01-21 | 1 | -1/+4 |
* | arm: mvebu: clearfog: update eMMC documentation | Baruch Siach | 2020-01-16 | 1 | -6/+0 |
* | mx6cuboxi: enable OF_CONTROL with DM_MMC and DM_USB | Baruch Siach | 2020-01-07 | 1 | -47/+72 |
* | mx6cuboxi: Add Baruch as maintainer | Fabio Estevam | 2019-12-06 | 1 | -0/+1 |
* | common: Move some board functions out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | env: Move env_set() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | arm: mvebu: clearfog: document boot from SATA | Baruch Siach | 2019-07-11 | 1 | -0/+6 |
* | Convert to use fsl_esdhc_imx for i.MX platforms | Yangbo Lu | 2019-06-23 | 1 | -1/+1 |
* | arm: mvebu: clearfog: document eMMC installation | Baruch Siach | 2019-04-12 | 1 | -0/+23 |
* | board: mvebu: drop unused ETH_PHY macro definitions | Baruch Siach | 2019-01-21 | 1 | -4/+0 |