commit | 15dd2c87a1e9efd59dd78ec3d2effe4020bf6cfb | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Fri Sep 09 19:59:16 2022 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 23 15:09:15 2022 -0400 |
tree | cf7d870cf1e4cb7fd74d38a9b36dd5b6f19cdf57 | |
parent | 56ed64c08398235c3d36e80cce29787bd3386a22 [diff] |
board: mediatek: add MT7981 reference boards This patch adds general board files based on MT7981 SoCs. MT7981 uses one mmc controller for booting from both SD and eMMC, and the pins of mmc controller are also shared with spi controller. So three configs are need for these boot types: 1. mt7981_rfb_defconfig - SPI-NOR and SPI-NAND 2. mt7981_emmc_rfb_defconfig - eMMC only 3. mt7981_sd_rfb_defconfig - SD only Reviewed-by: Simon Glass <sjg@chromium.org>