mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.68 Removed upstreamed: generic/backport-6.1/795-v6.6-12-r8152-Rename-RTL8152_UNPLUG-to-RTL8152_INACCESSIBLE.patch[1] Manually rebased: mediatek/patches-6.1/100-dts-update-mt7622-rfb1.patch All other patches automatically rebased. 1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.68&id=3759e735562a31e44fee825498f05c06e64b25a8 Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <therealgraysky@proton.me>
		
			
				
	
	
		
			41 lines
		
	
	
		
			924 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			924 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
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
 | 
						|
@@ -1035,9 +1035,6 @@ config FW_ARC
 | 
						|
 config ARCH_MAY_HAVE_PC_FDC
 | 
						|
 	bool
 | 
						|
 
 | 
						|
-config BOOT_RAW
 | 
						|
-	bool
 | 
						|
-
 | 
						|
 config CEVT_BCM1480
 | 
						|
 	bool
 | 
						|
 
 | 
						|
@@ -3093,6 +3090,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
 |