~ [ 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 (Architecture i386) and /scripts/dtc/include-prefixes/arm64/amd/elba-flash-parts.dtsi (Architecture mips)


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