]> git.sur5r.net Git - u-boot/blobdiff - include/asm-sparc/global_data.h
FSL DDR: Convert MPC8548CDS to new DDR code.
[u-boot] / include / asm-sparc / global_data.h
index e3ef679c58cba15b5e0d8c9b113b82b3a90c82f1..a8d85f1b5c5920c7d428d1ba87243d7ca889804f 100644 (file)
@@ -46,7 +46,7 @@ typedef struct global_data {
        unsigned long cpu_clk;  /* CPU clock in Hz!             */
        unsigned long bus_clk;
 
-       unsigned long ram_size; /* RAM size */
+       phys_size_t ram_size;           /* RAM size */
        unsigned long reloc_off;        /* Relocation Offset */
        unsigned long reset_status;     /* reset status register at boot        */
        unsigned long env_addr; /* Address  of Environment struct       */
@@ -81,6 +81,7 @@ typedef struct global_data {
 #define        GD_FLG_SILENT   0x00004 /* Silent mode                          */
 #define        GD_FLG_POSTFAIL 0x00008 /* Critical POST test failed            */
 #define        GD_FLG_POSTSTOP 0x00010 /* POST seqeunce aborted                */
+#define        GD_FLG_LOGINIT  0x00020 /* Log Buffer has been initialized      */
 
 #define DECLARE_GLOBAL_DATA_PTR     register volatile gd_t *gd asm ("%g7")