arch/mips/econet/Platform

Source file repositories/reference/linux-study-clean/arch/mips/econet/Platform

File Facts

System
Linux kernel
Corpus path
arch/mips/econet/Platform
Extension
[no extension]
Size
306 bytes
Lines
6
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

# To address a 7.2MB kernel size limit in the EcoNet SDK bootloader,
# we put the load address well above where the bootloader loads and then use
# zboot. So please set CONFIG_ZBOOT_LOAD_ADDRESS to the address where your
# bootloader actually places the kernel.
load-$(CONFIG_ECONET)	+= 0xffffffff81000000

Annotation

Implementation Notes