index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
device
Age
Commit message (
Expand
)
Author
2019-10-29
arch/x86/*.S: use defines instead of hardcoded values
Patrick Rudolph
2019-10-27
device: add Kconfig option to hide GOP initialization option
Michael Niewöhner
2019-10-27
src/[arch-lib]: change "unsigned" to "unsigned int"
Martin Roth
2019-10-27
src/{device,drivers}: Use 'include <stdlib.h>' when appropriate
Elyes HAOUAS
2019-10-27
src: Use 'include <boot/coreboot_tables.h>' when appropriate
Elyes HAOUAS
2019-10-24
arch/acpi.h: Use of typedef for acpi_vfct
Himanshu Sahdev
2019-10-24
arch/acpi.h: Use of typedef for acpi_vfct_image_hdr
Himanshu Sahdev
2019-10-21
src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>'
Elyes HAOUAS
2019-10-20
src: Remove unused 'include <string.h>'
Elyes HAOUAS
2019-10-18
src: Remove unused include '<device/pci_ids.h>'
Elyes HAOUAS
2019-10-08
device: Use scan_static_bus() over scan_lpc_bus()
Nico Huber
2019-10-08
device/root_device: Consolidate common _scan_bus() functions
Nico Huber
2019-10-08
device/dram/ddr4: Check spd_bytes_total and spd_bytes_used values
Elyes HAOUAS
2019-10-07
src: Capitalize Super I/O
Elyes HAOUAS
2019-10-07
device: Rename scan_static_bus() -> enable_static_devices()
Nico Huber
2019-10-06
device/pci: Enable full 16-bit VGA port i/o decoding
Nico Huber
2019-10-04
device/pci_device.c: Use verified boot to check oprom
Frans Hendriks
2019-09-30
device/pci_early: Drop some __SIMPLE_DEVICE__ use
Kyösti Mälkki
2019-09-30
device/i2c_bus: Add i2c_dev_read_at16()
Nico Huber
2019-09-30
device,drivers/: Drop some __SIMPLE_DEVICE__ use
Kyösti Mälkki
2019-09-27
device: add commentary to dev_find_slot()
Aaron Durbin
2019-09-22
device/cardbus: Remove unnecessary bridge_ctrl bitmask
Kyösti Mälkki
2019-09-22
device/cardbus: Fix use of PCI_CB_BRIDGE_CONTROL
Kyösti Mälkki
2019-09-22
device/pci: Replace add with bitwise-or
Kyösti Mälkki
2019-09-17
AUTHORS: Move src/device copyrights into AUTHORS file
Martin Roth
2019-09-15
{cpu,device,drivers}: Remove unused include <device/pci_ops.h>
Elyes HAOUAS
2019-09-15
lib/coreboot_table: Show splashscreen in lb_table_init
Johanna Schander
2019-08-26
Split MAYBE_STATIC to _BSS and _NONZERO variants
Kyösti Mälkki
2019-08-22
Add buffer_to/from_fifo32(_prefix) helpers
Julius Werner
2019-08-20
device/oprom: Drop unnecessary AMD headers
Kyösti Mälkki
2019-08-14
dram: Add basic DDR4 SPD parsing
Andrey Petrov
2019-08-02
device/pci_ops: Make PCI_BDF() available in all stages
Kyösti Mälkki
2019-07-31
device: Constify `dev` argument to (probe|find)_resource()
Nico Huber
2019-07-26
src/device/oprom: Fix bootsplash display code for optionroms
Johanna Schander
2019-07-26
oprom/yabel: Fix comment to fix the build
Kyösti Mälkki
2019-07-24
device: Default to VESA/linear framebuffer for ChromeOS
Nico Huber
2019-07-19
device/device_util.c: Correct format specifier
Jacob Garber
2019-07-19
device/oprom: List all supported vesa mode by oprom
Subrata Banik
2019-07-19
device/pci_rom.c: Fix out of bounds read
Jacob Garber
2019-07-18
device/oprom/realmode: Add vbe return status support as per VBE spec 3.0
Subrata Banik
2019-07-18
devicetree: Add accessors for chip_info
Kyösti Mälkki
2019-07-17
soc/intel: Fix regression with hidden PCI devices
Kyösti Mälkki
2019-07-15
device: Remove device->ops from early stages
Kyösti Mälkki
2019-07-13
device/hypertransport.c: Remove dead assignment
Jacob Garber
2019-07-13
device/device_util: Fix encoding the USB device path
Karthikeyan Ramasubramanian
2019-07-12
device/oprom: Replace uses of dev_find_slot()
Kyösti Mälkki
2019-07-12
device/pci: Declare pcidev_path_on_bus()
Kyösti Mälkki
2019-07-12
device/pci: Replace use of dev_find_slot() for IRQs
Kyösti Mälkki
2019-07-10
device/oprom: Replace CONFIG() preprocessor statements
Kyösti Mälkki
2019-07-10
device/oprom: Reduce indentation
Kyösti Mälkki
[next]