cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

board-jaguar2.its.S (830B)


      1/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
      2/ {
      3	images {
      4		fdt-jaguar2_pcb110 {
      5			description = "MSCC Jaguar2 PCB110 Device Tree";
      6			data = /incbin/("boot/dts/mscc/jaguar2_pcb110.dtb");
      7			type = "flat_dt";
      8			arch = "mips";
      9			compression = "none";
     10			hash {
     11				algo = "sha1";
     12			};
     13		};
     14		fdt-jaguar2_pcb111 {
     15			description = "MSCC Jaguar2 PCB111 Device Tree";
     16			data = /incbin/("boot/dts/mscc/jaguar2_pcb111.dtb");
     17			type = "flat_dt";
     18			arch = "mips";
     19			compression = "none";
     20			hash {
     21				algo = "sha1";
     22			};
     23		};
     24	};
     25
     26	configurations {
     27		pcb110 {
     28			description = "Jaguar2 Linux kernel";
     29			kernel = "kernel";
     30			fdt = "fdt-jaguar2_pcb110";
     31			ramdisk = "ramdisk";
     32		};
     33		pcb111 {
     34			description = "Jaguar2 Linux kernel";
     35			kernel = "kernel";
     36			fdt = "fdt-jaguar2_pcb111";
     37			ramdisk = "ramdisk";
     38		};
     39	};
     40};