]> xenbits.xensource.com Git - seabios.git/shortlog
seabios.git
2016-01-12 Kevin O'Connorcoreboot: Check for unaligned cbfs header
2016-01-07 Stefan Bergertpm: Do not set TPM in failure mode if menu command...
2016-01-07 Stefan Bergertpm: Remove usage of PP_CMD_ENABLE from all but one...
2016-01-07 Stefan Bergertpm: Rework the assertion of physical presence
2016-01-07 Stefan Bergertpm: Add support for harware physical presence
2016-01-07 Stefan Bergertpm: Move assert_physical_presence and dependencies
2016-01-07 Stefan Bergertpm: Copy digest into HashLogExentEvent response
2016-01-07 Kevin O'Connorusb: Remove usbdev->slotid field
2016-01-05 Kevin O'Connortpm: Don't use 16bit BIOS return codes in TPM menu...
2016-01-05 Kevin O'Connortpm: Don't use 16bit BIOS return codes in tpmhw_* functions
2016-01-05 Kevin O'Connortpm: Don't use 16bit BIOS return codes in tpm_log_event()
2016-01-05 Kevin O'Connortpm: Don't use 16bit BIOS return codes in build_and_sen...
2016-01-05 Kevin O'Connortpm: Don't call tpm_set_failure() from tpm_log_extend_e...
2016-01-05 Kevin O'Connortpm: No need to check the return status of measurements
2016-01-05 Kevin O'Connortpm: Don't return a status from external bios measureme...
2016-01-05 Kevin O'Connortpm: Eliminate response buffer parameter from build_and...
2016-01-05 Kevin O'Connortpm: Introduce tpm_get_capability() helper function
2016-01-05 Kevin O'Connortpm: Simplify tcpa probe
2016-01-05 Kevin O'Connortpm: Rework TPM interface shutdown support
2016-01-05 Kevin O'Connortpm: Move TPM hardware functions from tcgbios.c to...
2016-01-05 Kevin O'Connortpm: Add wrapper function tpmhw_set_timeouts()
2016-01-05 Kevin O'Connortpm: Simplify hardware probe and detection checks
2015-12-29 Kevin O'Connortpm: Avoid macro expansion of tpm request / response...
2015-12-29 Kevin O'Connortpm: Add banner separating the TCG bios interface code...
2015-12-28 Roger Pau Monnebuild: fix typo in buildversion.py
2015-12-28 Kevin O'Connorblock: Report drive->sectors using "%u" instead of...
2015-12-28 Kevin O'Connorscsi: Do not call printf() from scsi_is_ready()
2015-12-28 Kevin O'Connornmi: Don't try to switch onto extra stack in NMI handler
2015-12-20 Kevin O'Connorxhci: Disable slot on failed set_address command
2015-12-20 Kevin O'Connorxhci: Improve port status change debugging
2015-12-20 Kevin O'Connorxhci: Wait for port enable even for USB3 devices
2015-12-20 Marcel Apfelbaumfw/pci: do not automatically allocate IO region for...
2015-12-20 Stefan Bergertpm: Add a menu for TPM configuration
2015-12-20 Stefan Bergertpm: Check length parameter of the array
2015-12-20 Stefan Bergertpm: Remove check for working TPM from TPM interrupt...
2015-11-24 Kevin O'Connortpm: Merge tpm_log_extend_event() and tpm_extend()...
2015-11-24 Kevin O'Connortpm: Merge tpm_log_event() and tpm_extend_acpi_log()
2015-11-24 Kevin O'Connortpm: Don't implement scatter-gather in transmit()
2015-11-24 Kevin O'Connortpm: Avoid scatter-gather copying in build_and_send_cmd()
2015-11-24 Kevin O'Connortpm: There is no need to pass event_length to hash...
2015-11-24 Kevin O'Connortpm: Perform hashing separately from logging
2015-11-24 Kevin O'Connortpm: There is no need to pass pcrindex to hash_log_exte...
2015-11-24 Kevin O'Connortpm: Don't pass entry_count around in parameters to...
2015-11-24 Kevin O'Connortpm: pcpes->event is a variable length array
2015-11-23 Kevin O'Connortpm: Move tpm_start_option_rom_scan() and tpm_calling_i...
2015-11-23 Kevin O'Connortpm: Move tpm_add_bootdevice() into callers
2015-11-23 Kevin O'Connortpm: Change tpm_add_measurement() to tpm_add_action()
2015-11-23 Kevin O'Connortpm: Open code tpm_ipl() into callers
2015-11-22 Kevin O'Connortpm: Move error recovery from tpm_extend_acpi_log(...
2015-11-22 Kevin O'Connortpm: Move code around in tcgbios.c
2015-11-22 Kevin O'Connortpm: Add "static" declaration to functions not used...
2015-11-22 Stefan Bergertpm: Rename remaining interrupt functions
2015-11-22 Stefan Bergertpm: Refactor pass_through_to_tpm
2015-11-22 Stefan Bergertpm: Cache all log related pointers in tpm_state
2015-11-22 Stefan Bergertpm: Set timeouts and durations to microsecond values
2015-11-22 Stefan Bergertpm: Drop code using the TPM for sha1
2015-11-20 Kevin O'Connorutil.h: Minor - HaveRunPost is in misc.c not resume.c
2015-11-19 Kevin O'Connortpm: Move standard definitions from tcgbios.h to new...
2015-11-19 Stefan Bergertpm: fix compiler warning with older gcc versions
2015-11-19 Stefan Bergertpm: Refactor hash_log_extend_event
2015-11-19 Stefan Bergertpm: Refactor hash_log_event BIOS interface function
2015-11-19 Stefan Bergertpm: Refactor the parameters being passed to tpm_extend...
2015-11-19 Stefan Bergertpm: Refactor function building TPM commands
2015-11-19 Stefan Bergertpm: Temporarily deactivate the TPM in case of failure
2015-11-19 Kevin O'Connoracpi: Remove build check for iasl
2015-11-19 Kevin O'Connoracpi: Don't build SSDT files on every build; store...
2015-11-19 Kevin O'Connoracpi_extract: Don't generate unused (and empty) q35...
2015-11-19 Kevin O'Connoracpi_extract: Make the generated .hex files more human...
2015-11-19 Kevin O'Connoracpi_extract: Move main code to new function main()
2015-11-19 Kevin O'Connorsdcard: Enable extra debugging on sdcard_waitw() timeout
2015-11-19 Kevin O'Connorsdcard: fix typo causing 32bit write to 16bit block_siz...
2015-11-19 Kevin O'Connorsdcard: Only enable error_irq_enable for bits defined...
2015-11-19 Kevin O'Connorxhci: Check for device disconnects during USB2 reset...
2015-11-17 Kevin O'Connorusb: Allow configuration of sigatt time (in etc/usb...
2015-11-17 Kevin O'Connordocs: Note v1.9.0 release rel-1.9.0
2015-11-11 Kevin O'Connorbuildversion: Add debugging messages
2015-11-09 Kevin O'Connorbuildversion: Avoid subprocess.check_output() as that...
2015-11-04 Kyösti MälkkiPCI SDHCI driver: Fix base address
2015-10-26 Kevin O'Connordocs: Minor - replace seavgabios text in Build_overview...
2015-10-24 Kevin O'Connorvirtio: Minor - replace tab characters with space
2015-10-24 Kevin O'Connorbiostables: Minor - fix incorrect indentation
2015-10-24 Kevin O'Connorcoreboot: Minor - avoid K&R style function declaration
2015-10-23 Kevin O'Connorbuild: Allow official tarball builds to be considered...
2015-10-23 Kevin O'Connordocs: Document 'make EXTRAVERSION=xyz' and scripts...
2015-10-22 Kevin O'Connorbuild: Be more permissive in buildversion.py tool versi...
2015-10-21 Marc MaríAdd QEMU fw_cfg DMA interface
2015-10-15 Kevin O'Connormalloc: Rename csm_malloc_preinit() to malloc_csm_preinit()
2015-10-15 Kevin O'Connorstacks: Use macro wrappers for call32() and stack_hop_b...
2015-10-15 Kevin O'Connorbuild: Generate "reproducible" version strings on ...
2015-10-15 Kevin O'Connorbuild: Report gcc and binutils versions in debug log
2015-10-15 Kevin O'Connorbuild: Rework version generation; don't allow make...
2015-10-15 Kevin O'Connormemmap: Introduce SYMBOL() macro to access linker scrip...
2015-10-15 Kevin O'Connormalloc: Don't mix virtual and physical addresses
2015-10-15 Kevin O'Connormalloc: Add warning if free() called on invalid memory
2015-10-15 Kevin O'Connormalloc: Introduce common helper alloc_new_detail()
2015-10-15 Kevin O'Connormalloc: Use consistent naming for internal low-level...
2015-10-15 Kevin O'Connorvirtio: Move standard definitions from virtio-ring...
2015-10-15 Kevin O'Connorvirtio: Simplify vring alignment code
2015-10-15 Kevin O'Connore820: Update debugging messages to report 64bit values
2015-10-15 Kevin O'Connore820: Rename memmap.c to e820map.c and use consistent...
next