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-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
2019-07-07
device/pci: Declare pci_root_bus()
Kyösti Mälkki
2019-07-05
device/pci_rom.c: Fix indent for 'if' statement
Elyes HAOUAS
2019-07-04
device/pci_ops: Define pci_find_capability() just once
Kyösti Mälkki
2019-07-02
device/pci_rom: Fix redundant pci_rom_probe() calls
Kyösti Mälkki
2019-07-02
device/pci_rom: Fix on-board optionrom address
Kyösti Mälkki
2019-06-28
device: Tidy up add_more_links()
Jacob Garber
2019-06-28
device,nb/amd: Deduplicate add_more_links()
Jacob Garber
2019-06-28
device/dram: Inline value into print statement
Jacob Garber
2019-06-21
device/pci_rom: use ALIGN_UP instead of ALIGN for better readability
Felix Held
2019-06-14
device/cpu_device.c: Use 'unsigned int' instead of 'unsigned'
Elyes HAOUAS
2019-06-03
src/device: Prevent attack on null pointer dereference
John Zhao
2019-05-29
src/{device,drivers}: Add missing 'include <types.h>'
Elyes HAOUAS
2019-05-15
vboot: remove OPROM-related code
Joel Kitching
2019-05-07
device: ignore NONE devices behind bridge
Patrick Rudolph
2019-05-02
x86emu: add console.h header to fix compilation
Martin Kepplinger
2019-04-25
device/dram/ddr3: Remove unused variable
Elyes HAOUAS
2019-04-23
src: Use include <console/console.h> when appropriate
Elyes HAOUAS
2019-04-09
src: Fix remaining #include <timer.h>
Nico Huber
2019-04-07
device/pci: Rewrite PCI MMCONF with symbol reference
Kyösti Mälkki
2019-04-02
vboot: Change oprom checks to CONFIG_VBOOT, assert OPROM_MATTERS
Julius Werner
2019-03-27
drivers/intel/gma: Make libgfxinit available w/o gfxinit
Nico Huber
2019-03-25
Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)
Julius Werner
2019-03-21
device/pci_device: Add generic subsystem programming logic
Subrata Banik
2019-03-21
{northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()
Subrata Banik
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-17
resources: introduce io_resource()
Subrata Banik
2019-03-16
device/pci_ops: Have only default PCI bus ops available
Kyösti Mälkki
[next]