]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - cpu/mpc85xx/mp.h
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / cpu / mpc85xx / mp.h
1 #ifndef __MPC85XX_MP_H_
2 #define __MPC85XX_MP_H_
3
4 #include <asm/mp.h>
5
6 ulong get_spin_addr(void);
7 u32 get_my_id(void);
8
9 #define BOOT_ENTRY_ADDR_UPPER   0
10 #define BOOT_ENTRY_ADDR_LOWER   1
11 #define BOOT_ENTRY_R3_UPPER     2
12 #define BOOT_ENTRY_R3_LOWER     3
13 #define BOOT_ENTRY_RESV         4
14 #define BOOT_ENTRY_PIR          5
15 #define BOOT_ENTRY_R6_UPPER     6
16 #define BOOT_ENTRY_R6_LOWER     7
17 #define NUM_BOOT_ENTRY          8
18 #define SIZE_BOOT_ENTRY         (NUM_BOOT_ENTRY * sizeof(u32))
19
20 #endif