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
/
device
Age
Commit message (
Expand
)
Author
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
2019-03-16
device/pci_ops: Reuse romstage PCI config for ramstage
Kyösti Mälkki
2019-03-16
src: Drop unused 'include <device/pciexp.h>'
Elyes HAOUAS
2019-03-13
device/pci_ops: Rename 'where' to 'reg'
Kyösti Mälkki
2019-03-13
device/pci_ops: Unify signatures
Kyösti Mälkki
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-07
src/device/Kconfig: Include the discrete VGA OpROM at config UI
Mike Banon
2019-03-06
device/pci_ops: Inline PCI config accessors for ramstage
Kyösti Mälkki
2019-03-06
device/pci_ops: Change ramstage PCI accessor signatures
Kyösti Mälkki
2019-03-06
device/pci_ops: Simplify logic for PCI bus ops
Kyösti Mälkki
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-04
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-03-03
device/pci: Organize Makefile
Kyösti Mälkki
2019-03-03
device/pci_ops: Drop parameter from pci_bus_default_ops()
Kyösti Mälkki
2019-03-03
device/pci_ops: Drop unused parameter
Kyösti Mälkki
2019-03-01
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-02-25
src/device/Kconfig: Change default VESA mode from 117h to 118h
Mike Banon
2019-02-11
device/pci_ops: Apply some symmetry in headers
Kyösti Mälkki
2019-02-11
device/pci_ops: Move questionable pci_locate() variants
Kyösti Mälkki
2019-02-11
device/pci_early.c: Drop some guards
Kyösti Mälkki
2019-02-06
libgfxinit: Add options to limit framebuffer size
Nico Huber
2019-01-27
src: Fix the warning "type 'hex' are always defined"
Elyes HAOUAS
2019-01-10
device/pci_device: Do not break tree topology
Kyösti Mälkki
2019-01-08
amdfam10 boards: Fix regression on dev_find_slot() removal
Kyösti Mälkki
2019-01-07
src: Use "foo **bar" instead of "foo ** bar"
Elyes HAOUAS
2019-01-07
src: Move constant to the right side of comparison
Elyes HAOUAS
2019-01-04
device: Introduce pcidev_on_root() and friends
Kyösti Mälkki
2018-12-30
device/pci_early: Fixes for __SIMPLE_DEVICE__
Kyösti Mälkki
2018-12-21
cpu/amd/geode_lx: Drop support
Arthur Heymans
2018-12-19
{device,drivers}: Remove useless include <device/pci_ids.h>
Elyes HAOUAS
2018-12-18
Fix typos involving "the the"
Jonathan Neuschäfer
2018-11-30
arch/power8: Rename to ppc64
Jonathan Neuschäfer
2018-11-19
src: Add required space after "switch"
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <lib.h>
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <console/console.h>
Elyes HAOUAS
2018-10-23
src: Remove unneeded whitespace
Elyes HAOUAS
2018-10-23
{device,drivers}: Use 'unsigned int' to bare use of 'unsigned'
Elyes HAOUAS
2018-10-22
reset: Provide new single-function reset API
Nico Huber
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-10-08
src: Use tabs for indentation
Elyes HAOUAS
2018-09-19
src/device/device.c: Don't use device_t in ramstage
Elyes HAOUAS
2018-09-14
device/ddr3: Prevent overflow when adding SMBUS Table 17 entries
Nico Huber
2018-09-11
src/device/dram: Fix typo
Elyes HAOUAS
2018-08-21
nb/intel/sandybridge/raminit: Move fill_smbios17 to ddr3.c
Patrick Rudolph
2018-08-20
nb/intel/sandybridge: Fill in DIMM serial number
Patrick Rudolph
2018-08-09
src/device: Fix typo
Elyes HAOUAS
2018-08-09
src/device/pci_rom.c: Remove double initialization
Richard Spiegel
2018-08-08
device/pci_device.c: Remove unused variable attr setting
Richard Spiegel
2018-07-29
pnp_device: don't treat missing PNP_MSC devicetree entry as error
Felix Held
2018-07-29
device/pnp_device: rewrite pnp_get_ioresource
Felix Held
2018-07-26
device: add child traversal helper function
Aaron Durbin
2018-07-19
device/pci: Add MSI-X helper functions
Patrick Rudolph
2018-07-17
pnp_device: improve readability
Felix Held
[next]