/external/coreboot/src/northbridge/intel/pineview/ |
D | romstage.c | 30 int boot_path, cbmem_was_initted; in mainboard_romstage_entry() local 42 boot_path = BOOT_PATH_RESUME; in mainboard_romstage_entry() 45 boot_path = BOOT_PATH_RESET; in mainboard_romstage_entry() 47 boot_path = BOOT_PATH_NORMAL; in mainboard_romstage_entry() 54 sdram_initialize(boot_path, spd_addrmap); in mainboard_romstage_entry()
|
D | raminit.h | 98 int boot_path; member 113 void sdram_initialize(int boot_path, const u8 *sdram_addresses);
|
D | raminit.c | 470 if (s->boot_path == BOOT_PATH_RESET) in sdram_detect_ram_speed() 584 if (s->boot_path != BOOT_PATH_RESET) in sdram_clkmode() 1619 if (s->boot_path == BOOT_PATH_RESUME) { in sdram_zqcl() 1692 if (s->boot_path != BOOT_PATH_RESUME) { in sdram_misc() 2494 void sdram_initialize(int boot_path, const u8 *spd_addresses) in sdram_initialize() argument 2503 si.boot_path = boot_path; in sdram_initialize() 2504 printk(BIOS_DEBUG, "Boot path: %s\n", boot_str[boot_path]); in sdram_initialize() 2534 if (si.boot_path != BOOT_PATH_RESET) { in sdram_initialize() 2539 if (si.boot_path != BOOT_PATH_RESET) { in sdram_initialize() 2547 if (si.boot_path != BOOT_PATH_RESET) { in sdram_initialize() [all …]
|
/external/coreboot/src/northbridge/intel/x4x/ |
D | romstage.c | 24 u8 boot_path = 0; in mainboard_romstage_entry() local 39 boot_path = BOOT_PATH_RESUME; in mainboard_romstage_entry() 41 boot_path = BOOT_PATH_WARM_RESET; in mainboard_romstage_entry() 44 sdram_initialize(boot_path, spd_addr_map); in mainboard_romstage_entry()
|
D | raminit.c | 527 static void checkreset_ddr2(int boot_path) in checkreset_ddr2() argument 532 if (boot_path >= 1) { in checkreset_ddr2() 560 void sdram_initialize(int boot_path, const u8 *spd_map) in sdram_initialize() argument 579 if (boot_path == BOOT_PATH_RESUME) { in sdram_initialize() 582 } else if (boot_path == BOOT_PATH_WARM_RESET) { in sdram_initialize() 590 if (boot_path != BOOT_PATH_RESUME && ctrl_cached) { in sdram_initialize() 604 fast_boot = boot_path == BOOT_PATH_RESUME; in sdram_initialize() 610 s.boot_path = boot_path; in sdram_initialize() 614 s.boot_path = boot_path; in sdram_initialize() 619 checkreset_ddr2(s.boot_path); in sdram_initialize() [all …]
|
D | raminit.h | 181 int boot_path; member 212 void sdram_initialize(int boot_path, const u8 *spd_map);
|
D | raminit_ddr23.c | 1938 if (s->boot_path != BOOT_PATH_WARM_RESET) { in do_raminit() 1966 if (s->boot_path != BOOT_PATH_WARM_RESET) { in do_raminit() 1986 if (s->boot_path != BOOT_PATH_WARM_RESET) { in do_raminit() 1996 if (s->boot_path != BOOT_PATH_WARM_RESET) { in do_raminit() 2019 if ((s->spd_type == DDR3) && (s->boot_path != BOOT_PATH_RESUME)) { in do_raminit() 2039 if (s->boot_path != BOOT_PATH_RESUME) { in do_raminit() 2051 if (s->boot_path == BOOT_PATH_NORMAL) in do_raminit() 2090 if (s->boot_path == BOOT_PATH_NORMAL) { in do_raminit()
|
/external/avb/test/ |
D | avb_slot_verify_unittest.cc | 504 std::string boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F() local 521 boot_path.c_str(), in TEST_F() 533 boot_path.c_str())); in TEST_F() 571 std::string boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F() local 588 boot_path.c_str(), in TEST_F() 600 boot_path.c_str())); in TEST_F() 637 std::string boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F() local 649 boot_path.c_str(), in TEST_F() 661 boot_path.c_str())); in TEST_F() 696 boot_path.c_str()); in TEST_F() [all …]
|
D | avbtool_unittest.cc | 824 std::string boot_path = GenerateImage("boot", max_image_size); in TEST_F() local 834 boot_path.c_str(), in TEST_F() 2661 std::string boot_path = GenerateImage("boot", boot_size); in TEST_F() local 2675 boot_path.c_str(), in TEST_F() 2680 std::string boot_contents = InfoImage(boot_path); in TEST_F() 2712 base::File f = base::File(base::FilePath(boot_path), in TEST_F() 2880 std::string boot_path = GenerateImage("boot.img", boot_image_size); in GenerateImageWithHashAndHashtreeSetup() local 2889 boot_path.c_str(), in GenerateImageWithHashAndHashtreeSetup() 2909 boot_path.c_str(), in GenerateImageWithHashAndHashtreeSetup() 3270 std::string boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local [all …]
|
D | avb_ab_flow_unittest.cc | 179 std::string boot_path = GenerateImage(boot_name, boot_image_size); in GenerateSlot() local 187 boot_path.c_str(), in GenerateSlot() 229 boot_path.c_str(), in GenerateSlot()
|
/external/coreboot/src/northbridge/intel/i945/ |
D | raminit.h | 34 u8 boot_path; member 58 void sdram_initialize(int boot_path, const u8 *sdram_addresses);
|
D | raminit.c | 252 if (!CONFIG(CHECK_SLFRCS_ON_RESUME) || sysinfo->boot_path != BOOT_PATH_RESUME) { in sdram_detect_errors() 2387 if (sysinfo->boot_path == BOOT_PATH_RESUME) { 2695 void sdram_initialize(int boot_path, const u8 *spd_addresses) argument 2704 sysinfo.boot_path = boot_path; 2770 if (boot_path == BOOT_PATH_NORMAL) {
|