This change creates an exynos5420 directory with code that will eventually implement support for the exynos5420 cpu from Samsung. Currently it's a copy of the exynos5250 directory with the name changed. There are going to be some problems where headers in src/cpu/samsung/exynos-common include headers in the exynos5250 directory directly. BUG=chrome-os-partner:19420 TEST=With this and other changes, built a pit image which uses this CPU. BRANCH=None Change-Id: Ib793edea2709fecbbc31e3178a0d3887f2e277b5 Signed-off-by: Gabe Black <gabeblack@google.com> Reviewed-on: https://gerrit.chromium.org/gerrit/51458 Reviewed-by: Stefan Reinauer <reinauer@google.com> Commit-Queue: Gabe Black <gabeblack@chromium.org> Tested-by: Gabe Black <gabeblack@chromium.org>
2 lines
110 B
Makefile
2 lines
110 B
Makefile
subdirs-$(CONFIG_CPU_SAMSUNG_EXYNOS5250) += exynos5250
|
|
subdirs-$(CONFIG_CPU_SAMSUNG_EXYNOS5420) += exynos5420
|