Revision 57a46d05 hw/fw_cfg.h

b/hw/fw_cfg.h
20 20
#define FW_CFG_KERNEL_ENTRY     0x10
21 21
#define FW_CFG_KERNEL_DATA      0x11
22 22
#define FW_CFG_INITRD_DATA      0x12
23
#define FW_CFG_MAX_ENTRY        0x13
23
#define FW_CFG_CMDLINE_ADDR     0x13
24
#define FW_CFG_CMDLINE_SIZE     0x14
25
#define FW_CFG_CMDLINE_DATA     0x15
26
#define FW_CFG_SETUP_ADDR       0x16
27
#define FW_CFG_SETUP_SIZE       0x17
28
#define FW_CFG_SETUP_DATA       0x18
29
#define FW_CFG_MAX_ENTRY        0x19
24 30

  
25 31
#define FW_CFG_WRITE_CHANNEL    0x4000
26 32
#define FW_CFG_ARCH_LOCAL       0x8000

Also available in: Unified diff