use ext2load for dtb loading

- cleanup duplicate defines
This commit is contained in:
Dennis Gilmore 2013-10-19 06:53:27 -05:00
parent d98e5a7f21
commit 0605737fd6
16 changed files with 22 additions and 16 deletions

View File

@ -1,7 +1,7 @@
From 9172c5926e6875a59a8d1cc82d30b2118ab7308b Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis@ausil.us>
Date: Wed, 7 Aug 2013 23:00:42 -0500
Subject: [PATCH 01/15] add distro default commands and config options
Subject: [PATCH 01/16] add distro default commands and config options
---
include/config_distro_default.h | 51 +++++++++++++++++++++++++++++++++++++++++

View File

@ -1,7 +1,7 @@
From 3c3c10fad1f61f8ad01414c868080e0e1bb5fc91 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis@ausil.us>
Date: Sun, 1 Sep 2013 21:42:48 -0500
Subject: [PATCH 02/15] add option to include generic distro config
Subject: [PATCH 02/16] add option to include generic distro config
---
include/common.h | 5 +++++

View File

@ -1,7 +1,7 @@
From f12653a82d5417114fb422ae3e3883b96ec31ea5 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis@ausil.us>
Date: Mon, 2 Sep 2013 11:26:39 -0500
Subject: [PATCH 03/15] set omap4 boards to use the generic distro support
Subject: [PATCH 03/16] set omap4 boards to use the generic distro support
---
include/configs/omap4_common.h | 9 ++++++++-

View File

@ -1,7 +1,7 @@
From 4fe19544ffda98c8ab9eea55d29f8c9179716e88 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis@ausil.us>
Date: Mon, 2 Sep 2013 11:33:46 -0500
Subject: [PATCH 04/15] set wandboard to use generic commands and set needed
Subject: [PATCH 04/16] set wandboard to use generic commands and set needed
variables
---

View File

@ -1,7 +1,7 @@
From e213040f9253ebf299a1dd491443419e9d37d7b8 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis@ausil.us>
Date: Mon, 2 Sep 2013 11:44:40 -0500
Subject: [PATCH 05/15] set the default wandboard boot commands
Subject: [PATCH 05/16] set the default wandboard boot commands
---
include/configs/wandboard.h | 18 ++++++++++++++++++

View File

@ -1,7 +1,7 @@
From 534d6c5a71f1b853d83b0e07ea9c1f272884998b Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis@ausil.us>
Date: Mon, 2 Sep 2013 12:35:16 -0500
Subject: [PATCH 06/15] set omap4 to use extlinux.conf by default
Subject: [PATCH 06/16] set omap4 to use extlinux.conf by default
---
include/configs/omap4_common.h | 21 +++++++++++++++++++--

View File

@ -1,7 +1,7 @@
From d1b689f0beec17c0531189fb15b076082f0f282e Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis@ausil.us>
Date: Thu, 17 Oct 2013 17:54:26 -0500
Subject: [PATCH 07/15] remove CONFIG_MENU_SHOW from distro config
Subject: [PATCH 07/16] remove CONFIG_MENU_SHOW from distro config
---
include/config_distro_default.h | 1 -

View File

@ -1,7 +1,7 @@
From 2394d596e963d5532f3ff00e097ebcf5c8338610 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis@ausil.us>
Date: Thu, 17 Oct 2013 17:55:53 -0500
Subject: [PATCH 08/15] disable FIT image support since it fails to build
Subject: [PATCH 08/16] disable FIT image support since it fails to build
---
include/config_distro_default.h | 1 -

View File

@ -1,7 +1,7 @@
From c50183e7caa3a26d90cc41b43fd705a9a6a7afdd Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis@ausil.us>
Date: Mon, 2 Sep 2013 18:26:17 -0500
Subject: [PATCH 09/15] add defualt DHCP config options
Subject: [PATCH 09/16] add defualt DHCP config options
---
include/config_distro_default.h | 6 +++++-

View File

@ -1,7 +1,7 @@
From a86c59b6fa841a1c59ecd6849367021c7283b49b Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis@ausil.us>
Date: Mon, 2 Sep 2013 18:26:55 -0500
Subject: [PATCH 10/15] remove USB from distro default, not all systems support
Subject: [PATCH 10/16] remove USB from distro default, not all systems support
USB
---

View File

@ -1,7 +1,7 @@
From 0893da22f56bda219e6437057a1145932a8311ac Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis@ausil.us>
Date: Mon, 2 Sep 2013 21:47:40 -0500
Subject: [PATCH 11/15] Setup beagleboard to used generic distro configs
Subject: [PATCH 11/16] Setup beagleboard to used generic distro configs
---
include/configs/omap3_beagle.h | 13 ++++++++++---

View File

@ -1,7 +1,7 @@
From b76a0828e3c62e74f59eda1d128dc9518c44f4ab Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis@ausil.us>
Date: Mon, 2 Sep 2013 21:55:37 -0500
Subject: [PATCH 12/15] setup beagleboard to load extlinux.conf
Subject: [PATCH 12/16] setup beagleboard to load extlinux.conf
---
include/configs/omap3_beagle.h | 17 +++++++++++++++++

View File

@ -1,7 +1,7 @@
From c1ce44384122a284dad8efb084fe6f1c047633ea Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis@ausil.us>
Date: Thu, 17 Oct 2013 18:21:54 -0500
Subject: [PATCH 13/15] setup distro common variables on beaglebones
Subject: [PATCH 13/16] setup distro common variables on beaglebones
---
include/configs/am335x_evm.h | 21 ++++++++++++---------

View File

@ -1,7 +1,7 @@
From f5c7ad35415218c20b904edf1981a33a47bcdf92 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis@ausil.us>
Date: Thu, 17 Oct 2013 18:55:25 -0500
Subject: [PATCH 14/15] Use SPDX header in distro config
Subject: [PATCH 14/16] Use SPDX header in distro config
---
include/config_distro_default.h | 4 +---

View File

@ -1,7 +1,7 @@
From db994bffd3db0a6d02fa049eca0ff83720e22e73 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis@ausil.us>
Date: Thu, 17 Oct 2013 19:12:52 -0500
Subject: [PATCH 15/15] WANDBOARD: adjust addrs to work with calculated values.
Subject: [PATCH 15/16] WANDBOARD: adjust addrs to work with calculated values.
add scr_addr_r so the fall back to boot.scr has somewhere to be loaded have
pxe boot load a fdt have sysboot load a fdt

View File

@ -2,7 +2,7 @@
Name: uboot-tools
Version: 2013.10
Release: 1%{?candidate:.%{candidate}}%{?dist}
Release: 2%{?candidate:.%{candidate}}%{?dist}
Summary: U-Boot utilities
Group: Development/Tools
@ -29,6 +29,7 @@ Patch21: 0012-setup-beagleboard-to-load-extlinux.conf.patch
Patch22: 0013-setup-distro-common-variables-on-beaglebones.patch
Patch23: 0014-Use-SPDX-header-in-distro-config.patch
Patch24: 0015-WANDBOARD-adjust-addrs-to-work-with-calculated-value.patch
Patch25: 0016-WANDBOARD-use-ext2load-to-load-dtbs.patch
# Panda ES memory timing issue
#Patch50: omap4-panda-memtiming.patch
@ -175,6 +176,7 @@ u-boot bootloader binaries for Wandboard i.MX6 Solo
%patch22 -p1
%patch23 -p1
%patch24 -p1
%patch25 -p1
#%patch50 -p1 -b .panda
mkdir builds
@ -423,6 +425,10 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Sat Oct 19 2013 Dennis Gilmore <dennis@ausil.us> - 2013.10-2
- use ext2load for dtb loading
- cleanup duplicate defines
* Thu Oct 17 2013 Dennis Gilmore <dennis@ausil.us> - 2013.10-1
- update to 2013.10 final
- refactor where u-boot binaries are stored