annotate sources/patches/linux-2.6.28-boot-raw.patch @ 1265:918501f802d1

Update squashfs and kernel to current versions.
author Rob Landley <rob@landley.net>
date Thu, 21 Oct 2010 19:09:51 -0500
parents 89d64cd65563
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
594
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
1 diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
2 index f4af967..023604d 100644
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
3 --- a/arch/mips/Kconfig
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
4 +++ b/arch/mips/Kconfig
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
5 @@ -670,9 +670,6 @@ config ARC
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
6 config ARCH_MAY_HAVE_PC_FDC
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
7 bool
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
8
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
9 -config BOOT_RAW
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
10 - bool
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
11 -
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
12 config CEVT_BCM1480
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
13 bool
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
14
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
15 @@ -1887,6 +1884,18 @@ config SECCOMP
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
16
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
17 If unsure, say Y. Only embedded should say N here.
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
18
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
19 +config BOOT_RAW
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
20 + bool "Enable the kernel to be executed from the load address"
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
21 + default n
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
22 + help
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
23 + Allow the kernel to be executed from the load address for
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
24 + bootloaders which cannot read the ELF format. This places
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
25 + a jump to start_kernel at the load address.
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
26 +
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
27 + If unsure, say N.
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
28 +
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
29 +
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
30 +
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
31 endmenu
493405bce6dc Another patch from Mark Miller, making BOOT_RAW a visible config option.
Rob Landley <rob@landley.net>
parents:
diff changeset
32
754
89d64cd65563 Update kernel to 2.6.30.
Rob Landley <rob@landley.net>
parents: 605
diff changeset
33 config LOCKDEP_SUPPORT