Home
last modified time | relevance | path

Searched refs:res_desc (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/sysutils/u-boot-tools/u-boot-2020.07/arch/x86/lib/fsp/
H A Dfsp_dram.c22 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
27 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
28 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
29 res_desc->type == RES_MEM_RESERVED) in fsp_scan_for_ram_size()
30 ram_size += res_desc->len; in fsp_scan_for_ram_size()
44 struct hob_res_desc *res_desc; in dram_init_banksize() local
63 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
68 res_desc->phys_start + res_desc->len); in dram_init_banksize()
75 res_desc->len); in dram_init_banksize()
94 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-sopine/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-rpi-0-w/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-chip/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-pandaboard/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-orangepi-r1/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-orangepi-zero/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-orangepi-zero-plus/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-pcduino3/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-pine64/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc;
29 res_desc = (struct hob_res_desc *)hdr;
30 if (res_desc->type == RES_SYS_MEM || in print_cpuinfo()
32 ram_size += res_desc->len; in print_cpuinfo()
47 struct hob_res_desc *res_desc;
69 low_end = res_desc->phys_start; in board_final_cleanup()
70 if (res_desc->type != RES_SYS_MEM && in board_final_cleanup()
75 res_desc->phys_start + res_desc->len); in board_final_cleanup()
80 res_desc->len); in board_final_cleanup()
105 struct hob_res_desc *res_desc;
[all …]
/dports/sysutils/u-boot-pine-h64/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]
/dports/sysutils/u-boot-pinebook/u-boot-2021.07/arch/x86/lib/fsp/
H A Dfsp_dram.c24 struct hob_res_desc *res_desc; in fsp_scan_for_ram_size() local
29 res_desc = (struct hob_res_desc *)hdr; in fsp_scan_for_ram_size()
30 if (res_desc->type == RES_SYS_MEM || in fsp_scan_for_ram_size()
32 ram_size += res_desc->len; in fsp_scan_for_ram_size()
47 struct hob_res_desc *res_desc; in dram_init_banksize() local
69 low_end = res_desc->phys_start; in dram_init_banksize()
70 if (res_desc->type != RES_SYS_MEM && in dram_init_banksize()
75 res_desc->phys_start + res_desc->len); in dram_init_banksize()
80 res_desc->len); in dram_init_banksize()
105 struct hob_res_desc *res_desc; in install_e820_map() local
[all …]

12345678910