3 * Vlad Lungu vlad.lungu@windriver.com
5 * SPDX-License-Identifier: GPL-2.0+
10 #include <asm/mipsregs.h>
14 DECLARE_GLOBAL_DATA_PTR;
18 /* Sdram is setup by assembler code */
19 /* If memory could be changed, we should return the true value here */
20 gd->ram_size = MEM_SIZE * 1024 * 1024;
30 proc_id = read_c0_prid();
31 printf("Board: Qemu -M mips CPU: ");
43 config1 = read_c0_config1();
56 config1 = read_c0_config1();
69 printf(" proc_id=0x%x\n", proc_id);
80 int board_eth_init(bd_t *bis)
82 return ne2k_register();