diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2010-02-19 13:02:10 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-02-19 13:02:10 -0600 |
commit | 9edf5051f331d183056293860ef4a20ed5abf13b (patch) | |
tree | d5eb2efd62f3054cf501e6020c47c0d631bf358b /hw/ppc.h | |
parent | 2583ba97ef1de6040b7d0afd2b66737515de5423 (diff) | |
parent | a408b1de524d47f475a0225d64d0958d70ae779d (diff) |
Merge remote branch 'mst/for_anthony' into staging
Diffstat (limited to 'hw/ppc.h')
-rw-r--r-- | hw/ppc.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,10 +40,12 @@ enum { ARCH_PREP = 0, ARCH_MAC99, ARCH_HEATHROW, + ARCH_MAC99_U3, }; #define FW_CFG_PPC_WIDTH (FW_CFG_ARCH_LOCAL + 0x00) #define FW_CFG_PPC_HEIGHT (FW_CFG_ARCH_LOCAL + 0x01) #define FW_CFG_PPC_DEPTH (FW_CFG_ARCH_LOCAL + 0x02) +#define FW_CFG_PPC_TBFREQ (FW_CFG_ARCH_LOCAL + 0x03) #define PPC_SERIAL_MM_BAUDBASE 399193 |