diff for duplicates of <48b309fe.0a04d00a.527b.ffffa801@mx.google.com> diff --git a/a/1.txt b/N1/1.txt index c20e7ef..7c42579 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,49 +1,3 @@ -Normally the 'zImage' is used as base for uImage. -Enable the capability to use the raw uncompressed 'Image' instead - -Signed-off-by: Remy Bohmer <linux@bohmer.net> ---- - arch/arm/Kconfig | 10 ++++++++++ - arch/arm/boot/Makefile | 6 +++++- - 2 files changed, 15 insertions(+), 1 deletion(-) - -Index: linux-2.6.27-rc4/arch/arm/Kconfig -=================================================================== ---- linux-2.6.27-rc4.orig/arch/arm/Kconfig 2008-08-25 20:58:33.000000000 +0200 -+++ linux-2.6.27-rc4/arch/arm/Kconfig 2008-08-25 20:58:36.000000000 +0200 -@@ -967,6 +967,16 @@ config XIP_KERNEL - - If unsure, say N. - -+config UNCOMPRESSED_UIMAGE -+ bool "Use uncompressed kernel image for uImage" -+ default n -+ help -+ Enable this option if you want uImage to be based on the kernel -+ 'Image' instead of 'zImage'. This will increase the kernel image -+ size, but it can improve kernel boot time in some situations. -+ -+ If unsure, say N. -+ - config XIP_PHYS_ADDR - hex "XIP Kernel Physical Location" - depends on XIP_KERNEL -Index: linux-2.6.27-rc4/arch/arm/boot/Makefile -=================================================================== ---- linux-2.6.27-rc4.orig/arch/arm/boot/Makefile 2008-08-25 20:58:33.000000000 +0200 -+++ linux-2.6.27-rc4/arch/arm/boot/Makefile 2008-08-25 20:58:36.000000000 +0200 -@@ -70,7 +70,11 @@ else - $(obj)/uImage: LOADADDR=$(ZRELADDR) - endif - --$(obj)/uImage: $(obj)/zImage FORCE -+ifeq ($(CONFIG_UNCOMPRESSED_UIMAGE),y) -+$(obj)/uImage: $(obj)/Image FORCE -+else -+$(obj)/uImage: $(obj)/zImage FORCE -+endif - $(call if_changed,uimage) - @echo ' Image $@ is ready' - - --- +An embedded and charset-unspecified text was scrubbed... +Name: use-uncompressed-image-for-uboot.patch +Url: http://lists.denx.de/pipermail/u-boot/attachments/20080825/5553a9f6/attachment.txt diff --git a/a/content_digest b/N1/content_digest index 6671b59..ec5cfcf 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,63 +1,12 @@ "ref\020080825191427.728251800@bohmer.net\0" "From\0Remy Bohmer <linux@bohmer.net>\0" - "Subject\0[patch 1/2] Enable the use of an uncompressed kernel image for U-boot uImage\0" + "Subject\0[U-Boot] [patch 1/2] Enable the use of an uncompressed kernel image for\tU-boot uImage\0" "Date\0Mon, 25 Aug 2008 21:14:28 +0200\0" - "To\0Linux Kernel Mailing List <linux-kernel@vger.kernel.org>" - u-boot@lists.denx.de - " sam@ravnborg.org\0" - "Cc\0Stefan Roese <sr@denx.de>" - " Remy Bohmer <linux@bohmer.net>\0" + "To\0u-boot@lists.denx.de\0" "\00:1\0" - "fn\0use-uncompressed-image-for-uboot.patch\0" "b\0" - "Normally the 'zImage' is used as base for uImage.\n" - "Enable the capability to use the raw uncompressed 'Image' instead\n" - "\n" - "Signed-off-by: Remy Bohmer <linux@bohmer.net>\n" - "---\n" - " arch/arm/Kconfig | 10 ++++++++++\n" - " arch/arm/boot/Makefile | 6 +++++-\n" - " 2 files changed, 15 insertions(+), 1 deletion(-)\n" - "\n" - "Index: linux-2.6.27-rc4/arch/arm/Kconfig\n" - "===================================================================\n" - "--- linux-2.6.27-rc4.orig/arch/arm/Kconfig\t2008-08-25 20:58:33.000000000 +0200\n" - "+++ linux-2.6.27-rc4/arch/arm/Kconfig\t2008-08-25 20:58:36.000000000 +0200\n" - "@@ -967,6 +967,16 @@ config XIP_KERNEL\n" - " \n" - " \t If unsure, say N.\n" - " \n" - "+config UNCOMPRESSED_UIMAGE\n" - "+\tbool \"Use uncompressed kernel image for uImage\"\n" - "+\tdefault n\n" - "+\thelp\n" - "+\t Enable this option if you want uImage to be based on the kernel\n" - "+\t 'Image' instead of 'zImage'. This will increase the kernel image\n" - "+\t size, but it can improve kernel boot time in some situations.\n" - "+\n" - "+\t If unsure, say N.\n" - "+\n" - " config XIP_PHYS_ADDR\n" - " \thex \"XIP Kernel Physical Location\"\n" - " \tdepends on XIP_KERNEL\n" - "Index: linux-2.6.27-rc4/arch/arm/boot/Makefile\n" - "===================================================================\n" - "--- linux-2.6.27-rc4.orig/arch/arm/boot/Makefile\t2008-08-25 20:58:33.000000000 +0200\n" - "+++ linux-2.6.27-rc4/arch/arm/boot/Makefile\t2008-08-25 20:58:36.000000000 +0200\n" - "@@ -70,7 +70,11 @@ else\n" - " $(obj)/uImage: LOADADDR=$(ZRELADDR)\n" - " endif\n" - " \n" - "-$(obj)/uImage:\t$(obj)/zImage FORCE\n" - "+ifeq ($(CONFIG_UNCOMPRESSED_UIMAGE),y)\n" - "+$(obj)/uImage: $(obj)/Image FORCE\n" - "+else\n" - "+$(obj)/uImage: $(obj)/zImage FORCE\n" - "+endif\n" - " \t$(call if_changed,uimage)\n" - " \t@echo ' Image $@ is ready'\n" - " \n" - "\n" - -- + "An embedded and charset-unspecified text was scrubbed...\n" + "Name: use-uncompressed-image-for-uboot.patch\n" + Url: http://lists.denx.de/pipermail/u-boot/attachments/20080825/5553a9f6/attachment.txt -401774fa2351fac918fd18fe7db705785967af00074d76c398632bd49a0781c8 +46b482b8f37a622cafa6c7a0e382ec3cff23cf8b2636496e6d70f441b1e0ccd7
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.