Lines Matching +full:multi +full:- +full:instance
1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * (C) Copyright 2002-2010
48 unsigned long precon_buf_idx; /* Pre-Console buffer index */
55 unsigned long ram_base; /* Base address of RAM used by U-Boot */
56 unsigned long ram_top; /* Top address of RAM used by U-Boot */
57 unsigned long relocaddr; /* Start address of U-Boot in RAM */
66 struct udevice *dm_root; /* Root instance for Driver Model */
67 struct udevice *dm_root_f; /* Pre-relocation root instance */
71 struct udevice *timer; /* Timer instance for Driver Model */
82 const void *multi_dtb_fit; /* uncompressed multi-dtb FIT image */
110 struct arch_global_data arch; /* architecture-specific data */
140 #define gd_board_type() gd->board_type
146 * Global Data Flags - the top 16 bits are reserved for arch-specific flags
156 #define GD_FLG_SERIAL_READY 0x00100 /* Pre-reloc serial console ready */