arch/mips/generic/board-luton.its.S

Source file repositories/reference/linux-study-clean/arch/mips/generic/board-luton.its.S

File Facts

System
Linux kernel
Corpus path
arch/mips/generic/board-luton.its.S
Extension
.S
Size
427 bytes
Lines
24
Domain
Architecture Layer
Bucket
arch/mips
Inferred role
Architecture Layer: arch/mips
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

/ {
	images {
		fdt-luton_pcb091 {
			description = "MSCC Luton PCB091 Device Tree";
			data = /incbin/("boot/dts/mscc/luton_pcb091.dtb");
			type = "flat_dt";
			arch = "mips";
			compression = "none";
			hash {
				algo = "sha1";
			};
		};
	};

	configurations {
		pcb091 {
			description = "Luton Linux kernel";
			kernel = "kernel";
			fdt = "fdt-luton_pcb091";
		};
	};
};

Annotation

Implementation Notes