mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	* Uses Linux kernel released by Microchip - https://github.com/linux4microchip/linux.git - Ver: v5.15 Tag: linux4microchip+fpga-2023.02 * Uses UBoot released by Microchip - Ver: uboot-2022-01 Tag: linux4microchip+fpga-2023.02 To generate NixOS sd image for MICROCHIP icicle-kit refer: https://github.com/tiiuae/ghaf.git Signed-off-by: Ganga Ram <Ganga.Ram@tii.ae>
		
			
				
	
	
		
			27 lines
		
	
	
		
			835 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			835 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
From 2085960b5dfc7058d572cfb90fa349efe9bacdf2 Mon Sep 17 00:00:00 2001
 | 
						|
From: Ganga Ram <ganga.jaiswal@gmail.com>
 | 
						|
Date: Mon, 24 Apr 2023 10:15:22 +0400
 | 
						|
Subject: [PATCH] Boot environment for Microchip Iciclle Kit
 | 
						|
 | 
						|
Signed-off-by: Ganga Ram <ganga.jaiswal@gmail.com>
 | 
						|
---
 | 
						|
 include/configs/microchip_mpfs_icicle.h | 3 +++
 | 
						|
 1 file changed, 3 insertions(+)
 | 
						|
 | 
						|
diff --git a/include/configs/microchip_mpfs_icicle.h b/include/configs/microchip_mpfs_icicle.h
 | 
						|
index 9ef5425c9f..c8a1f7c9df 100644
 | 
						|
--- a/include/configs/microchip_mpfs_icicle.h
 | 
						|
+++ b/include/configs/microchip_mpfs_icicle.h
 | 
						|
@@ -71,6 +71,9 @@
 | 
						|
 #define CONFIG_EXTRA_ENV_SETTINGS \
 | 
						|
	"bootm_size=0x10000000\0" \
 | 
						|
	"scriptaddr=0x8e000000\0" \
 | 
						|
+  "kernel_addr_r=0x8e000000\0" \
 | 
						|
+  "ramdisk_addr_r=0x90000000\0" \
 | 
						|
+  "fdt_addr_r=0x92000000\0" \
 | 
						|
	BOOTENV_DESIGN_OVERLAYS \
 | 
						|
	BOOTENV \
 | 
						|
 | 
						|
--
 | 
						|
2.39.2
 |