-- ./cpu/bf537/i2c.c-68- ./cpu/bf537/i2c.c-69-#ifdef DEBUG_I2C ./cpu/bf537/i2c.c-70-#define PRINTD(fmt,args...) do { \ ./cpu/bf537/i2c.c:71: DECLARE_GLOBAL_DATA_PTR; \ ./cpu/bf537/i2c.c-72- if (gd->have_console) \ ./cpu/bf537/i2c.c-73- printf(fmt ,##args); \ ./cpu/bf537/i2c.c-74- } while (0) -- ./cpu/bf537/serial.c-74-void serial_setbrg(void) ./cpu/bf537/serial.c-75-{ ./cpu/bf537/serial.c-76- int i; ./cpu/bf537/serial.c:77: DECLARE_GLOBAL_DATA_PTR; ./cpu/bf537/serial.c-78- ./cpu/bf537/serial.c-79- calc_baud(); ./cpu/bf537/serial.c-80- -- ./cpu/bf561/serial.c-74-void serial_setbrg(void) ./cpu/bf561/serial.c-75-{ ./cpu/bf561/serial.c-76- int i; ./cpu/bf561/serial.c:77: DECLARE_GLOBAL_DATA_PTR; ./cpu/bf561/serial.c-78- ./cpu/bf561/serial.c-79- calc_baud(); ./cpu/bf561/serial.c-80- -- ./cpu/mcf532x/cpu.c-48- ./cpu/mcf532x/cpu.c-49-int checkcpu(void) ./cpu/mcf532x/cpu.c-50-{ ./cpu/mcf532x/cpu.c:51: DECLARE_GLOBAL_DATA_PTR; ./cpu/mcf532x/cpu.c-52- ./cpu/mcf532x/cpu.c-53- volatile ccm_t *ccm = (ccm_t *) MMAP_CCM; ./cpu/mcf532x/cpu.c-54- u16 msk; -- ./cpu/mcf532x/speed.c-208- */ ./cpu/mcf532x/speed.c-209-int get_clocks(void) ./cpu/mcf532x/speed.c-210-{ ./cpu/mcf532x/speed.c:211: DECLARE_GLOBAL_DATA_PTR; ./cpu/mcf532x/speed.c-212- ./cpu/mcf532x/speed.c-213- gd->bus_clk = clock_pll(CFG_CLK / 1000, 0) * 1000; ./cpu/mcf532x/speed.c-214- gd->cpu_clk = (gd->bus_clk * 3); -- ./cpu/mpc86xx/cpu_init.c-38- ./cpu/mpc86xx/cpu_init.c-39-void cpu_init_f(void) ./cpu/mpc86xx/cpu_init.c-40-{ ./cpu/mpc86xx/cpu_init.c:41: DECLARE_GLOBAL_DATA_PTR; ./cpu/mpc86xx/cpu_init.c-42- volatile immap_t *immap = (immap_t *)CFG_IMMR; ./cpu/mpc86xx/cpu_init.c-43- volatile ccsr_lbc_t *memctl = &immap->im_lbc; ./cpu/mpc86xx/cpu_init.c-44- -- ./cpu/mpc86xx/speed.c-96- ./cpu/mpc86xx/speed.c-97-int get_clocks(void) ./cpu/mpc86xx/speed.c-98-{ ./cpu/mpc86xx/speed.c:99: DECLARE_GLOBAL_DATA_PTR; ./cpu/mpc86xx/speed.c-100- sys_info_t sys_info; ./cpu/mpc86xx/speed.c-101- ./cpu/mpc86xx/speed.c-102- get_sys_info(&sys_info); -- ./cpu/mpc86xx/traps.c-50-void ./cpu/mpc86xx/traps.c-51-print_backtrace(unsigned long *sp) ./cpu/mpc86xx/traps.c-52-{ ./cpu/mpc86xx/traps.c:53: DECLARE_GLOBAL_DATA_PTR; ./cpu/mpc86xx/traps.c-54- ./cpu/mpc86xx/traps.c-55- int cnt = 0; ./cpu/mpc86xx/traps.c-56- unsigned long i; -- ./cpu/arm720t/serial.c-129- ./cpu/arm720t/serial.c-130-void serial_setbrg (void) ./cpu/arm720t/serial.c-131-{ ./cpu/arm720t/serial.c:132: DECLARE_GLOBAL_DATA_PTR; ./cpu/arm720t/serial.c-133- ./cpu/arm720t/serial.c-134- unsigned short divisor = 0; ./cpu/arm720t/serial.c-135- -- ./lib_blackfin/post.c-38- ./lib_blackfin/post.c-39-int post_init_f(void) ./lib_blackfin/post.c-40-{ ./lib_blackfin/post.c:41: DECLARE_GLOBAL_DATA_PTR; ./lib_blackfin/post.c-42- ./lib_blackfin/post.c-43- int res = 0; ./lib_blackfin/post.c-44- unsigned int i; -- ./lib_blackfin/post.c-62- ./lib_blackfin/post.c-63-void post_bootmode_init(void) ./lib_blackfin/post.c-64-{ ./lib_blackfin/post.c:65: DECLARE_GLOBAL_DATA_PTR; ./lib_blackfin/post.c-66- int bootmode = post_bootmode_get(0); ./lib_blackfin/post.c-67- int newword; ./lib_blackfin/post.c-68- -- ./lib_blackfin/post.c-109-/* POST tests run before relocation only mark status bits .... */ ./lib_blackfin/post.c-110-static void post_log_mark_start(unsigned long testid) ./lib_blackfin/post.c-111-{ ./lib_blackfin/post.c:112: DECLARE_GLOBAL_DATA_PTR; ./lib_blackfin/post.c-113- gd->post_log_word |= (testid) << 16; ./lib_blackfin/post.c-114-} ./lib_blackfin/post.c-115- ./lib_blackfin/post.c-116-static void post_log_mark_succ(unsigned long testid) ./lib_blackfin/post.c-117-{ ./lib_blackfin/post.c:118: DECLARE_GLOBAL_DATA_PTR; ./lib_blackfin/post.c-119- gd->post_log_word |= testid; ./lib_blackfin/post.c-120-} ./lib_blackfin/post.c-121- ./lib_blackfin/post.c-122-/* ... and the messages are output once we are relocated */ ./lib_blackfin/post.c-123-void post_output_backlog(void) ./lib_blackfin/post.c-124-{ ./lib_blackfin/post.c:125: DECLARE_GLOBAL_DATA_PTR; ./lib_blackfin/post.c-126- int j; ./lib_blackfin/post.c-127- ./lib_blackfin/post.c-128- for (j = 0; j < post_list_size; j++) { -- ./lib_blackfin/post.c-372- ./lib_blackfin/post.c-373-void post_reloc(void) ./lib_blackfin/post.c-374-{ ./lib_blackfin/post.c:375: DECLARE_GLOBAL_DATA_PTR; ./lib_blackfin/post.c-376- ./lib_blackfin/post.c-377- unsigned int i; ./lib_blackfin/post.c-378- -- ./lib_blackfin/board.c-126- ./lib_blackfin/board.c-127-static int init_baudrate(void) ./lib_blackfin/board.c-128-{ ./lib_blackfin/board.c:129: DECLARE_GLOBAL_DATA_PTR; ./lib_blackfin/board.c-130- ./lib_blackfin/board.c-131- char tmp[64]; ./lib_blackfin/board.c-132- int i = getenv_r("baudrate", tmp, sizeof(tmp)); -- ./lib_blackfin/board.c-139-#ifdef DEBUG ./lib_blackfin/board.c-140-static void display_global_data(void) ./lib_blackfin/board.c-141-{ ./lib_blackfin/board.c:142: DECLARE_GLOBAL_DATA_PTR; ./lib_blackfin/board.c-143- bd_t *bd; ./lib_blackfin/board.c-144- bd = gd->bd; ./lib_blackfin/board.c-145- printf("--flags:%x\n", gd->flags); -- ./lib_blackfin/board.c-256- ./lib_blackfin/board.c-257-void board_init_f(ulong bootflag) ./lib_blackfin/board.c-258-{ ./lib_blackfin/board.c:259: DECLARE_GLOBAL_DATA_PTR; ./lib_blackfin/board.c-260- ulong addr; ./lib_blackfin/board.c-261- bd_t *bd; ./lib_blackfin/board.c-262- int i; -- ./lib_blackfin/board.c-325- ./lib_blackfin/board.c-326-void board_init_r(gd_t * id, ulong dest_addr) ./lib_blackfin/board.c-327-{ ./lib_blackfin/board.c:328: DECLARE_GLOBAL_DATA_PTR; ./lib_blackfin/board.c-329- ulong size; ./lib_blackfin/board.c-330- extern void malloc_bin_reloc(void); ./lib_blackfin/board.c-331- char *s, *e; -- ./board/mpl/vcma9/cmd_vcma9.c-53- ./board/mpl/vcma9/cmd_vcma9.c-54-int do_vcma9(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) ./board/mpl/vcma9/cmd_vcma9.c-55-{ ./board/mpl/vcma9/cmd_vcma9.c:56: DECLARE_GLOBAL_DATA_PTR; ./board/mpl/vcma9/cmd_vcma9.c-57- ./board/mpl/vcma9/cmd_vcma9.c-58- if (strcmp(argv[1], "info") == 0) ./board/mpl/vcma9/cmd_vcma9.c-59- { -- ./board/amcc/yucca/yucca.c-668-#if defined(CONFIG_PCI) && defined(CFG_PCI_TARGET_INIT) ./board/amcc/yucca/yucca.c-669-void pci_target_init(struct pci_controller * hose ) ./board/amcc/yucca/yucca.c-670-{ ./board/amcc/yucca/yucca.c:671: DECLARE_GLOBAL_DATA_PTR; ./board/amcc/yucca/yucca.c-672- ./board/amcc/yucca/yucca.c-673- /*-------------------------------------------------------------------+ ./board/amcc/yucca/yucca.c-674- * Disable everything -- ./board/amcc/taishan/taishan.c-266-#if defined(CONFIG_PCI) && defined(CFG_PCI_TARGET_INIT) ./board/amcc/taishan/taishan.c-267-void pci_target_init(struct pci_controller * hose ) ./board/amcc/taishan/taishan.c-268-{ ./board/amcc/taishan/taishan.c:269: DECLARE_GLOBAL_DATA_PTR; ./board/amcc/taishan/taishan.c-270- ./board/amcc/taishan/taishan.c-271- /*--------------------------------------------------------------------------+ ./board/amcc/taishan/taishan.c-272- * Disable everything -- ./board/amcc/katmai/katmai.c-322-#if defined(CONFIG_PCI) && defined(CFG_PCI_TARGET_INIT) ./board/amcc/katmai/katmai.c-323-void pci_target_init(struct pci_controller * hose ) ./board/amcc/katmai/katmai.c-324-{ ./board/amcc/katmai/katmai.c:325: DECLARE_GLOBAL_DATA_PTR; ./board/amcc/katmai/katmai.c-326- ./board/amcc/katmai/katmai.c-327- /*-------------------------------------------------------------------+ ./board/amcc/katmai/katmai.c-328- * Disable everything -- ./board/davinci/schmoogie/dv_board.c-115- ./board/davinci/schmoogie/dv_board.c-116-int board_init(void) ./board/davinci/schmoogie/dv_board.c-117-{ ./board/davinci/schmoogie/dv_board.c:118: DECLARE_GLOBAL_DATA_PTR; ./board/davinci/schmoogie/dv_board.c-119- ./board/davinci/schmoogie/dv_board.c-120- /* arch number of the board */ ./board/davinci/schmoogie/dv_board.c-121- gd->bd->bi_arch_number = MACH_TYPE_SCHMOOGIE; -- ./board/davinci/schmoogie/dv_board.c-244- ./board/davinci/schmoogie/dv_board.c-245-int dram_init(void) ./board/davinci/schmoogie/dv_board.c-246-{ ./board/davinci/schmoogie/dv_board.c:247: DECLARE_GLOBAL_DATA_PTR; ./board/davinci/schmoogie/dv_board.c-248- ./board/davinci/schmoogie/dv_board.c-249- gd->bd->bi_dram[0].start = PHYS_SDRAM_1; ./board/davinci/schmoogie/dv_board.c-250- gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; -- ./board/davinci/dv-evm/dv_board.c-115- ./board/davinci/dv-evm/dv_board.c-116-int board_init(void) ./board/davinci/dv-evm/dv_board.c-117-{ ./board/davinci/dv-evm/dv_board.c:118: DECLARE_GLOBAL_DATA_PTR; ./board/davinci/dv-evm/dv_board.c-119- ./board/davinci/dv-evm/dv_board.c-120- /* arch number of the board */ ./board/davinci/dv-evm/dv_board.c-121- gd->bd->bi_arch_number = MACH_TYPE_DAVINCI_EVM; -- ./board/davinci/dv-evm/dv_board.c-202- ./board/davinci/dv-evm/dv_board.c-203-int dram_init(void) ./board/davinci/dv-evm/dv_board.c-204-{ ./board/davinci/dv-evm/dv_board.c:205: DECLARE_GLOBAL_DATA_PTR; ./board/davinci/dv-evm/dv_board.c-206- ./board/davinci/dv-evm/dv_board.c-207- gd->bd->bi_dram[0].start = PHYS_SDRAM_1; ./board/davinci/dv-evm/dv_board.c-208- gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; -- ./board/davinci/sonata/dv_board.c-115- ./board/davinci/sonata/dv_board.c-116-int board_init(void) ./board/davinci/sonata/dv_board.c-117-{ ./board/davinci/sonata/dv_board.c:118: DECLARE_GLOBAL_DATA_PTR; ./board/davinci/sonata/dv_board.c-119- ./board/davinci/sonata/dv_board.c-120- /* arch number of the board */ ./board/davinci/sonata/dv_board.c-121- gd->bd->bi_arch_number = MACH_TYPE_SONATA; -- ./board/davinci/sonata/dv_board.c-199- ./board/davinci/sonata/dv_board.c-200-int dram_init(void) ./board/davinci/sonata/dv_board.c-201-{ ./board/davinci/sonata/dv_board.c:202: DECLARE_GLOBAL_DATA_PTR; ./board/davinci/sonata/dv_board.c-203- ./board/davinci/sonata/dv_board.c-204- gd->bd->bi_dram[0].start = PHYS_SDRAM_1; ./board/davinci/sonata/dv_board.c-205- gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; -- ./board/sbc2410x/sbc2410x.c-74- ./board/sbc2410x/sbc2410x.c-75-int board_init (void) ./board/sbc2410x/sbc2410x.c-76-{ ./board/sbc2410x/sbc2410x.c:77: DECLARE_GLOBAL_DATA_PTR; ./board/sbc2410x/sbc2410x.c-78- S3C24X0_CLOCK_POWER * const clk_power = S3C24X0_GetBase_CLOCK_POWER(); ./board/sbc2410x/sbc2410x.c-79- S3C24X0_GPIO * const gpio = S3C24X0_GetBase_GPIO(); ./board/sbc2410x/sbc2410x.c-80- -- ./board/sbc2410x/sbc2410x.c-128- ./board/sbc2410x/sbc2410x.c-129-int dram_init (void) ./board/sbc2410x/sbc2410x.c-130-{ ./board/sbc2410x/sbc2410x.c:131: DECLARE_GLOBAL_DATA_PTR; ./board/sbc2410x/sbc2410x.c-132- ./board/sbc2410x/sbc2410x.c-133- gd->bd->bi_dram[0].start = PHYS_SDRAM_1; ./board/sbc2410x/sbc2410x.c-134- gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; -- ./board/bf561-ezkit/bf561-ezkit.c-39- ./board/bf561-ezkit/bf561-ezkit.c-40-long int initdram(int board_type) ./board/bf561-ezkit/bf561-ezkit.c-41-{ ./board/bf561-ezkit/bf561-ezkit.c:42: DECLARE_GLOBAL_DATA_PTR; ./board/bf561-ezkit/bf561-ezkit.c-43-#ifdef DEBUG ./board/bf561-ezkit/bf561-ezkit.c-44- int brate; ./board/bf561-ezkit/bf561-ezkit.c-45- char *tmp = getenv("baudrate"); -- ./board/bf537-stamp/bf537-stamp.c-132- ./board/bf537-stamp/bf537-stamp.c-133-long int initdram(int board_type) ./board/bf537-stamp/bf537-stamp.c-134-{ ./board/bf537-stamp/bf537-stamp.c:135: DECLARE_GLOBAL_DATA_PTR; ./board/bf537-stamp/bf537-stamp.c-136-#ifdef DEBUG ./board/bf537-stamp/bf537-stamp.c-137- int brate; ./board/bf537-stamp/bf537-stamp.c-138- char *tmp = getenv("baudrate"); -- ./board/mpc7448hpc2/tsi108_init.c-141- ./board/mpc7448hpc2/tsi108_init.c-142-int board_early_init_f (void) ./board/mpc7448hpc2/tsi108_init.c-143-{ ./board/mpc7448hpc2/tsi108_init.c:144: DECLARE_GLOBAL_DATA_PTR; ./board/mpc7448hpc2/tsi108_init.c-145- ulong i; ./board/mpc7448hpc2/tsi108_init.c-146- ./board/mpc7448hpc2/tsi108_init.c-147- gd->mem_clk = 0; -- ./board/mpc7448hpc2/tsi108_init.c-583- ./board/mpc7448hpc2/tsi108_init.c-584-int misc_init_r (void) ./board/mpc7448hpc2/tsi108_init.c-585-{ ./board/mpc7448hpc2/tsi108_init.c:586: DECLARE_GLOBAL_DATA_PTR; ./board/mpc7448hpc2/tsi108_init.c-587-#ifdef CFG_CLK_SPREAD /* Initialize Spread-Spectrum Clock generation */ ./board/mpc7448hpc2/tsi108_init.c-588- ulong i; ./board/mpc7448hpc2/tsi108_init.c-589- -- ./board/mpc7448hpc2/mpc7448hpc2.c-46- ./board/mpc7448hpc2/mpc7448hpc2.c-47-void after_reloc (ulong dest_addr) ./board/mpc7448hpc2/mpc7448hpc2.c-48-{ ./board/mpc7448hpc2/mpc7448hpc2.c:49: DECLARE_GLOBAL_DATA_PTR; ./board/mpc7448hpc2/mpc7448hpc2.c-50- ./board/mpc7448hpc2/mpc7448hpc2.c-51- /* ./board/mpc7448hpc2/mpc7448hpc2.c-52- * Jump to the main U-Boot board init code -- ./board/siemens/SMN42/smn42.c-40- ./board/siemens/SMN42/smn42.c-41-int board_init (void) ./board/siemens/SMN42/smn42.c-42-{ ./board/siemens/SMN42/smn42.c:43: DECLARE_GLOBAL_DATA_PTR; ./board/siemens/SMN42/smn42.c-44- ./board/siemens/SMN42/smn42.c-45- /* arch number MACH_TYPE_ARMADILLO - not official*/ ./board/siemens/SMN42/smn42.c-46- gd->bd->bi_arch_number = 83; -- ./board/siemens/SMN42/smn42.c-53- ./board/siemens/SMN42/smn42.c-54-int dram_init (void) ./board/siemens/SMN42/smn42.c-55-{ ./board/siemens/SMN42/smn42.c:56: DECLARE_GLOBAL_DATA_PTR; ./board/siemens/SMN42/smn42.c-57- ./board/siemens/SMN42/smn42.c-58- gd->bd->bi_dram[0].start = PHYS_SDRAM_1; ./board/siemens/SMN42/smn42.c-59- gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; -- ./board/freescale/mpc8313erdb/sdram.c-36-#ifndef CFG_8313ERDB_BROKEN_PMC ./board/freescale/mpc8313erdb/sdram.c-37-static void resume_from_sleep(void) ./board/freescale/mpc8313erdb/sdram.c-38-{ ./board/freescale/mpc8313erdb/sdram.c:39: DECLARE_GLOBAL_DATA_PTR; ./board/freescale/mpc8313erdb/sdram.c-40- u32 magic = *(u32 *)0; ./board/freescale/mpc8313erdb/sdram.c-41- ./board/freescale/mpc8313erdb/sdram.c-42- typedef void (*func_t)(void); -- ./board/bf533-ezkit/bf533-ezkit.c-46- ./board/bf533-ezkit/bf533-ezkit.c-47-long int initdram(int board_type) ./board/bf533-ezkit/bf533-ezkit.c-48-{ ./board/bf533-ezkit/bf533-ezkit.c:49: DECLARE_GLOBAL_DATA_PTR; ./board/bf533-ezkit/bf533-ezkit.c-50-#ifdef DEBUG ./board/bf533-ezkit/bf533-ezkit.c-51- int brate; ./board/bf533-ezkit/bf533-ezkit.c-52- char *tmp = getenv("baudrate"); -- ./board/bf533-stamp/bf533-stamp.c-55- ./board/bf533-stamp/bf533-stamp.c-56-long int initdram(int board_type) ./board/bf533-stamp/bf533-stamp.c-57-{ ./board/bf533-stamp/bf533-stamp.c:58: DECLARE_GLOBAL_DATA_PTR; ./board/bf533-stamp/bf533-stamp.c-59-#ifdef DEBUG ./board/bf533-stamp/bf533-stamp.c-60- printf("SDRAM attributes:\n"); ./board/bf533-stamp/bf533-stamp.c-61- printf -- ./board/lpc2292sodimm/lpc2292sodimm.c-53- ./board/lpc2292sodimm/lpc2292sodimm.c-54-int dram_init (void) ./board/lpc2292sodimm/lpc2292sodimm.c-55-{ ./board/lpc2292sodimm/lpc2292sodimm.c:56: DECLARE_GLOBAL_DATA_PTR; ./board/lpc2292sodimm/lpc2292sodimm.c-57- ./board/lpc2292sodimm/lpc2292sodimm.c-58- gd->bd->bi_dram[0].start = PHYS_SDRAM_1; ./board/lpc2292sodimm/lpc2292sodimm.c-59- gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; -- ./drivers/qe/qe.c-51- ./drivers/qe/qe.c-52-uint qe_muram_alloc(uint size, uint align) ./drivers/qe/qe.c-53-{ ./drivers/qe/qe.c:54: DECLARE_GLOBAL_DATA_PTR; ./drivers/qe/qe.c-55- ./drivers/qe/qe.c-56- uint retloc; ./drivers/qe/qe.c-57- uint align_mask, off; -- ./drivers/qe/qe.c-158- ./drivers/qe/qe.c-159-void qe_init(uint qe_base) ./drivers/qe/qe.c-160-{ ./drivers/qe/qe.c:161: DECLARE_GLOBAL_DATA_PTR; ./drivers/qe/qe.c-162- ./drivers/qe/qe.c-163- /* Init the QE IMMR base */ ./drivers/qe/qe.c-164- qe_immr = (qe_map_t *)qe_base; -- ./drivers/qe/qe.c-204- ./drivers/qe/qe.c-205-int qe_set_brg(uint brg, uint rate) ./drivers/qe/qe.c-206-{ ./drivers/qe/qe.c:207: DECLARE_GLOBAL_DATA_PTR; ./drivers/qe/qe.c-208- volatile uint *bp; ./drivers/qe/qe.c-209- u32 divisor; ./drivers/qe/qe.c-210- int div16 = 0; -- ./drivers/usbdcore_mpc8xx.c-1216-#elif defined(CFG_USB_BRGCLK) ./drivers/usbdcore_mpc8xx.c-1217- ./drivers/usbdcore_mpc8xx.c-1218- /* This has been tested with brgclk == 50MHz */ ./drivers/usbdcore_mpc8xx.c:1219: DECLARE_GLOBAL_DATA_PTR; ./drivers/usbdcore_mpc8xx.c-1220- int divisor = 0; ./drivers/usbdcore_mpc8xx.c-1221- ./drivers/usbdcore_mpc8xx.c-1222- if (gd->cpu_clk < 48000000L) {