Home
last modified time | relevance | path

Searched full:cmos (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/u-boot/arch/x86/include/asm/
H A Dearly_cmos.h9 /* CMOS actually resides in the RTC SRAM */
15 * This reads from CMOS for the 8-bit data stored at the given address.
25 * This reads from CMOS for the 16-bit data stored at the given address.
35 * This reads from CMOS for the 32-bit data stored at the given address.
H A Du-boot-x86.h60 * fsp_save_s3_stack() - save stack address to CMOS for next S3 boot
63 * to CMOS and use it as the stack on next S3 boot for fsp_init()
H A Dcmos_layout.h16 * For simplicity in U-Boot we only support CMOS in the standard bank, and
/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_common.c97 /* Save the stack address to CMOS */ in fsp_save_s3_stack()
100 debug("Save stack address to CMOS: err=%d\n", ret); in fsp_save_s3_stack()
142 * CMOS access library which does not depend on DM. in arch_fsp_init()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/
H A DFlags.interface.yaml8 Whether or not CMOS Clear is enabled.
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dsdram.c69 * Read scrambler seeds from CMOS RAM. We don't want to store them in in read_seed_from_cmos()
71 * the flash too much. So we store these in CMOS and the large MRC in read_seed_from_cmos()
84 debug("Read scrambler seed 0x%08x from CMOS 0x%02x\n", in read_seed_from_cmos()
86 debug("Read S3 scrambler seed 0x%08x from CMOS 0x%02x\n", in read_seed_from_cmos()
146 /* Save the MRC seed values to CMOS */ in write_seeds_to_cmos()
148 debug("Save scrambler seed 0x%08x to CMOS 0x%02x\n", in write_seeds_to_cmos()
152 debug("Save s3 scrambler seed 0x%08x to CMOS 0x%02x\n", in write_seeds_to_cmos()
548 debug("Failed to write seeds to CMOS: %d\n", ret); in dram_init()
H A Dmodel_206ax.c406 /* Enable virtualization if enabled in CMOS */ in model_206ax_init()
/openbmc/qemu/hw/rtc/
H A Dmc146818rtc.c125 DPRINTF_C("cmos: injecting from timer\n"); in rtc_coalesced_timer()
128 DPRINTF_C("cmos: coalesced irqs decreased to %d\n", in rtc_coalesced_timer()
208 DPRINTF_C("cmos: coalesced irqs scaled from %d to %d, " in periodic_timer_update()
242 DPRINTF_C("cmos: coalesced irqs increased to %d\n", in rtc_periodic_timer()
442 CMOS_DPRINTF("cmos: write index=0x%02x val=0x%02" PRIx64 "\n", in cmos_ioport_write()
509 /* update cmos to when the rtc was stopping */ in cmos_ioport_write()
691 /* if not in set mode, calibrate cmos before in cmos_ioport_read()
717 DPRINTF_C("cmos: injecting on ack\n"); in cmos_ioport_read()
720 DPRINTF_C("cmos: coalesced irqs decreased to %d\n", in cmos_ioport_read()
729 CMOS_DPRINTF("cmos: read index=0x%02x val=0x%02x\n", in cmos_ioport_read()
[all …]
/openbmc/qemu/tests/qtest/
H A Dfdc-test.c267 uint8_t cmos; in test_cmos() local
269 cmos = cmos_read(CMOS_FLOPPY); in test_cmos()
270 g_assert(cmos == 0x40 || cmos == 0x50); in test_cmos()
621 qtest_add_func("/fdc/cmos", test_cmos); in main()
/openbmc/u-boot/arch/x86/lib/
H A Dearly_cmos.c7 * This library provides CMOS (inside RTC SRAM) access routines at a very
/openbmc/u-boot/cmd/
H A Dcbfs.c164 type_name = "cmos default"; in do_cbfs_ls()
173 type_name = "cmos layout"; in do_cbfs_ls()
/openbmc/qemu/include/hw/rtc/
H A Dmc146818rtc_regs.h49 /* PC cmos mappings */
/openbmc/u-boot/drivers/rtc/
H A Dmc146818.c22 /* Set this to 1 to clear the CMOS RAM */
183 printf("RTC: zeroing CMOS RAM\n"); in mc146818_init()
H A DKconfig38 The PCF2127 is a CMOS Real Time Clock (RTC) and calendar with an integrated
/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dcpu.c49 /* Enable upper 128bytes of CMOS */ in cpu_common_init()
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpei_data.h55 /* Seed values saved in CMOS */
/openbmc/qemu/hw/block/
H A Dfdc-internal.h73 FloppyDriveType drive; /* CMOS drive type */
/openbmc/qemu/stubs/
H A Dmeson.build75 stub_ss.add(files('cmos.c'))
/openbmc/u-boot/include/linux/
H A Dmc146818rtc.h1 /* mc146818rtc.h - register definitions for the Real-Time-Clock / CMOS RAM
/openbmc/pldm/oem/meta/event/
H A Dtypes.hpp170 {"System PXE boot fail", "CMOS/NVRAM configuration cleared",
/openbmc/u-boot/arch/x86/cpu/
H A Dcpu.c275 * Save stack address to CMOS so that at next S3 boot, in reserve_arch()
/openbmc/ipmitool/lib/
H A Dipmi_chassis.c645 printf(" - CMOS Clear\n"); in ipmi_chassis_get_bootparam()
1272 lprintf(LOG_NOTICE, "bootdev <device> [clear-cmos=yes|no]"); in ipmi_chassis_main()
1285 else if (strncmp(argv[2], "clear-cmos=", 11) == 0) { in ipmi_chassis_main()
1312 {"clear-cmos", 1, (1<<7), (1<<7), in ipmi_chassis_main()
1313 "CMOS clear"}, in ipmi_chassis_main()
/openbmc/smbios-mdr/include/
H A Ddimm.hpp241 "CMOS", "EDO", "Window DRAM", "Cache DRAM",
/openbmc/qemu/hw/i386/
H A Dpc.c315 /* PC cmos mappings */
459 * Locate the FDC at IO address 0x3f0, in order to configure the CMOS registers
476 error_printf("the one being picked for CMOS setup might not reflect " in pc_find_fdc0()
526 /* various important CMOS locations needed by PC/Bochs bios */ in pc_cmos_init_late()
/openbmc/ipmitool/
H A DChangeLog256 chassis bootdev bios clear-cmos=yes
257 will correctly clear the bios cmos.

12