X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2F74xx_7xx.h;h=4a03cecb5917c28d9756c5cffeeb7cf6deabb5d4;hb=af5d100e8d5cd49d69d52d20f1181eb06ddb4ddf;hp=03cbeffa1ba71752ca7bb1768b64c225bce07e17;hpb=72755c7137396fdd8230dfc498294760fa2aaeb4;p=oweals%2Fu-boot.git diff --git a/include/74xx_7xx.h b/include/74xx_7xx.h index 03cbeffa1b..4a03cecb59 100644 --- a/include/74xx_7xx.h +++ b/include/74xx_7xx.h @@ -34,6 +34,7 @@ * Exception offsets (PowerPC standard) */ #define EXC_OFF_SYS_RESET 0x0100 /* default system reset offset */ +#define _START_OFFSET EXC_OFF_SYS_RESET /*---------------------------------------------------------------- * l2cr values @@ -108,10 +109,11 @@ typedef enum __cpu_t { CPU_740, CPU_750, CPU_740P, CPU_750P, CPU_745, CPU_755, - CPU_750CX, CPU_750FX, + CPU_750CX, CPU_750FX, CPU_750GX, CPU_7400, CPU_7410, - CPU_7450, + CPU_7447A, CPU_7448, + CPU_7450, CPU_7455, CPU_7457, CPU_UNKNOWN} cpu_t; extern cpu_t get_cpu_type(void);