28 Jan, 2008
5 commits
-
Signed-off-by: Paul Mundt
-
This patch changes the uImage target so that it generates a wrapped
compressed vmlinux, rather than a wrapped zImage. The previous version
matched the ARM, this version matches the PPC. However I would question
how useful a self decompressing image is with a boot loader which does
decompression, so I think this is more useful. I also feel it matches
the descrition in the help text ("Compressed kernel image") better.Signed-off-by: Thomas Betker
Signed-off-by: Stuart Menefy
Signed-off-by: Paul Mundt -
Signed-off-by: Stuart Menefy
Signed-off-by: Paul Mundt -
Signed-off-by: Paul Mundt
-
Signed-off-by: Paul Mundt
07 Nov, 2007
1 commit
-
When uImage is made by using 'make uImage', zImage is used.
If zImage is used, the compression method need not be set.
However, it is set for "gzip" for a compression method.
I corrected to set "none".Signed-off-by: Nobuhiro Iwamatsu
Signed-off-by: Paul Mundt
15 Oct, 2007
1 commit
-
The variable CFLAGS is a wellknown variable and the usage by
kbuild may result in unexpected behaviour.
On top of that several people over time has asked for a way to
pass in additional flags to gcc.This patch replace use of CFLAGS with KBUILD_CFLAGS all over the
tree and enabling one to use:
make CFLAGS=...
to specify additional gcc commandline options.One usecase is when trying to find gcc bugs but other
use cases has been requested too.Patch was tested on following architectures:
alpha, arm, i386, x86_64, mips, sparc, sparc64, ia64, m68kTest was simple to do a defconfig build, apply the patch and check
that nothing got rebuild.Signed-off-by: Sam Ravnborg
26 Jul, 2007
1 commit
-
Fix the shell call to explicitly use bash, since they are bash
specific and not all systems have bash as the default.Signed-off-by: David McCullough
Signed-off-by: Paul Mundt
12 Dec, 2006
2 commits
-
Signed-off-by: Paul Mundt
-
Add a couple of new targets, both for uImage and S-rec generation.
Signed-off-by: Paul Mundt
06 Dec, 2006
1 commit
-
This implements initial support for the SH7206 (SH-2A) and SH7619
(SH-2) MMU-less CPUs.Signed-off-by: Yoshinori Sato
Signed-off-by: Paul Mundt
03 Oct, 2006
1 commit
-
Ignore build-time generated files.
Signed-off-by: Paul Mundt
27 Sep, 2006
3 commits
-
A few more outstanding nommu fixups..
Signed-off-by: Yoshinori Sato
Signed-off-by: Paul Mundt -
This fixes up some of the various outstanding nommu bugs on
SH.Signed-off-by: Yoshinori Sato
Signed-off-by: Paul Mundt -
nommu needs to be able to shift PAGE_OFFSET, so we switch it to a
non-user-visible CONFIG_PAGE_OFFSET and use that in the few places
where it matters.Signed-off-by: Paul Mundt
01 Jul, 2006
1 commit
-
Signed-off-by: Jörn Engel
Signed-off-by: Adrian Bunk
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!