~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/amd/elba-flash-parts.dtsi

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /scripts/dtc/include-prefixes/arm64/amd/elba-flash-parts.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/amd/elba-flash-parts.dtsi (Version linux-5.18.19)


  1 // SPDX-License-Identifier: (GPL-2.0-only OR B    
  2 /*                                                
  3  * Copyright 2020-2023 Advanced Micro Devices,    
  4  */                                               
  5                                                   
  6 &flash0 {                                         
  7         partitions {                              
  8                 compatible = "fixed-partitions    
  9                 #address-cells = <1>;             
 10                 #size-cells = <1>;                
 11                 partition@0 {                     
 12                         label = "rsvd";           
 13                         reg = <0x0 0x10000>;      
 14                         read-only;                
 15                 };                                
 16                                                   
 17                 partition@10000 {                 
 18                         label = "flash";          
 19                         reg = <0x10000 0xfff00    
 20                 };                                
 21                                                   
 22                 partition@f0000 {                 
 23                         label = "golduenv";       
 24                         reg = <0xf0000 0x10000    
 25                 };                                
 26                                                   
 27                 partition@100000 {                
 28                         label = "boot0";          
 29                         reg = <0x100000 0x8000    
 30                 };                                
 31                                                   
 32                 partition@180000 {                
 33                         label = "golduboot";      
 34                         reg = <0x180000 0x2000    
 35                 };                                
 36                                                   
 37                 partition@380000 {                
 38                         label = "brdcfg0";        
 39                         reg = <0x380000 0x1000    
 40                 };                                
 41                                                   
 42                 partition@390000 {                
 43                         label = "brdcfg1";        
 44                         reg = <0x390000 0x1000    
 45                 };                                
 46                                                   
 47                 partition@400000 {                
 48                         label = "goldfw";         
 49                         reg = <0x400000 0x3c00    
 50                 };                                
 51                                                   
 52                 partition@4010000 {               
 53                         label = "fwmap";          
 54                         reg = <0x4010000 0x200    
 55                 };                                
 56                                                   
 57                 partition@4030000 {               
 58                         label = "fwsel";          
 59                         reg = <0x4030000 0x200    
 60                 };                                
 61                                                   
 62                 partition@4090000 {               
 63                         label = "bootlog";        
 64                         reg = <0x4090000 0x200    
 65                 };                                
 66                                                   
 67                 partition@40b0000 {               
 68                         label = "panicbuf";       
 69                         reg = <0x40b0000 0x200    
 70                 };                                
 71                                                   
 72                 partition@40d0000 {               
 73                         label = "uservars";       
 74                         reg = <0x40d0000 0x200    
 75                 };                                
 76                                                   
 77                 partition@4200000 {               
 78                         label = "uboota";         
 79                         reg = <0x4200000 0x400    
 80                 };                                
 81                                                   
 82                 partition@4600000 {               
 83                         label = "ubootb";         
 84                         reg = <0x4600000 0x400    
 85                 };                                
 86                                                   
 87                 partition@4a00000 {               
 88                         label = "mainfwa";        
 89                         reg = <0x4a00000 0x100    
 90                 };                                
 91                                                   
 92                 partition@5a00000 {               
 93                         label = "mainfwb";        
 94                         reg = <0x5a00000 0x100    
 95                 };                                
 96                                                   
 97                 partition@6a00000 {               
 98                         label = "diaguboot";      
 99                         reg = <0x6a00000 0x400    
100                 };                                
101                                                   
102                 partition@6e00000 {               
103                         label = "spare";          
104                         reg = <0x6e00000 0x120    
105                 };                                
106                                                   
107                 partition@8000000 {               
108                         label = "diagfw";         
109                         reg = <0x8000000 0x7fe    
110                 };                                
111                                                   
112                 partition@ffe0000 {               
113                         label = "ubootenv";       
114                         reg = <0xffe0000 0x100    
115                 };                                
116         };                                        
117 };                                                
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php