summaryrefslogtreecommitdiff
path: root/include/configs/mt7623.h
Commit message (Collapse)AuthorAgeFilesLines
* adding saveenv-command for bananapi r2Frank Wunderlich2019-01-181-0/+3
| | | | | | | | | | | | | bananapi r2 can be booted from sd-card and emmc saving the environment have to choose the storage from which the device has booted also the offset is set to 1MB to make sure env is written to block "user data area" between uboot and first partition https://www.fw-web.de/dokuwiki/lib/exe/fetch.php?cache=&media=bpi-r2:boot-structure.png Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
* arm: MediaTek: add ethernet support for MT7623 boardsWeijie Gao2019-01-141-0/+5
| | | | | | | | Enable ethernet related configs to mt7623n_bpir2_defconfig. Add default IP addresses. Enable noncached memory region required by ethernet driver. Signed-off-by: Mark Lee <Mark-MC.Lee@mediatek.com>
* mt7623: fix a typo in include/configs/mt7623.hWeijie Gao2018-12-261-1/+1
| | | | | | Fix typo: neede -> needed Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
* arm: MediaTek: add basic support for MT7623 boardsWeijie Gao2018-11-281-0/+56
This adds a general board file based on MT7623 SoCs from MediaTek. As this u-boot is loaded by MTK proprietary preloader, there is no low level initializtion codes. Signed-off-by: Weijie Gao <weijie.gao@mediatek.com> Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Tested-by: Matthias Brugger <matthias.bgg@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>