From 92175b4bf701fd6548f3248ae0bd51e42caf698b Mon Sep 17 00:00:00 2001 From: Edward Cragg Date: Tue, 29 Sep 2015 09:23:41 +0100 Subject: Add U-Boot repository to support Hardkernel Odroid C1 This adds a lorry for the Hardkernel U-Boot tree for the Odroid C1 development board. This is required since this board uses a new core (Cortex-A5) and SoC (Amlogic Meson S802) and there is a massive amount of platform specific support added by the OEM in this non-upstreamed tree. Currently it would be impractical to port the vast number of changes to a modern U-Boot version. This repo also contains a binary-only bootloader which is required to boot the board. Change-Id: I8f0f7b1930e65d725a4de34d9cfbd631c0f70500 --- open-source-lorries/u-boot-odroid-c1.lorry | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 open-source-lorries/u-boot-odroid-c1.lorry (limited to 'open-source-lorries/u-boot-odroid-c1.lorry') diff --git a/open-source-lorries/u-boot-odroid-c1.lorry b/open-source-lorries/u-boot-odroid-c1.lorry new file mode 100644 index 0000000..01efa92 --- /dev/null +++ b/open-source-lorries/u-boot-odroid-c1.lorry @@ -0,0 +1,6 @@ +{ + "u-boot-odroid-c1": { + "type": "git", + "url": "https://github.com/hardkernel/u-boot.git" + } +} -- cgit v1.2.1