Lines Matching +full:0 +full:x00100
161 #define gd_board_type() 0
167 #define GD_FLG_RELOC 0x00001 /* Code was relocated to RAM */
168 #define GD_FLG_DEVINIT 0x00002 /* Devices have been initialized */
169 #define GD_FLG_SILENT 0x00004 /* Silent mode */
170 #define GD_FLG_POSTFAIL 0x00008 /* Critical POST test failed */
171 #define GD_FLG_POSTSTOP 0x00010 /* POST seqeunce aborted */
172 #define GD_FLG_LOGINIT 0x00020 /* Log Buffer has been initialized */
173 #define GD_FLG_DISABLE_CONSOLE 0x00040 /* Disable console (in & out) */
174 #define GD_FLG_ENV_READY 0x00080 /* Env. imported into hash table */
175 #define GD_FLG_SERIAL_READY 0x00100 /* Pre-reloc serial console ready */
176 #define GD_FLG_FULL_MALLOC_INIT 0x00200 /* Full malloc() is ready */
177 #define GD_FLG_SPL_INIT 0x00400 /* spl_init() has been called */
178 #define GD_FLG_SKIP_RELOC 0x00800 /* Don't relocate */
179 #define GD_FLG_RECORD 0x01000 /* Record console */
180 #define GD_FLG_ENV_DEFAULT 0x02000 /* Default variable flag */
181 #define GD_FLG_SPL_EARLY_INIT 0x04000 /* Early SPL init is done */
182 #define GD_FLG_LOG_READY 0x08000 /* Log system is ready for use */
183 #define GD_FLG_KDTB_READY 0x10000 /* Kernel dtb is ready for use */
187 #define GD_FLG_BL32_ENABLED 0x20000