X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-m68k%2Fbootinfo.h;h=fb8a06b9ab6a6dd39fc385956983d7c3b8d14339;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=c1e968ceb35af7b46874051fa99a1dad2a82e4d3;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-m68k/bootinfo.h b/include/asm-m68k/bootinfo.h index c1e968ceb..fb8a06b9a 100644 --- a/include/asm-m68k/bootinfo.h +++ b/include/asm-m68k/bootinfo.h @@ -213,7 +213,13 @@ extern struct mac_booter_data #define BI_APOLLO_MODEL 0x8000 /* model (u_long) */ + /* + * HP300-specific tags + */ +#define BI_HP300_MODEL 0x8000 /* model (u_long) */ +#define BI_HP300_UART_SCODE 0x8001 /* UART select code (u_long) */ +#define BI_HP300_UART_ADDR 0x8002 /* phys. addr of UART (u_long) */ /* * Stuff for bootinfo interface versioning @@ -255,6 +261,7 @@ struct bootversion { #define MVME16x_BOOTI_VERSION MK_BI_VERSION( 2, 0 ) #define BVME6000_BOOTI_VERSION MK_BI_VERSION( 2, 0 ) #define Q40_BOOTI_VERSION MK_BI_VERSION( 2, 0 ) +#define HP300_BOOTI_VERSION MK_BI_VERSION( 2, 0 ) #ifdef BOOTINFO_COMPAT_1_0