Go to the documentation of this file.
20 #ifndef __OCTEON_BOOT_H__
21 #define __OCTEON_BOOT_H__
23 #include <linux/types.h>
56 #define AVAIL_COREMASK_OFFSET_IN_LINUX_APP_BOOT_BLOCK 0x765c
59 #define LABI_ADDR_IN_BOOTLOADER 0x700
61 #define LINUX_APP_BOOT_BLOCK_NAME "linux-app-boot"
63 #define LABI_SIGNATURE 0xAABBCC01
66 #define EXCEPTION_BASE_INCR (4 * 1024)
68 #define EXCEPTION_BASE_BASE 0
69 #define BOOTLOADER_PRIV_DATA_BASE (EXCEPTION_BASE_BASE + 0x800)
70 #define BOOTLOADER_BOOT_VECTOR (BOOTLOADER_PRIV_DATA_BASE)