summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongjin Kim <tobetter@gmail.com>2016-06-15 07:46:54 -0400
committerDongjin Kim <tobetter@gmail.com>2016-06-15 07:56:11 -0400
commite0472d2f36b16fc19f6eaedf0b828ecafe5677e2 (patch)
tree8172dc864d5b5448ff53ceb25d4ab1ab47b53523
parent07c7450773df3afdcd75313f7bdc48074186e362 (diff)
downloadu-boot-odroid-c1-odroidc2.tar.gz
Adding the first release for ODROID-C2odroidc2
HEAD of prebuilt binary is based on: https://github.com/hardkernel/u-boot/commit/3edccd18784aef602a50040b24acdf3adbb7781a Signed-off-by: Dongjin Kim <tobetter@gmail.com>
-rw-r--r--README.md14
-rw-r--r--bl1.bin.hardkernelbin0 -> 49664 bytes
-rw-r--r--debian/README.source11
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control16
-rw-r--r--debian/copyright44
-rw-r--r--debian/docs1
-rwxr-xr-xdebian/rules13
-rw-r--r--debian/source/format1
-rw-r--r--debian/u-boot-odroidc2.install2
-rw-r--r--u-boot.bin.hardkernelbin0 -> 589824 bytes
12 files changed, 100 insertions, 8 deletions
diff --git a/README.md b/README.md
index c4fc84cbc8..268085f94e 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,8 @@
-u-boot-odroid
-=============
+u-boot-odroidc2
+===============
-This package contains the binaries of u-boot in order to boot ODROID hardware designed with Samsung's SoC Exynos4. It must boot with the feature TrustZone is enabled, and this is also required to sign the binaries with specific security key. Since these process is secured, u-boot is not able to modified or distributed by anyone uncertified. Prebuilt binaries are only able to be distributed.
+This package contains the binaries of u-boot in order to boot ODROID hardware designed with AMLogic's SoC S905.
-There are four files in the package, will be installed into /boot directory and burned into your boot device such as SDCARD or eMMC.
- * BL1.bin
- * BL2.bin
- * TZSW.bin
- * u-boot.bin
+There are two files in the package, will be installed into /tmp directory and burned into your boot device such as SDCARD or eMMC.
+ * bl1.bin.hardkernel
+ * u-boot.bin.hardkernel
diff --git a/bl1.bin.hardkernel b/bl1.bin.hardkernel
new file mode 100644
index 0000000000..571fc4677b
--- /dev/null
+++ b/bl1.bin.hardkernel
Binary files differ
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000000..d2cfac0851
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,11 @@
+ODROID u-boot
+------------------
+
+This package uses quilt to manage all modifications to the upstream
+source. Changes are stored in the source package as diffs in
+debian/patches and applied during the build. Please see:
+
+ /usr/share/doc/quilt/README.source
+
+for more information on how to apply the patches, modify patches, or
+remove a patch.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000000..5058b52b39
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+u-boot-odroidc2 (1.0-1) trusty; urgency=low
+
+ * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+
+ -- Dongjin Kim <tobetter@gmail.com> Wed, 15 Jun 2016 07:45:08 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000000..45a4fb75db
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000000..e0ce420105
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: u-boot-odroidc2
+Section: misc
+Priority: extra
+Maintainer: Dongjin Kim <tobetter@gmail.com>
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.9.1
+Vcs-Git: git://github.com/tobetter/u-boot.git
+
+Package: u-boot-odroidc2
+Architecture: armel armhf
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: U-Boot bootloader binary for Hardkernel's ODROID-C2
+ This package contains the U-Boot bootloader which is responsible for
+ loading and executing the Linux kernel on this board. This package
+ contains the u-boot binary blob, and is not usally needed on a normal
+ system.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000000..07118c1b40
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,44 @@
+This work was originally packaged for Debian by:
+
+ Dongjin Kim <tobetter@gmail.com> Tue, 19 Feb 2013 02:25:42 +0900
+
+It was downloaded from:
+
+ http://git.linaro.org/gitweb?p=boot/u-boot-linaro-next.git;a=shortlog;h=refs/heads/master
+
+Upstream Authors:
+
+ Wolfgang Denk, DENX Software Engineering, wd@denx.de.
+ Steve Sakoman <steve@sakoman.com>
+
+Copyright:
+
+ Copyright (C) 2000-2011
+ Wolfgang Denk, DENX Software Engineering, wd@denx.de.
+
+License:
+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is:
+
+ Copyright (C) 2013 Dongjin Kim <tobetter@gmail.com>
+
+you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000000..e845566c06
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000000..b760bee7f4
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000000..89ae9db8f8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)
diff --git a/debian/u-boot-odroidc2.install b/debian/u-boot-odroidc2.install
new file mode 100644
index 0000000000..57b566cdc9
--- /dev/null
+++ b/debian/u-boot-odroidc2.install
@@ -0,0 +1,2 @@
+bl1.bin.hardkernel /usr/lib/u-boot/odroidc2
+u-boot.bin.hardkernel /usr/lib/u-boot/odroidc2
diff --git a/u-boot.bin.hardkernel b/u-boot.bin.hardkernel
new file mode 100644
index 0000000000..5f519677d3
--- /dev/null
+++ b/u-boot.bin.hardkernel
Binary files differ