Searched defs:bd_info (Results 1 – 3 of 3) sorted by relevance
27 typedef struct bd_info { struct28 unsigned long bi_memstart; /* start of DRAM memory */29 phys_size_t bi_memsize; /* size of DRAM memory in bytes */30 unsigned long bi_flashstart; /* start of FLASH memory */31 unsigned long bi_flashsize; /* size of FLASH memory */32 unsigned long bi_flashoffset; /* reserved area for startup monitor */33 unsigned long bi_sramstart; /* start of SRAM memory */34 unsigned long bi_sramsize; /* size of SRAM memory */36 unsigned long bi_arm_freq; /* arm frequency */37 unsigned long bi_dsp_freq; /* dsp core frequency */[all …]
23 typedef struct bd_info { struct24 int bi_baudrate; /* serial console baudrate */25 unsigned long bi_ip_addr; /* IP Address */26 unsigned char bi_enetaddr[6]; /* Ethernet adress */27 unsigned long bi_boot_params; /* where this board expects params */28 unsigned long bi_memstart; /* start of DRAM memory VA */29 unsigned long bi_memsize; /* size of DRAM memory in bytes */30 unsigned long bi_flashstart; /* start of FLASH memory */31 unsigned long bi_flashsize; /* size of FLASH memory */32 unsigned long bi_flashoffset; /* offset to skip UBoot image */
27 typedef struct bd_info { struct28 unsigned long bi_arch_number; /* unique id for this board */29 unsigned long bi_boot_params; /* where this board expects params */30 unsigned long bi_memstart; /* start of DRAM memory */31 unsigned long bi_memsize; /* size of DRAM memory in bytes */32 unsigned long bi_flashstart; /* start of FLASH memory */33 unsigned long bi_flashsize; /* size of FLASH memory */34 unsigned long bi_flashoffset; /* reserved area for startup monitor */35 unsigned char bi_enetaddr[6];38 {[all …]