Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
320df85010401c6d3ee189a54c63b937d1dcade9
/
src
320df85
tpm: Add a menu for TPM configuration
by Stefan Berger
· 8 years ago
4cdbc41
tpm: Check length parameter of the array
by Stefan Berger
· 8 years ago
15f192f
tpm: Remove check for working TPM from TPM interrupt handler
by Stefan Berger
· 8 years ago
948f3c9
tpm: Merge tpm_log_extend_event() and tpm_extend(); extend before logging
by Kevin O'Connor
· 8 years ago
4e7cf9c
tpm: Merge tpm_log_event() and tpm_extend_acpi_log()
by Kevin O'Connor
· 8 years ago
7ba0568
tpm: Don't implement scatter-gather in transmit()
by Kevin O'Connor
· 8 years ago
b82bc51
tpm: Avoid scatter-gather copying in build_and_send_cmd()
by Kevin O'Connor
· 8 years ago
7bf7738
tpm: There is no need to pass event_length to hash/extend functions
by Kevin O'Connor
· 8 years ago
9224440
tpm: Perform hashing separately from logging
by Kevin O'Connor
· 8 years ago
8149f1b
tpm: There is no need to pass pcrindex to hash_log_extend_event()
by Kevin O'Connor
· 8 years ago
5afdced
tpm: Don't pass entry_count around in parameters to/from tpm_extend_acpi_log()
by Kevin O'Connor
· 8 years ago
bad6f96
tpm: pcpes->event is a variable length array
by Kevin O'Connor
· 8 years ago
1257533
tpm: Move tpm_start_option_rom_scan() and tpm_calling_int19h() into callers
by Kevin O'Connor
· 8 years ago
8bd4a08
tpm: Move tpm_add_bootdevice() into callers
by Kevin O'Connor
· 8 years ago
a617542
tpm: Change tpm_add_measurement() to tpm_add_action()
by Kevin O'Connor
· 8 years ago
7ea191b
tpm: Open code tpm_ipl() into callers
by Kevin O'Connor
· 8 years ago
f4820ac
tpm: Move error recovery from tpm_extend_acpi_log() to only caller
by Kevin O'Connor
· 8 years ago
f51c50a
tpm: Move code around in tcgbios.c
by Kevin O'Connor
· 8 years ago
0818b1d
tpm: Add "static" declaration to functions not used outside tcgbios.c
by Kevin O'Connor
· 8 years ago
4506400
tpm: Rename remaining interrupt functions
by Stefan Berger
· 8 years ago
fbc231b
tpm: Refactor pass_through_to_tpm
by Stefan Berger
· 8 years ago
60bb9e9
tpm: Cache all log related pointers in tpm_state
by Stefan Berger
· 8 years ago
ec42c8d
tpm: Set timeouts and durations to microsecond values
by Stefan Berger
· 8 years ago
47b9df5
tpm: Drop code using the TPM for sha1
by Stefan Berger
· 8 years ago
eb59924
util.h: Minor - HaveRunPost is in misc.c not resume.c
by Kevin O'Connor
· 8 years ago
df50aaa
tpm: Move standard definitions from tcgbios.h to new file std/tcg.h
by Kevin O'Connor
· 8 years ago
dc8eb67
tpm: fix compiler warning with older gcc versions
by Stefan Berger
· 8 years ago
6c376b4
tpm: Refactor hash_log_extend_event
by Stefan Berger
· 8 years ago
129c04b
tpm: Refactor hash_log_event BIOS interface function
by Stefan Berger
· 8 years ago
e3cc632
tpm: Refactor the parameters being passed to tpm_extend_acpi_log
by Stefan Berger
· 8 years ago
ece2561
tpm: Refactor function building TPM commands
by Stefan Berger
· 8 years ago
7fce1d9
tpm: Temporarily deactivate the TPM in case of failure
by Stefan Berger
· 8 years ago
4373afa
acpi: Don't build SSDT files on every build; store them in git
by Kevin O'Connor
· 8 years ago
fc0ac95
sdcard: Enable extra debugging on sdcard_waitw() timeout
by Kevin O'Connor
· 8 years ago
8f7dc5a
sdcard: fix typo causing 32bit write to 16bit block_size field
by Kevin O'Connor
· 8 years ago
460e9aa
sdcard: Only enable error_irq_enable for bits defined in SDHCI v1 spec
by Kevin O'Connor
· 8 years ago
aa34e4e
xhci: Check for device disconnects during USB2 reset polling
by Kevin O'Connor
· 8 years ago
45b594a
usb: Allow configuration of sigatt time (in etc/usb-time-sigatt)
by Kevin O'Connor
· 8 years ago
cfc17bd
PCI SDHCI driver: Fix base address
by Kyösti Mälkki
· 8 years ago
a7620df
virtio: Minor - replace tab characters with space
by Kevin O'Connor
· 8 years ago
528c9f8
biostables: Minor - fix incorrect indentation
by Kevin O'Connor
· 8 years ago
5ced3bb
coreboot: Minor - avoid K&R style function declaration
by Kevin O'Connor
· 8 years ago
06316c9
Add QEMU fw_cfg DMA interface
by Marc Marí
· 8 years ago
7d0393d
malloc: Rename csm_malloc_preinit() to malloc_csm_preinit()
by Kevin O'Connor
· 8 years ago
b4cca86
stacks: Use macro wrappers for call32() and stack_hop_back()
by Kevin O'Connor
· 8 years ago
efd70a5
build: Report gcc and binutils versions in debug log
by Kevin O'Connor
· 8 years ago
a6c8774
build: Rework version generation; don't allow make version override
by Kevin O'Connor
· 8 years ago
5d91226
memmap: Introduce SYMBOL() macro to access linker script symbols
by Kevin O'Connor
· 8 years ago
fe6682d
malloc: Don't mix virtual and physical addresses
by Kevin O'Connor
· 8 years ago
3c6ae7c
malloc: Add warning if free() called on invalid memory
by Kevin O'Connor
· 8 years ago
7af8d12
malloc: Introduce common helper alloc_new_detail()
by Kevin O'Connor
· 8 years ago
41acaa8
malloc: Use consistent naming for internal low-level "alloc" functions
by Kevin O'Connor
· 8 years ago
eee06e0
virtio: Move standard definitions from virtio-ring.h to standard headers
by Kevin O'Connor
· 8 years ago
1dcf02b
virtio: Simplify vring alignment code
by Kevin O'Connor
· 8 years ago
5ba22ab
e820: Update debugging messages to report 64bit values
by Kevin O'Connor
· 8 years ago
c167e54
e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix
by Kevin O'Connor
· 8 years ago
8e38514
e820: Introduce e820_remove() and avoid exporting E820_HOLE
by Kevin O'Connor
· 8 years ago
6bcacf7
Fix typos found by codespell
by Stefan Weil
· 8 years ago
62de31b
Always enable caching on transition32; backup/restore cr0 on call32
by Kevin O'Connor
· 8 years ago
4c599ef
Consolidate code16*() functions
by Kevin O'Connor
· 8 years ago
423542e
Use transition32_nmi_off from call32() and call16_back()
by Kevin O'Connor
· 8 years ago
63766c4
Unify call32_sloppy() and call32()
by Kevin O'Connor
· 8 years ago
46a346e
Unify inline assembler in variants of call16 functions
by Kevin O'Connor
· 8 years ago
4c568d8
Rename Call32Data to Call16Data
by Kevin O'Connor
· 8 years ago
25eb061
Unify smm/sloppy variants of call32_prep/post and call16_helper
by Kevin O'Connor
· 8 years ago
1fb9e08
Simplify transition16/32 assembler code
by Kevin O'Connor
· 8 years ago
537dac2
minor - correct spelling error in comment
by Kevin O'Connor
· 8 years ago
ff28e3b
megasas: Use outl() on MFI_IDB register
by Kevin O'Connor
· 8 years ago
a8c72ee
megasas: Fix outw, outl argument order
by Stefan Weil
· 8 years ago
e344da4
sdcard: Obtain card capacity and report it on the boot menu
by Kevin O'Connor
· 8 years ago
39a8ea5
sdcard: Display sdcard product name in boot menu
by Kevin O'Connor
· 8 years ago
065b341
sdcard: Turn card_type into a bitmap and store if card is MMC type
by Kevin O'Connor
· 8 years ago
ebe40ba
sdcard: Move drive registration to sdcard_card_setup()
by Kevin O'Connor
· 8 years ago
17b811b
sdcard: Move frequency setting into sdcard_card_setup()
by Kevin O'Connor
· 8 years ago
91a9f5b
sdcard: Move sdcard_set_frequency()/sdcard_set_power() in sdcard.c
by Kevin O'Connor
· 8 years ago
3156b71
rtc: Disable NMI in rtc_mask()
by Kevin O'Connor
· 8 years ago
2fc20dc
xhci: Minor - add USB port type comments to xhci_hub_reset()
by Kevin O'Connor
· 8 years ago
9f7b236
sdcard: Allow sdcard addresses to be specified in CBFS files
by Kevin O'Connor
· 8 years ago
5ddce09
ps2: Eliminate "etc/ps2-poll-only"; use CONFIG_HARDWARE_IRQ instead
by Kevin O'Connor
· 8 years ago
bd5f6c7
Add minimal support for machines without hardware interrupts
by Kevin O'Connor
· 8 years ago
bc46ebe
rtc: Support disabling the RTC timer irq support
by Kevin O'Connor
· 8 years ago
4c90495
sdcard: Allow the sdcard driver to run on real hardware
by Kevin O'Connor
· 8 years ago
d501de1
sdcard: Initial support for MMC cards
by Kevin O'Connor
· 8 years ago
bf8f266
sdcard: Check for error events during sdcard_pio()
by Kevin O'Connor
· 8 years ago
9b73aa6
sdcard: Perform a controller reset at start of init
by Kevin O'Connor
· 8 years ago
33e205e
sdcard: Rename waitw() to sdcard_waitw() and simplify
by Kevin O'Connor
· 8 years ago
18254b3
sdcard: Implement timeout on every block read in sdcard_pio_transfer()
by Kevin O'Connor
· 8 years ago
34cc2fd
sdcard: The card should never be in a busy state at start of sdcard_pio()
by Kevin O'Connor
· 8 years ago
263fb19
sdcard: Power down controller on failure
by Kevin O'Connor
· 8 years ago
ad0c9ea
sdcard: Power controller up to maximum voltage supported
by Kevin O'Connor
· 8 years ago
4b99922
sdcard: Move power setup to new function sdcard_set_power()
by Kevin O'Connor
· 8 years ago
d5b7821
sdcard: Support SDHCI v3.00 spec clock setting
by Kevin O'Connor
· 8 years ago
cfe326b
sdcard: Fill command bits according to spec
by Kevin O'Connor
· 8 years ago
12441a8
sdcard: Fix typo - use sdcard_pio() instead of sdcard_pio_app()
by Kevin O'Connor
· 8 years ago
2a91b34
Call cpu_relax() if yielding prior to interrupts being enabled
by Kevin O'Connor
· 8 years ago
ec52068
Move CanInterrupt check to check_irqs()
by Kevin O'Connor
· 8 years ago
b3f1fad
edd: Reduce parameters to fill_generic_edd()
by Kevin O'Connor
· 8 years ago
8aad64e
edd: Pass the segment/offset from int 1348 calls using a 'struct segoff_s'
by Kevin O'Connor
· 8 years ago
eeca36c
optionroms: Don't run option rom on PCI bar if CBFS/fw_cfg version exists
by Kevin O'Connor
· 8 years ago
fd318e4
xhci: Count new Max Scratchpad Bufs bits from XHCI 1.1
by Julius Werner
· 8 years ago
Next »