[U-Boot] [PATCH v2 05/18] arm: MediaTek: add basic support for MT7623 boards
Simon Glass
sjg at chromium.org
Thu Oct 25 03:29:27 UTC 2018
Hi,
On 12 October 2018 at 01:00, Ryder Lee <ryder.lee at mediatek.com> wrote:
> From: Weijie Gao <weijie.gao at mediatek.com>
>
> This adds a general board file based on MT7623 SoCs from MediaTek.
>
> As this u-boot is loaded by preloader, there is no low level
> initializtion codes.
>
> Signed-off-by: Weijie Gao <weijie.gao at mediatek.com>
> Signed-off-by: Ryder Lee <ryder.lee at mediatek.com>
> Tested-by: Matthias Brugger <matthias.bgg at gmail.com>
> ---
> arch/arm/mach-mediatek/Kconfig | 8 +++
> arch/arm/mach-mediatek/Makefile | 1 +
> arch/arm/mach-mediatek/mt7623/Makefile | 4 ++
> arch/arm/mach-mediatek/mt7623/init.c | 54 +++++++++++++++
> arch/arm/mach-mediatek/mt7623/lowlevel_init.S | 22 ++++++
> arch/arm/mach-mediatek/mt7623/preloader.h | 99 +++++++++++++++++++++++++++
> board/mediatek/mt7623/Kconfig | 13 ++++
> board/mediatek/mt7623/MAINTAINERS | 7 ++
> board/mediatek/mt7623/Makefile | 3 +
> board/mediatek/mt7623/mt7623_rfb.c | 16 +++++
> configs/mt7623n_bpir2_defconfig | 53 ++++++++++++++
> include/configs/mt7623.h | 61 +++++++++++++++++
> 12 files changed, 341 insertions(+)
> create mode 100644 arch/arm/mach-mediatek/mt7623/Makefile
> create mode 100644 arch/arm/mach-mediatek/mt7623/init.c
> create mode 100644 arch/arm/mach-mediatek/mt7623/lowlevel_init.S
> create mode 100644 arch/arm/mach-mediatek/mt7623/preloader.h
> create mode 100644 board/mediatek/mt7623/Kconfig
> create mode 100644 board/mediatek/mt7623/MAINTAINERS
> create mode 100644 board/mediatek/mt7623/Makefile
> create mode 100644 board/mediatek/mt7623/mt7623_rfb.c
> create mode 100644 configs/mt7623n_bpir2_defconfig
> create mode 100644 include/configs/mt7623.h
>
There is a new SPL handoff and bloblist feature that I hope will land
in the next release. Can you please look at using this instead of an
SoC-specififc mechanism?
See u-boot-dm/spl-working
Regards,
Simon
More information about the U-Boot
mailing list