summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80
Commit message (Expand)AuthorAgeFilesLines
...
* drivers/pc80/rtc: Always load cmos.default if measured boot is enabledBill XIE2020-04-011-15/+15
* treewide: Capitalize 'CMOS'Elyes HAOUAS2020-02-242-3/+3
* drivers/pc80/rtc: Clean up some POST_CODE_EXTRA useKyösti Mälkki2020-01-141-35/+29
* console/post: Move cmos_post_code() under pc80/rtcKyösti Mälkki2020-01-102-0/+145
* drivers/pc80/rtc: Enable normal/fallback without USE_OPTION_TABLEKyösti Mälkki2020-01-101-1/+1
* drivers/pc80/rtc: Move sanitize_cmos()Kyösti Mälkki2020-01-102-27/+29
* drivers/pc80/rtc: Separate {get|set}_option() supportKyösti Mälkki2020-01-093-228/+238
* drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki2020-01-091-2/+3
* drivers/pc80/rtc: Remove duplicate cmos_chksum_valid()Kyösti Mälkki2020-01-093-22/+9
* acpi: Be more ACPI compliant when generating _UIDPatrick Rudolph2020-01-091-1/+1
* drivers/pc80/rtc: Refactor some USE_OPTION_TABLEKyösti Mälkki2020-01-071-7/+2
* drivers/pc80/rtc: Refactor clear_cmos variableKyösti Mälkki2020-01-071-10/+6
* drivers/pc80/rtc: Clean up some inlined functionsKyösti Mälkki2020-01-072-18/+25
* drivers/pc80/mc146818rtc: Remove read_option_lowlevel()Kyösti Mälkki2020-01-021-12/+0
* {drivers,southbridge}: Replace min() with MIN()Elyes HAOUAS2019-12-201-2/+2
* drivers/pc80: Move normal/fallback mechanism outside __ROMCC__Kyösti Mälkki2019-12-202-97/+58
* src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi2019-12-021-7/+7
* drivers/pc80/pc/i8254.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-12/+7
* security/tpm: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-4/+3
* drivers/pc80/rtc: Remove CMOS spinlockKyösti Mälkki2019-11-221-21/+0
* drivers/pc80/tpm: Replace __RAMSTAGE_ guardsKyösti Mälkki2019-11-211-5/+5
* drivers/pc80: Remove UDELAY_TIMER2Kyösti Mälkki2019-11-052-23/+0
* drivers/pc80: Remove UDELAY_IOKyösti Mälkki2019-11-053-33/+0
* cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki2019-11-031-0/+23
* cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80Kyösti Mälkki2019-11-022-1/+83
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-273-4/+4
* src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS2019-10-271-1/+0
* drivers/pc80/rtc: Avoid searching for cmos_layout.bin on each get/set_optionArthur Heymans2019-10-231-5/+7
* AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth2019-10-2216-35/+64
* drivers/pc80: Remove some __PRE_RAM__ and __SMM__Kyösti Mälkki2019-09-131-6/+4
* drivers/pc80: Move UDELAY_IO and UDELAY_TIMER2Kyösti Mälkki2019-07-081-1/+13
* drivers/pc80/rtc/mc146818rtc_boot: Use size_t for lengthElyes HAOUAS2019-07-021-1/+1
* drivers/pc80/tpm: add support for TPM emulator SwTPM 2.0 moduleTsung Ho Wu2019-06-271-0/+8
* src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-1/+1
* Fix code that would trip -Wtype-limitsJulius Werner2019-05-061-0/+3
* drivers/pc80/rtc/mc146818rtc.c: Reset RTC time on RTC power failureFrans Hendriks2019-04-051-1/+2
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-251-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-085-23/+23
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* drivers/keyboard: Fix spelling of *interface*Paul Menzel2019-02-081-2/+2
* src/drivers: Remove needless '&' on function pointersElyes HAOUAS2019-01-231-4/+4
* drivers/*/tpm: Add postcar targetPhilipp Deppenwiese2018-11-091-0/+1
* src/drivers/pc80/tpm/tis.c: Dont use port value when invalid.Frans Hendriks2018-10-291-1/+3
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-1/+1
* src/drivers/pc80/pc: Remove unneeded includeElyes HAOUAS2018-08-282-2/+0
* drivers/pc80/rtc: do not warn if CMOS options are unavailableStefan Tauner2018-08-201-1/+1
* drivers/pc80/tpm: add support for SLB9665 TPM2.0 moduleKamil Wcislo2018-08-111-1/+2
* src/drivers: Fix typoElyes HAOUAS2018-08-101-1/+1
* src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-4/+4
* drivers/pc80/vga: Fix coding styleElyes HAOUAS2018-07-031-249/+249