From 19c13deecd0560bac7583aecccf90d6e85447760 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 26 Nov 2014 17:41:16 -0600 Subject: [PATCH] add a patch removing -msoft-float from arm image builds --- 0001-make-sure-that-the-filesystem-is-a-type-of-fat.patch | 2 +- 0002-Allow-checking-in-multiple-partitions-for-scan_dev_f.patch | 2 +- 0003-Allow-overriding-boot_partitions-default-value-by-se.patch | 2 +- 0004-Add-BOOTENV_INIT_COMMAND-for-commands-that-may-be-ne.patch | 2 +- 0005-Add-BOOTENV_POST_COMMAND-which-is-appended-to-the-en.patch | 2 +- 0006-Only-set-CONFIG_BOOTDELAY-if-not-already-set.patch | 2 +- 0007-Add-support-for-loading-environment-from-uEnv.txt-in.patch | 2 +- 0008-Switch-am335x_evm.h-to-use-config_distro_defaults-an.patch | 2 +- 0009-port-the-riotboard-to-distro-generic-configs-patch-b.patch | 2 +- 0010-port-utilite-to-distro-generic-boot-commands.patch | 2 +- 0011-add-back-adding-console-to-the-bootargs-if-not-prese.patch | 2 +- 0012-wandboard-port-to-generic-distro-booting.patch | 2 +- 0013-Switch-omap4-boards-to-use-config_distro_defaults-an.patch | 2 +- uboot-tools.spec | 1 + 14 files changed, 14 insertions(+), 13 deletions(-) diff --git a/0001-make-sure-that-the-filesystem-is-a-type-of-fat.patch b/0001-make-sure-that-the-filesystem-is-a-type-of-fat.patch index e36bb8c..683e361 100644 --- a/0001-make-sure-that-the-filesystem-is-a-type-of-fat.patch +++ b/0001-make-sure-that-the-filesystem-is-a-type-of-fat.patch @@ -1,7 +1,7 @@ From 28767d1753be5582e9e16fd5e253f7b9c8114221 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 14 Oct 2014 00:38:28 -0500 -Subject: [PATCH 01/13] make sure that the filesystem is a type of fat +Subject: [PATCH 01/14] make sure that the filesystem is a type of fat parted marks the partition table as being fat32 though we may pyt a fat16 filesystem on it. diff --git a/0002-Allow-checking-in-multiple-partitions-for-scan_dev_f.patch b/0002-Allow-checking-in-multiple-partitions-for-scan_dev_f.patch index 11d499a..6e9fbed 100644 --- a/0002-Allow-checking-in-multiple-partitions-for-scan_dev_f.patch +++ b/0002-Allow-checking-in-multiple-partitions-for-scan_dev_f.patch @@ -1,7 +1,7 @@ From 65fd2f0d6bcec9fa83df22ba8f468cc166985256 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 1 Oct 2014 13:20:53 -0700 -Subject: [PATCH 02/13] Allow checking in multiple partitions for +Subject: [PATCH 02/14] Allow checking in multiple partitions for scan_dev_for_boot. --- diff --git a/0003-Allow-overriding-boot_partitions-default-value-by-se.patch b/0003-Allow-overriding-boot_partitions-default-value-by-se.patch index ee3167d..494a365 100644 --- a/0003-Allow-overriding-boot_partitions-default-value-by-se.patch +++ b/0003-Allow-overriding-boot_partitions-default-value-by-se.patch @@ -1,7 +1,7 @@ From e9827a7cfb85bf2b628820baf63e07479ce219d3 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 1 Oct 2014 12:55:58 -0700 -Subject: [PATCH 03/13] Allow overriding boot_partitions default value by +Subject: [PATCH 03/14] Allow overriding boot_partitions default value by setting BOOTENV_BOOT_PARTITIONS before including config_distro_bootcmd. --- diff --git a/0004-Add-BOOTENV_INIT_COMMAND-for-commands-that-may-be-ne.patch b/0004-Add-BOOTENV_INIT_COMMAND-for-commands-that-may-be-ne.patch index 184d007..075d61d 100644 --- a/0004-Add-BOOTENV_INIT_COMMAND-for-commands-that-may-be-ne.patch +++ b/0004-Add-BOOTENV_INIT_COMMAND-for-commands-that-may-be-ne.patch @@ -1,7 +1,7 @@ From 774eb6a50e9c38f2942b9d3d63e40a3512159f93 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 30 Sep 2014 20:02:26 -0700 -Subject: [PATCH 04/13] Add BOOTENV_INIT_COMMAND for commands that may be +Subject: [PATCH 04/14] Add BOOTENV_INIT_COMMAND for commands that may be needed to run before bootcmd, such as setting the fdt file variables for platfroms that detect on boot. diff --git a/0005-Add-BOOTENV_POST_COMMAND-which-is-appended-to-the-en.patch b/0005-Add-BOOTENV_POST_COMMAND-which-is-appended-to-the-en.patch index 38b8627..ef56092 100644 --- a/0005-Add-BOOTENV_POST_COMMAND-which-is-appended-to-the-en.patch +++ b/0005-Add-BOOTENV_POST_COMMAND-which-is-appended-to-the-en.patch @@ -1,7 +1,7 @@ From b3b47482c9ebf2b9dd5a37f66b6a391c83d05d16 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 1 Oct 2014 14:04:01 -0700 -Subject: [PATCH 05/13] Add BOOTENV_POST_COMMAND, which is appended to the end +Subject: [PATCH 05/14] Add BOOTENV_POST_COMMAND, which is appended to the end of bootcmd. --- diff --git a/0006-Only-set-CONFIG_BOOTDELAY-if-not-already-set.patch b/0006-Only-set-CONFIG_BOOTDELAY-if-not-already-set.patch index 50680b3..0883dbf 100644 --- a/0006-Only-set-CONFIG_BOOTDELAY-if-not-already-set.patch +++ b/0006-Only-set-CONFIG_BOOTDELAY-if-not-already-set.patch @@ -1,7 +1,7 @@ From 1926334c8e35b650931aa1a758e3d2a8ad9f5761 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 30 Sep 2014 20:34:19 -0700 -Subject: [PATCH 06/13] Only set CONFIG_BOOTDELAY if not already set. +Subject: [PATCH 06/14] Only set CONFIG_BOOTDELAY if not already set. --- include/config_distro_defaults.h | 2 ++ diff --git a/0007-Add-support-for-loading-environment-from-uEnv.txt-in.patch b/0007-Add-support-for-loading-environment-from-uEnv.txt-in.patch index a929d17..0b4f86f 100644 --- a/0007-Add-support-for-loading-environment-from-uEnv.txt-in.patch +++ b/0007-Add-support-for-loading-environment-from-uEnv.txt-in.patch @@ -1,7 +1,7 @@ From c33de75d88ff0e7e7da9e28576b8457ea125da42 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 1 Oct 2014 10:29:36 -0700 -Subject: [PATCH 07/13] Add support for loading environment from uEnv.txt in +Subject: [PATCH 07/14] Add support for loading environment from uEnv.txt in config_distro_bootcmd. --- diff --git a/0008-Switch-am335x_evm.h-to-use-config_distro_defaults-an.patch b/0008-Switch-am335x_evm.h-to-use-config_distro_defaults-an.patch index 55a420a..bb211a4 100644 --- a/0008-Switch-am335x_evm.h-to-use-config_distro_defaults-an.patch +++ b/0008-Switch-am335x_evm.h-to-use-config_distro_defaults-an.patch @@ -1,7 +1,7 @@ From 7c1db0713f15ecc37bc520783f61afc785443289 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 1 Oct 2014 13:28:18 -0700 -Subject: [PATCH 08/13] Switch am335x_evm.h to use config_distro_defaults and +Subject: [PATCH 08/14] Switch am335x_evm.h to use config_distro_defaults and config_distro_bootcmd. Add scriptaddr to DEFAULT_LINUX_BOOT_ENV, as scriptaddr is used for boot scripts in config_distro_defaults. diff --git a/0009-port-the-riotboard-to-distro-generic-configs-patch-b.patch b/0009-port-the-riotboard-to-distro-generic-configs-patch-b.patch index 6fe6f96..dd10334 100644 --- a/0009-port-the-riotboard-to-distro-generic-configs-patch-b.patch +++ b/0009-port-the-riotboard-to-distro-generic-configs-patch-b.patch @@ -1,7 +1,7 @@ From 276eaf9e665a1694eb59a0cd497748d0ba5e0213 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 13 Oct 2014 23:17:32 -0500 -Subject: [PATCH 09/13] port the riotboard to distro generic configs, patch by +Subject: [PATCH 09/14] port the riotboard to distro generic configs, patch by pbrobinson --- diff --git a/0010-port-utilite-to-distro-generic-boot-commands.patch b/0010-port-utilite-to-distro-generic-boot-commands.patch index 1c9d5fd..c5cc93e 100644 --- a/0010-port-utilite-to-distro-generic-boot-commands.patch +++ b/0010-port-utilite-to-distro-generic-boot-commands.patch @@ -1,7 +1,7 @@ From 84db7d63f8e7e562ad353e00b309875277c5689e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 13 Oct 2014 23:58:13 -0500 -Subject: [PATCH 10/13] port utilite to distro generic boot commands +Subject: [PATCH 10/14] port utilite to distro generic boot commands --- include/configs/cm_fx6.h | 112 +++++++++++------------------------------------ diff --git a/0011-add-back-adding-console-to-the-bootargs-if-not-prese.patch b/0011-add-back-adding-console-to-the-bootargs-if-not-prese.patch index 4ea6b82..fcfc992 100644 --- a/0011-add-back-adding-console-to-the-bootargs-if-not-prese.patch +++ b/0011-add-back-adding-console-to-the-bootargs-if-not-prese.patch @@ -1,7 +1,7 @@ From 6376d21b8a647613789d5e5eac42d84d524c3c3d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 27 Oct 2014 21:38:32 -0500 -Subject: [PATCH 11/13] add back adding console= to the bootargs if not +Subject: [PATCH 11/14] add back adding console= to the bootargs if not present. better soloution is needed diff --git a/0012-wandboard-port-to-generic-distro-booting.patch b/0012-wandboard-port-to-generic-distro-booting.patch index a6ed062..48f1920 100644 --- a/0012-wandboard-port-to-generic-distro-booting.patch +++ b/0012-wandboard-port-to-generic-distro-booting.patch @@ -1,7 +1,7 @@ From aa5e3817bf1030b310d4686cd1ab51e2865601cb Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 25 Nov 2014 23:08:38 -0600 -Subject: [PATCH 12/13] wandboard: port to generic distro booting +Subject: [PATCH 12/14] wandboard: port to generic distro booting set the variables and functions needed for generic distro booting. --- diff --git a/0013-Switch-omap4-boards-to-use-config_distro_defaults-an.patch b/0013-Switch-omap4-boards-to-use-config_distro_defaults-an.patch index db7951f..cfb35dc 100644 --- a/0013-Switch-omap4-boards-to-use-config_distro_defaults-an.patch +++ b/0013-Switch-omap4-boards-to-use-config_distro_defaults-an.patch @@ -1,7 +1,7 @@ From aa26cb59a0bf02e45b81efefae404c7578261abd Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 25 Nov 2014 23:09:49 -0600 -Subject: [PATCH 13/13] Switch omap4 boards to use config_distro_defaults and +Subject: [PATCH 13/14] Switch omap4 boards to use config_distro_defaults and config_distro_bootcmd. Add pxefile_addr_r to DEFAULT_LINUX_BOOT_ENV, as pxefile_addr_r is used diff --git a/uboot-tools.spec b/uboot-tools.spec index 1e4929f..a58c103 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -23,6 +23,7 @@ Patch10: 0010-port-utilite-to-distro-generic-boot-commands.patch Patch11: 0011-add-back-adding-console-to-the-bootargs-if-not-prese.patch Patch12: 0012-wandboard-port-to-generic-distro-booting.patch Patch13: 0013-Switch-omap4-boards-to-use-config_distro_defaults-an.patch +Patch14: 0014-do-no-ue-msoft-float-on-arm.patch BuildRequires: dtc, openssl-devel BuildRequires: fedora-logos, netpbm-progs