From 61ac6c3f0b26deadc2fb8355a8dd0d25b29baacd Mon Sep 17 00:00:00 2001 From: Alper Nebi Yasak Date: Sun, 28 Aug 2022 18:17:59 +0300 Subject: u-boot: Add peach pi chromebook configs This adds U-Boot configuration for the Samsung Chromebook 2 13", also known as "peach-pi" in the U-Boot upstream defconfigs. It uses the shared tree for the "peach" 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 peach pi chromebook. Note the there doesn't seem to be any coreboot support for this chromebook. Signed-off-by: Alper Nebi Yasak --- resources/u-boot/peach_pi/board.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 resources/u-boot/peach_pi/board.cfg (limited to 'resources/u-boot/peach_pi/board.cfg') diff --git a/resources/u-boot/peach_pi/board.cfg b/resources/u-boot/peach_pi/board.cfg new file mode 100644 index 00000000..17bafe44 --- /dev/null +++ b/resources/u-boot/peach_pi/board.cfg @@ -0,0 +1,2 @@ +ubtree="peach" +arch="ARMv7" -- cgit v1.2.1