[U-Boot] [PATCH 03/20] arm: MediaTek: add basic support for MT7623 boards
Matthias Brugger
matthias.bgg at gmail.com
Tue Oct 2 14:27:59 UTC 2018
mt7623_rfb
On 02/10/2018 08:13, Ryder Lee 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>
> ---
> 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 | 53 ++++++++++++++
> 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 | 4 ++
> board/mediatek/mt7623/mt7623_rfb.c | 16 +++++
> include/configs/mt7623.h | 66 ++++++++++++++++++
> 11 files changed, 293 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 include/configs/mt7623.h
>
[...]
> diff --git a/board/mediatek/mt7623/Makefile b/board/mediatek/mt7623/Makefile
> new file mode 100644
> index 0000000..8943111
> --- /dev/null
> +++ b/board/mediatek/mt7623/Makefile
> @@ -0,0 +1,4 @@
> +# SPDX-License-Identifier: GPL-2.0+
> +
> +obj-y += mt7623_rfb.o
> +
as we are with nitpicks:
new blank line at EOF
More information about the U-Boot
mailing list