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
2018-05-25
device: Move find_dev_path() to device_const.c
Kyösti Mälkki
2018-05-25
device: Move dev_find_path() to device_const.c
Nico Huber
2018-05-25
device: Rename device_simple.c --> device_const.c
Nico Huber
2018-05-24
device: Always build device_simple.c for less code duplication
Nico Huber
2018-05-22
src/device: Get rid of device_t
Elyes HAOUAS
2018-05-22
device/device_util.c: Remove space after sizeof
Elyes HAOUAS
2018-05-11
devicetree: Add USB device type
Duncan Laurie
2018-05-09
{device,drivers,lib,mb,nb}: Use only one space after 'if'
Elyes HAOUAS
2018-05-08
Move `pci_ops_mmconf` from arch/x86/ to device/
Nico Huber
2018-05-08
device/pci_ops: Remove unnecessary weak implementation
Nico Huber
2018-05-04
device/root_device.c: Get rid of device_t
Elyes HAOUAS
2018-05-04
device/pci_class.c: Get rid of device_t
Elyes HAOUAS
2018-05-04
device/pcix_device.c: Get rid of device_t
Elyes HAOUAS
2018-05-04
device/smbus_ops.c: Get rid of device_t
Elyes HAOUAS
2018-05-04
src/device/cardbus_device.c: Get rid of device_t
Elyes HAOUAS
2018-05-04
src/device/pciexp_device.c: Get rid of device_t
Elyes HAOUAS
2018-05-04
src/device/pnp_device.c: Get rid of device_t
Elyes HAOUAS
2018-05-02
src/device: Fix discarded-qualifiers compilation issue
Subrata Banik
2018-05-02
pci: Fix MMCONF_SUPPORT on non x86
Patrick Rudolph
2018-05-02
software_i2c: Improve error behavior
Julius Werner
2018-04-30
device: constify some variables
Lubomir Rintel
2018-04-26
device: Add flag to disable PCIe ASPM
Nico Huber
2018-04-24
compiler.h: add __weak macro
Aaron Durbin
2018-04-23
device/oprom/yabel: Fix spelling of *successful*
Paul Menzel
2018-04-20
pci: Move inline PCI functions to pci_ops.h
Patrick Rudolph
2018-04-20
device/oprom/yabel: Fix vbe-buffer index in vbe.c
Hal Tsai
2018-04-16
device/dram/ddr3: improve XMP support
Dan Elkouby
2018-04-09
device/dram/ddr2.c: Add methods to compute to identify dram
Arthur Heymans
2018-03-14
src/device/dram/ddr2: Fix supported burst lengths
Elyes HAOUAS
2018-03-08
timestamps: Add timestamps around the vbios load & init
Martin Roth
2018-02-22
device/ddr2,ddr3: Rename and move a few things
Arthur Heymans
2018-02-22
device: Include devicetree in SMM stage
Subrata Banik
2018-02-01
Add a default path for vbt.bin
Arthur Heymans
2018-02-01
device: add ALWAYS_RUN_OPROM option
Aaron Durbin
2018-02-01
device/pci_device: remove #if/#endif in oprom logic
Aaron Durbin
2018-01-31
device/pci_rom: Write _ROM method for VGA devices
Patrick Rudolph
2018-01-25
sconfig: Add a new mmio resource type
Justin TerAvest
2018-01-24
device/i2c_bus: allow i2c_bus and i2c_simple to coexist
Aaron Durbin
2018-01-15
Intel i82830 boards & chips: Remove - using LATE_CBMEM_INIT
Martin Roth
2017-12-20
device/dram/ddr2.c: Store the checksum in the decoded SPD struct
Arthur Heymans
2017-12-13
device: Make pci_dev_ops_pci structure global
Subrata Banik
2017-12-08
device/pciexp_device: Set values numerically instead of as bitmask
Patrick Georgi
2017-11-15
device: further untangle device_t from struct device
Aaron Durbin
2017-11-07
device/device_util: Add string for DEVICE_PATH_NONE
Patrick Rudolph
2017-10-22
security/vboot: Move vboot2 to security kconfig section
Philipp Deppenwiese
2017-10-13
src/device: Update LTR configuration scheme
Aamir Bohra
2017-09-26
device/dram/ddr2.c: fix a hidden syntax error introduced earlier
Bill XIE
2017-09-22
device/dram/ddr2.c: Decoding byte[12] bit7 as self refresh flag
Arthur Heymans
2017-09-22
device/dram/ddr2: Add break to several case statements that lack it
Patrick Georgi
2017-09-22
arch/x86: Enable ebda library for romstage and postcar
Subrata Banik
2017-09-20
device/dram/ddr2.c: Improve error returning and debug output
Arthur Heymans
2017-09-16
device/dram/ddr2: Fix decoding tRR
Arthur Heymans
2017-09-14
device: acpi_name() should take a const struct device
Aaron Durbin
2017-09-06
device/dram/ddr2: Add a function to normalize tCLK
Arthur Heymans
2017-09-04
Kconfig: Move and rename ADD_VBT_DATA_FILE
Patrick Rudolph
2017-08-31
cpu/x86 asm: Just use the correct op suffix
Edward O'Callaghan
2017-08-18
device/smbus: Reuse I2C bus operations where applicable
Nico Huber
2017-08-18
Reinvent I2C ops
Nico Huber
2017-08-18
include/device: Split i2c.h into three
Nico Huber
2017-08-15
device/smbus: Drop some never used boilerplate
Nico Huber
2017-08-14
i2c: Move to Linux like `struct i2c_msg`
Nico Huber
2017-08-09
device/pci: untangle struct device and device_t
Aaron Durbin
2017-08-01
src/device: Add guards on all header files
Martin Roth
2017-07-25
src/device: Fix checkpatch warning: no spaces at the start of a line
Martin Roth
2017-07-15
device/pciexp_device.c: Terminate CLK PM message with newline
Arthur Heymans
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-06-28
src/device: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-06-28
device/oprom/yabel: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-06-13
device/pnp: remove struct io_info
Samuel Holland
2017-06-09
pciexp_device: Remove useless write on a read-only register
Youness Alaoui
2017-06-09
pciexp_device: Prevent race condition with retrain link
Youness Alaoui
2017-06-09
device/dram/ddr2.c: Fix is_registered_ddr2
Arthur Heymans
2017-06-08
fsp/gop: Add running the GOP to the choice of gfx init
Nico Huber
2017-06-08
device/Kconfig: Put gfx init methods into a `choice`
Nico Huber
2017-06-08
device/Kconfig: Introduce MAINBOARD_FORCE_NATIVE_VGA_INIT
Nico Huber
2017-06-06
device/Kconfig: Move "Display" menu below gfx options
Nico Huber
2017-06-04
Kconfig: Add choice of framebuffer mode
Nico Huber
2017-06-04
device/Kconfig: Clarify ON_DEVICE_ROM_LOAD
Nico Huber
2017-06-02
device/device_util: Add function to determine bridge state
Patrick Rudolph
2017-06-02
Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFER
Nico Huber
2017-06-02
Kconfig: Rework MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
Nico Huber
2017-05-30
lib/edid: Split out fill_lb_framebuffer()
Nico Huber
2017-05-22
device/oprom/include: Use IS_ENABLED() macro
Nico Huber
2017-05-18
vbe: remove the necessity for a global vbe_mode_info_valid()
Aaron Durbin
2017-05-18
coreboot_tables: specify clear interface for lb_framebuffer()
Aaron Durbin
2017-05-03
lib/edid.c: Allow use of when not NGI
Arthur Heymans
2017-05-01
pci_device: Write vendor ID to subsystem vendor ID
Rizwan Qureshi
2017-04-27
x86/acpi: Use initialized VBIOS in VFCT table
Marshall Dawson
2017-04-25
device: allow devicetree accesses in postcar stage
Aaron Durbin
2017-04-25
lib: provide clearer devicetree semantics
Aaron Durbin
2017-04-08
libgfxinit: Select CONFIG_VGA when needed
Nico Huber
2017-03-10
device/dram/ddr2: Add common ddr2 spd decoder
Patrick Rudolph
2017-02-16
device: Add scan_generic_bus support
Furquan Shaikh
2017-02-16
device: Add a new "SPI" device type
Furquan Shaikh
2017-02-10
ddr3 spd: move accessor code into lib/spd_bin.c
Patrick Georgi
2017-02-10
ddr3 spd: Rename read_spd_from_cbfs() to read_ddr3_spd_from_cbfs()
Patrick Georgi
2017-02-10
device/dram: use global DIMM_SPD_SIZE Kconfig variable
Patrick Georgi
2017-02-06
devtree: Drop unused parameter show_devs_tree() call
Kyösti Mälkki
2017-02-04
x86/acpi: Add VFCT table
Patrick Rudolph
2017-01-10
SPD_CACHE: Drop debug statement
Kyösti Mälkki
[next]