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
/
device.c
Age
Commit message (
Expand
)
Author
2019-06-03
src/device: Prevent attack on null pointer dereference
John Zhao
2019-03-25
Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)
Julius Werner
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-04
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2018-10-23
src: Remove unneeded whitespace
Elyes HAOUAS
2018-09-19
src/device/device.c: Don't use device_t in ramstage
Elyes HAOUAS
2018-07-09
src/{device,drivers}: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
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-09
{device,drivers,lib,mb,nb}: Use only one space after 'if'
Elyes HAOUAS
2018-04-30
device: constify some variables
Lubomir Rintel
2017-09-22
arch/x86: Enable ebda library for romstage and postcar
Subrata Banik
2017-06-28
src/device: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-02-06
devtree: Drop unused parameter show_devs_tree() call
Kyösti Mälkki
2016-04-13
src/device: Update license headers
Martin Roth
2015-11-19
device/device.c: remove warning for missing apic read resources
Martin Roth
2015-10-27
device: Stop and output time in `scan_bus()`
Paul Menzel
2015-06-10
resource: Refactor IORESOURCE flags use
Kyösti Mälkki
2015-06-10
PCI subsystem: Drop PCI_64BIT_PREF_MEM option
Kyösti Mälkki
2015-06-09
device/device.c: Improve output in `init_dev()`
Paul Menzel
2015-06-04
devicetree: Change scan_bus() prototype in device ops
Kyösti Mälkki
2015-06-04
devicetree: Single scan_bridges()
Kyösti Mälkki
2015-05-05
resource: Adjust memory resources high earlier
Kyösti Mälkki
2015-05-05
resource: Enhance resource reporting
Kyösti Mälkki
2015-05-05
resource: Report correct secondary resource window
Kyösti Mälkki
2015-03-21
device: convert to stopwatch API
Aaron Durbin
2015-01-06
doxygen fixes: fix parameter names to match the functions
Martin Roth
2014-02-12
PCI: Guard pci.h with CONFIG_PCI
Kyösti Mälkki
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-08
Add new finalize functions for devices and chips
Marc Jones
2013-07-10
device: Fix spelling
Martin Roth
2013-05-01
device tree: track init times
Aaron Durbin
2013-02-14
sconfig: rename pci_domain -> domain
Stefan Reinauer
2012-11-30
Rename devices -> device
Stefan Reinauer