aboutsummaryrefslogtreecommitdiffstats
path: root/package/siit
Commit message (Expand)AuthorAgeFilesLines
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-1/+1
* bump release number for packages ahead of backfire in trunkNicolas Thill2010-05-231-1/+1
* add PKG_RELEASE var to packages lacking oneNicolas Thill2010-05-231-1/+2
* siit: fix buildHauke Mehrtens2010-04-181-1/+5
* siit: oops, 'make M=... modules' is 2.6 only, use SUBDIRS=... insteadNicolas Thill2010-03-071-1/+1
* siit: use $(KERNEL_MAKEOPTS)Nicolas Thill2010-03-071-7/+3
* siit: remove obsolete dep (builds fine on 2.6.31 since r18191)Nicolas Thill2010-03-071-1/+1
* disable a few packages failing on ps3 as well (marking them as BROKEN)Nicolas Thill2009-12-231-1/+1
* disable a few packages failing on pxcab (marking them as BROKEN)Nicolas Thill2009-12-231-1/+1
* fix siit compilation failures on brcm-2.4Florian Fainelli2009-10-301-2/+2
* fix siit compile with 2.6.30 kernels and superior, when CONFIG_COMPAT_NET_DEV...Florian Fainelli2009-10-271-0/+15
* small fixes mostly for kernel 2.6.31Hauke Mehrtens2009-09-261-0/+1
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
* another #include fix for siitFelix Fietkau2009-01-081-0/+2
* fix siit compile on avr32Felix Fietkau2009-01-061-1/+1
* add siit for stateless ip and icmp translation to ipv6Felix Fietkau2008-12-224-0/+1566
f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
From: Mark Miller <mark@mirell.org>
Subject: mips: expose CONFIG_BOOT_RAW

This exposes the CONFIG_BOOT_RAW symbol in Kconfig. This is needed on
certain Broadcom chipsets running CFE in order to load the kernel.

Signed-off-by: Mark Miller <mark@mirell.org>
Acked-by: Rob Landley <rob@landley.net>
---
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1066,9 +1066,6 @@ config FW_ARC
 config ARCH_MAY_HAVE_PC_FDC
 	bool
 
-config BOOT_RAW
-	bool
-
 config CEVT_BCM1480
 	bool
 
@@ -2966,6 +2963,18 @@ choice
 		bool "Extend builtin kernel arguments with bootloader arguments"
 endchoice
 
+config BOOT_RAW
+	bool "Enable the kernel to be executed from the load address"
+	default n
+	help
+	 Allow the kernel to be executed from the load address for
+	 bootloaders which cannot read the ELF format. This places
+	 a jump to start_kernel at the load address.
+
+	 If unsure, say N.
+
+
+
 endmenu
 
 config LOCKDEP_SUPPORT