linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv1 009/211] unicore32: new file arch/unicore32/boot/compressed/piggy.S.in
@ 2010-12-09  9:39 Guan Xuetao
  0 siblings, 0 replies; only message in thread
From: Guan Xuetao @ 2010-12-09  9:39 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: linux-arch, linux-kernel

From: Guan Xuetao <guanxuetao@mprc.pku.edu.cn>

	this file generate piggy.S, and then piggy.gzip, or so

Signed-off-by: Guan Xuetao <guanxuetao@mprc.pku.edu.cn>
---
 arch/unicore32/boot/compressed/piggy.S.in |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/arch/unicore32/boot/compressed/piggy.S.in
b/arch/unicore32/boot/compressed/piggy.S.in
new file mode 100644
index 0000000..b79704d
--- /dev/null
+++ b/arch/unicore32/boot/compressed/piggy.S.in
@@ -0,0 +1,6 @@
+	.section .piggydata,#alloc
+	.globl	input_data
+input_data:
+	.incbin	"arch/unicore32/boot/compressed/piggy.DECOMP_SUFFIX"
+	.globl	input_data_end
+input_data_end:

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-09  9:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-09  9:39 [PATCHv1 009/211] unicore32: new file arch/unicore32/boot/compressed/piggy.S.in Guan Xuetao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).