From fa5535660bf6d1ec4ba3709254ecc68dbf4ed084 Mon Sep 17 00:00:00 2001 From: Alper Nebi Yasak Date: Sun, 28 Aug 2022 18:03:29 +0300 Subject: u-boot: Add veyron speedy chromebook configs This adds U-Boot configuration for the ASUS Chromebook C201PA, also known as "chromebook_speedy" in the U-Boot upstream defconfigs. Also adds a shared "veyron" board directory to share with others having the same baseboard. The config is almost the same as upstream defconfig, but with REMAKE_ELF and POSITION_INDEPENDENT enabled. Untested since I don't have the veyron speedy chromebook. Signed-off-by: Alper Nebi Yasak --- resources/u-boot/veyron_speedy/board.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 resources/u-boot/veyron_speedy/board.cfg (limited to 'resources/u-boot/veyron_speedy/board.cfg') diff --git a/resources/u-boot/veyron_speedy/board.cfg b/resources/u-boot/veyron_speedy/board.cfg new file mode 100644 index 00000000..094a8189 --- /dev/null +++ b/resources/u-boot/veyron_speedy/board.cfg @@ -0,0 +1,2 @@ +ubtree="veyron" +arch="ARMv7" -- cgit v1.2.1