Home
last modified time | relevance | path

Searched defs:bd_info (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/asm-generic/
H A Du-boot.h27 typedef struct bd_info { struct
28 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 …]
/rk3399_rockchip-uboot/arch/xtensa/include/asm/
H A Du-boot.h23 typedef struct bd_info { struct
24 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 */
/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Du-boot.h27 typedef struct bd_info { struct
28 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 …]