mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
485bba395e
This patch adds support for the Amlogic AXG SoC, which is very close from the Amlogic GXL SoCs with : - Same 4xCortex-A53 CPUs but clocked at 1.2GHZ max - DDR Interface limited to DDR4 16bit - The whole physical register address space has been moved to 0xfxxxxxxx - The pinctrl setup has changed - The clock tree is different enough to use a different driver Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
7 lines
205 B
Makefile
7 lines
205 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (c) 2016 Beniamino Galvani <b.galvani@gmail.com>
|
|
|
|
obj-y += board-common.o sm.o
|
|
obj-$(CONFIG_MESON_GX) += board-gx.o
|
|
obj-$(CONFIG_MESON_AXG) += board-axg.o
|