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
2015-02-15
device/device_util.c: Add space after ellipse for better legibility
Paul Menzel
2015-02-15
x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer
Kevin Paul Herbert
2015-02-10
PCI subsystem: Remove AGP bridge type
Kyösti Mälkki
2015-02-05
drivers/xgi/z9s: Port Linux framebuffer initialization to coreboot
Timothy Pearson
2015-02-05
AMD HyperTransport: Drop unused link optimisation
Kyösti Mälkki
2015-01-30
devicetree: Search PnP device node from the tree by path
Kyösti Mälkki
2015-01-24
device/hypertransport.c: Fix typo in comment
Timothy Pearson
2015-01-20
device/oprom/realmode/x86: Fix memory corruption
Zhuo-Hao Lee
2015-01-12
src/device: Doxygen fixes
Martin Roth
2015-01-06
doxygen fixes: fix parameter names to match the functions
Martin Roth
2014-12-31
Fix Kconfig whitespace
Kyösti Mälkki
2014-12-30
i2c: Add software_i2c driver for I2C debugging and emulation
Julius Werner
2014-12-28
RELOCATABLE_RAMSTAGE: Fix weak symbols with option ROMs
Kyösti Mälkki
2014-12-19
spd_cache debug: Log invalid CRC checksum
Tobias Diedrich
2014-12-07
ddr3: Plumber DIMM type to parsed structure.
Vladimir Serbinenko
2014-11-08
device/dram/ddr3.c: Fix sizeof on array func param overflow
Edward O'Callaghan
2014-11-05
pci_ops.{c,h}: Don't hide pointers behind typedefs
Edward O'Callaghan
2014-10-17
Kconfig: clean up options in top level and device menu
Stefan Reinauer
2014-09-29
Remove stale char[] initialization causing unaligned memory access
Marcelo Povoa
2014-09-17
pnp: Allow setting of misc register 0xf4 in device tree
Stefan Reinauer
2014-09-13
azalia: Shrink boilerplate
Vladimir Serbinenko
2014-09-11
pnp: Allow setting of misc register 0xfa in device tree
Stefan Reinauer
2014-09-08
ARM: Generalize armv7 as arm.
Gabe Black
2014-08-08
device/oprom/realmode: Sanitize header inclusion
Edward O'Callaghan
2014-07-30
device/oprom/realmode/x86.c: Move includes to top of file
Edward O'Callaghan
2014-07-29
sandy/ivybridge: Native raminit.
Vladimir Serbinenko
2014-07-28
device/oprom/yabel/vbe.c: Fix memory leak
Daniele Forsi
2014-07-28
device/oprom/realmode/x86.c: Fix memory leak
Daniele Forsi
2014-07-23
src/device/Kconfig: make help for VGA_BIOS_ID and PXE_ROM_ID more similar
Daniele Forsi
2014-07-23
src/.../Kconfig: various small fixes to texts
Daniele Forsi
2014-07-19
src/device/Kconfig: fix typo in label "1024x768 256-color"
Daniele Forsi
2014-07-19
device/pci_early.c: Mixes up variants of a typedefs to 'u32'
Edward O'Callaghan
2014-07-17
device,Makefile.inc: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-07-11
YABEL: Initialize global `biosmem` pointer for VBE
Nico Huber
2014-07-08
device: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-07-05
YABEL: Drop IO stubs that are (by own admission) never used
Patrick Georgi
2014-07-05
gizmosphere/gizmo: Move support of SPD data in CBFS
Kyösti Mälkki
2014-06-25
device/pci_device.c: Sanitize headers
Edward O'Callaghan
2014-06-21
Remove guarding #includes by CONFIG_FOO combinations
Edward O'Callaghan
2014-06-21
PCI VGA ROM: Use acpi_is_wakeup_s3()
Kyösti Mälkki
2014-06-11
device/device_util.c: Fix wording in comment of `new_resource()`
Paul Menzel
2014-05-29
PCI IRQs: Swizzle PCI IRQs for PCI bridges
Mike Loptien
2014-05-21
device_romstage: Add a way to move to the next device
Martin Roth
2014-05-18
device/oprom/yabel/vbe.c: Avoid unused func warn
Edward O'Callaghan
2014-05-06
Introduce stage-specific architecture for coreboot
Furquan Shaikh
2014-05-01
device: Conditionally bypass oprom execution
Kyösti Mälkki
2014-05-01
ChromeOS: Remove oprom_is_loaded
Kyösti Mälkki
2014-05-01
device: provide option to always load PCI option roms
Kyösti Mälkki
2014-04-09
OxPCIe uart: Split PCI bridge control
Kyösti Mälkki
2014-03-03
devices: Allow to configure textmode in native gfx init.
Vladimir Serbinenko
2014-02-22
device: Do not show "framebuffer graphics resolution" with native init.
Vladimir Serbinenko
2014-02-12
PCI: Add capability list parser to romstage
Kyösti Mälkki
2014-02-12
PCI: Guard pci.h with CONFIG_PCI
Kyösti Mälkki
2014-02-09
device_util: Make device in dev_find_slot_pnp u16.
Vladimir Serbinenko
2014-02-07
device_util: Add dev_find_slot_pnp.
Vladimir Serbinenko
2014-02-01
smbus: Add guards to avoid calling NULL.
Vladimir Serbinenko
2014-01-12
lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content
Vladimir Serbinenko
2014-01-10
Replace all occurences of sprintf with snprintf
Vladimir Serbinenko
2014-01-04
device/Kconfig: Add third person singular s to lacks
Paul Menzel
2013-12-24
Remove PCI_ROM_RUN option
Vladimir Serbinenko
2013-12-21
Add Kconfig options to override Subsystem Vendor and Device ID
Duncan Laurie
2013-12-17
device/dram/ddr3: Move CRC calculation in a separate function
Alexandru Gagniuc
2013-12-12
Log device path during resource allocation
Duncan Laurie
2013-11-26
Clean up POST codes for Boot State machine
Duncan Laurie
2013-11-26
Log device path into CMOS during probe stages
Duncan Laurie
2013-11-26
Add function to encode device path into integer
Duncan Laurie
2013-11-25
x86: use proper types for interrupt callbacks
Aaron Durbin
2013-11-08
Add new finalize functions for devices and chips
Marc Jones
2013-08-24
Add test to match struct device with pci_devfn_t
Kyösti Mälkki
2013-08-13
Add a generic Intel HD audio (Azalia) module azalia_device.c
Andrew Wu
2013-07-25
Redefine pci_bus_default_ops as function
Kyösti Mälkki
2013-07-10
device: Fix spelling
Martin Roth
2013-07-10
Provide support for setting up the framebuffer from EDID
Ronald G. Minnich
2013-06-17
pnp: Implement common handling for PnP config modes
Nico Huber
2013-06-17
pnp: Provide alternative pnp_enable() implementation
Nico Huber
2013-06-04
Yabel : Add tracing option needed by i915tool.
Denis 'GNUtoo' Carikli
2013-06-04
DDR3: Add utilities for creating MRS commands
Alexandru Gagniuc
2013-06-03
dram: Add utilities for decoding DDR3 SPDs
Alexandru Gagniuc
2013-05-10
Get rid of a number of __GNUC__ checks
Stefan Reinauer
2013-05-01
device tree: track init times
Aaron Durbin
2013-04-03
Add PXE ROM selection to Kconfig menu
Siyuan Wang
2013-04-01
pci: don't load vga option rom before S3 check
Aaron Durbin
2013-03-21
ramstage: prepare for relocation
Aaron Durbin
2013-03-15
Google Link: Add remaining code to support native graphics
Ronald G. Minnich
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-02-14
sconfig: rename lapic_cluster -> cpu_cluster
Stefan Reinauer
2013-02-14
sconfig: rename pci_domain -> domain
Stefan Reinauer
2013-02-08
VBE: Skip graphics mode setting for non-VGA devices
Stefan Reinauer
2013-02-08
oprom: fix compilation for Qemu target (and possibly others)
Stefan Reinauer
2013-02-07
YABEL: use system {in,out}[bwl] on x86
Patrick Georgi
2013-01-30
Extend CBFS to support arbitrary ROM source media.
Hung-Te Lin
2013-01-04
Make PCIe config options depend on PCIe support
Stefan Reinauer
2012-12-08
Fix Yabel compilation on non-x86 platforms
Stefan Reinauer
2012-12-08
Allow PCI option rom execution only on systems with PCI support
Stefan Reinauer
2012-12-06
Unify assembler function handling
Stefan Reinauer
2012-11-30
Rename devices -> device
Stefan Reinauer