index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
pc80
Age
Commit message (
Expand
)
Author
2023-07-17
drivers/pc80/tpm: Add Infineon SLB9672 ID
Tim Crawford
2023-07-12
pc80/tpm: Use newer function for resource declarations
Arthur Heymans
2023-06-23
commonlib/console/post_code.h: Change post code prefix to POSTCODE
lilacious
2023-05-08
drivers/pc80/rtc/mc146818rtc.c: Add Kconfig for RTC CMOS base addresses
Jonathon Hall
2023-05-08
drivers/pc80/rtc/option.c: Allow CMOS defaults to extend to bank 1
Jonathon Hall
2023-04-28
vga: Change the arguments of vga_write_text to support extended ASCII
Hsuan Ting Chen
2023-04-04
drivers/pc80/pc/Makefile: use all_x86 make target
Felix Held
2023-02-21
vga: Fix the support of extended ASCII
Hsuan Ting Chen
2023-02-15
pc80/i8254: Add speaker beep function
Michał Żygowski
2023-01-07
drivers/pc80/vga: Add legacy VGA romstage support
Jeremy Compostella
2023-01-02
drivers/pc80/vga: Add API to write multi-line video message
Subrata Banik
2022-12-26
drivers/pc80/vga: Add NULL check for `vga_line_write()`
Subrata Banik
2022-12-23
Revert "security/tpm/: turn tis_{init,open} into tis_probe"
Sergii Dmytruk
2022-12-23
Revert "drivers/pc80/tpm: probe for TPM family of a device"
Sergii Dmytruk
2022-12-21
drivers/pc80/tpm: probe for TPM family of a device
Sergii Dmytruk
2022-12-21
security/tpm/: turn tis_{init,open} into tis_probe
Sergii Dmytruk
2022-12-12
drivers/pc80/vga: Fix coding style issues
Jeremy Compostella
2022-12-05
security/tpm: remove tis_close()
Sergii Dmytruk
2022-11-22
src/drivers: Remove unnecessary space after casts
Elyes Haouas
2022-10-26
src/drivers: Clean up includes
Elyes Haouas
2022-07-17
drivers: Get rid of unnecessary blank lines {before,after} brace
Elyes HAOUAS
2022-06-22
device/resource: Add _kb postfix for resource allocators
Kyösti Mälkki
2022-04-21
tpm: Refactor TPM Kconfig dimensions
Jes B. Klinke
2022-03-23
drivers/pc80/tpm/tis.c: Use fixed TPM ACPI path
Michał Kopeć
2022-02-07
treewide: Remove "ERROR: "/"WARN: " prefixes from log messages
Julius Werner
2021-10-25
drivers/pc80/tpm: Use '%u' as printf formatter for unsigned variables
Werner Zeh
2021-10-25
drivers/pc80/tpm: Use stopwatch for timeout-loops
Werner Zeh
2021-10-13
drivers/pc80/tpm: Fix wrong debug message
Werner Zeh
2021-08-23
include/bcd: move bcd code to commonlib/bsd/include
Ricardo Quesada
2021-07-23
drivers/pc80/rtc: Make use of alt-century byte configurable
Nico Huber
2021-05-30
drivers/pc80/mc146818rtc: Check date and time for sanity
Werner Zeh
2021-05-26
Add Kconfig TPM
Kyösti Mälkki
2021-05-26
option: Decouple API from CMOS backend
Angel Pons
2021-05-06
drivers/pc80/rtc/option.c: Constrain API to integer values
Angel Pons
2021-05-06
security/tpm: Add option to init TPM in bootblock
Arthur Heymans
2021-04-25
drivers/pc80/rtc: Factor out CMOS entry lookup
Angel Pons
2020-12-03
cbfs: Introduce cbfs_ro_map() and cbfs_ro_load()
Julius Werner
2020-12-02
cbfs: Simplify load/map API names, remove type arguments
Julius Werner
2020-11-22
drivers/tpm: Move PPI stub
Patrick Rudolph
2020-09-30
drivers/pc80/rtc: Fix linking verstage (and use `all` target)
Nico Huber
2020-09-21
src/drivers: Drop unneeded empty lines
Elyes HAOUAS
2020-08-18
src: Remove unused '<option.h>'
Elyes HAOUAS
2020-07-26
src: Change BOOL CONFIG_ to CONFIG() in comments & strings
Martin Roth
2020-07-14
src: Drop unused <cpu/x86/tsc.h> include
Elyes HAOUAS
2020-07-09
drivers/pc80/pc/i8259c: Drop dead code
Angel Pons
2020-07-05
drivers/pc80/tpm: Remove support code if TPM is disabled
Kyösti Mälkki
2020-07-05
drivers/pc80/tpm/tis: Add x86_64 support
Patrick Rudolph
2020-07-04
drivers/pc80/tpm: Remove LPC_TPM
Kyösti Mälkki
2020-06-23
src/*: Update makefiles to exclude x86 code from psp-verstage
Martin Roth
2020-06-21
src: Substitute `__FUNCTION__` with `__func__`
Angel Pons
2020-06-15
Makefile.inc: Remove all-y with CONFIG_ARCH_xx guards
Martin Roth
2020-06-02
src: Remove unused '#include <cbfs.h>'
Elyes HAOUAS
2020-05-26
Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION
Kyösti Mälkki
2020-05-18
src: Remove unused 'include <string.h>'
Elyes HAOUAS
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-09
src/: Replace GPL boilerplate with SPDX headers
Patrick Georgi
2020-05-06
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
treewide: Move "is part of the coreboot project" line in its own comment
Patrick Georgi
2020-05-02
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-04-28
device: Constify struct device * parameter to acpi_fill_ssdt()
Furquan Shaikh
2020-04-20
drivers/pc80/rtc: Reorganize prototypes
Kyösti Mälkki
2020-04-20
drivers/pc80/rtc: Move CMOS_POST_BANK_x definitions
Kyösti Mälkki
2020-04-20
drivers/pc80/rtc: Drop CMOS_POST_EXTRA option
Kyösti Mälkki
2020-04-20
drivers/pc80/rtc: Clean up post_log_path()
Kyösti Mälkki
2020-04-20
drivers/elog,pc80: Move cmos_post_log()
Kyösti Mälkki
2020-04-18
drivers/pc80/rtc: Turn comment into warning message
Nico Huber
2020-04-14
mainboard/lenovo: Use the original hardware ids for keyboard/pointing
dalao
2020-04-07
drivers/pc80/tpm/tis.c: change the _HID and _CID for TPM2 device
Michał Żygowski
2020-04-06
src/drivers: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-02
Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`
Nico Huber
2020-04-01
drivers/pc80/rtc: Always load cmos.default if measured boot is enabled
Bill XIE
2020-02-24
treewide: Capitalize 'CMOS'
Elyes HAOUAS
2020-01-14
drivers/pc80/rtc: Clean up some POST_CODE_EXTRA use
Kyösti Mälkki
2020-01-10
console/post: Move cmos_post_code() under pc80/rtc
Kyösti Mälkki
2020-01-10
drivers/pc80/rtc: Enable normal/fallback without USE_OPTION_TABLE
Kyösti Mälkki
2020-01-10
drivers/pc80/rtc: Move sanitize_cmos()
Kyösti Mälkki
2020-01-09
drivers/pc80/rtc: Separate {get|set}_option() support
Kyösti Mälkki
2020-01-09
drivers/pc80/rtc: Separate {get|set}_option() prototypes
Kyösti Mälkki
2020-01-09
drivers/pc80/rtc: Remove duplicate cmos_chksum_valid()
Kyösti Mälkki
2020-01-09
acpi: Be more ACPI compliant when generating _UID
Patrick Rudolph
2020-01-07
drivers/pc80/rtc: Refactor some USE_OPTION_TABLE
Kyösti Mälkki
2020-01-07
drivers/pc80/rtc: Refactor clear_cmos variable
Kyösti Mälkki
2020-01-07
drivers/pc80/rtc: Clean up some inlined functions
Kyösti Mälkki
2020-01-02
drivers/pc80/mc146818rtc: Remove read_option_lowlevel()
Kyösti Mälkki
2019-12-20
{drivers,southbridge}: Replace min() with MIN()
Elyes HAOUAS
2019-12-20
drivers/pc80: Move normal/fallback mechanism outside __ROMCC__
Kyösti Mälkki
2019-12-02
src/: Remove g_ prefixes and _g suffixes from variables
Patrick Georgi
2019-11-29
drivers/pc80/pc/i8254.c: Drop CAR_GLOBAL_MIGRATION support
Arthur Heymans
2019-11-29
security/tpm: Drop CAR_GLOBAL_MIGRATION support
Arthur Heymans
2019-11-22
drivers/pc80/rtc: Remove CMOS spinlock
Kyösti Mälkki
2019-11-21
drivers/pc80/tpm: Replace __RAMSTAGE_ guards
Kyösti Mälkki
2019-11-05
drivers/pc80: Remove UDELAY_TIMER2
Kyösti Mälkki
2019-11-05
drivers/pc80: Remove UDELAY_IO
Kyösti Mälkki
2019-11-03
cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE
Kyösti Mälkki
2019-11-02
cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80
Kyösti Mälkki
2019-10-27
src/[arch-lib]: change "unsigned" to "unsigned int"
Martin Roth
2019-10-27
src: Use 'include <boot/coreboot_tables.h>' when appropriate
Elyes HAOUAS
2019-10-23
drivers/pc80/rtc: Avoid searching for cmos_layout.bin on each get/set_option
Arthur Heymans
2019-10-22
AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file
Martin Roth
2019-09-13
drivers/pc80: Remove some __PRE_RAM__ and __SMM__
Kyösti Mälkki
[next]