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
/
devices
/
device.c
Age
Commit message (
Expand
)
Author
2012-11-27
Add initialization hook for chips
Nico Huber
2012-10-07
Revert order in VGA device choice
Kostr
2012-08-08
Fix SMBIOS generation
Stefan Reinauer
2012-08-03
Fix mainboard level enable_dev()
Kyösti Mälkki
2012-08-02
Remove uma_memory_base from build if no GFXUMA
Kyösti Mälkki
2012-07-25
Remove useless semicolon
Patrick Georgi
2012-07-22
Simplify VGA card discovery
Patrick Georgi
2012-07-20
Allow shutting down internal graphics if plugin graphics are preferred
Patrick Georgi
2012-07-20
Drop VGA_BRIDGE_SETUP config option
Patrick Georgi
2012-07-16
Define global uma_memory variables
Kyösti Mälkki
2012-07-10
Use dev_lock for alloc_find_dev()
Kyösti Mälkki
2012-05-08
Clean up #ifs
Patrick Georgi
2012-03-30
Prepare the BIOS data areas before device init.
Duncan Laurie
2012-03-24
printf: Remove some L modifier uses
Patrick Georgi
2012-02-23
Revert "Fix multipleVGA cards resource conflict on Windows"
Marc Jones
2012-02-07
Fix multipleVGA cards resource conflict on Windows
Kerry Sheh
2010-11-22
Printing coreboot debug messages on VGA console is pretty much useless, since
Stefan Reinauer
2010-11-04
Various cosmetic and coding style fixes in src/devices.
Uwe Hermann
2010-10-17
Various Doxygen comment fixes, typo fixes, etc.
Uwe Hermann
2010-09-01
Simplify last_dev_p so that it matches comments.
Myles Watson
2010-08-17
Clarify comment a bit
Patrick Georgi
2010-08-16
Call mainboard init functions.
Myles Watson
2010-06-17
Always enable parent resources before child resources.
Myles Watson
2010-06-09
Same conversion as with resources from static arrays to lists, except
Myles Watson
2010-05-21
Use lists instead of arrays for resources in devices to reduce memory usage.
Myles Watson
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2009-11-12
Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.
Myles Watson
2009-10-28
The check for zero sized resources is already done earlier. So don't redo it
Stefan Reinauer
2009-10-27
Improve coreboot build output and eliminate some warnings:
Uwe Hermann
2009-10-26
Now that the resource allocator is working nicely we can turn down the debug
Stefan Reinauer
2009-10-13
Remove a couple more warnings. Trivial.
Myles Watson
2009-09-17
Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP.
Myles Watson
2009-08-28
The resource allocator complained about 0-sized fixed
Patrick Georgi
2009-08-19
Add an error message if there is a zero-sized fixed resource. Fix the existing
Myles Watson
2009-08-19
Don't let zero sized fixed resource mess up the allocator's memory map.
Patrick Georgi
2009-07-18
drop unused variable (trivial)
Stefan Reinauer
2009-07-02
Update the k8 code for the v3 resource allocator.
Myles Watson
2009-07-02
Move the v3 resource allocator to v2.
Myles Watson
2009-05-12
Use the debugging functions to print out the tree and resources.
Myles Watson
2009-05-11
Trivial white space fixes so that the next patches are easier to read.
Myles Watson
2009-03-06
fix a bunch of cast and type warnings and don't call the apic "nvram", that
Stefan Reinauer
2009-03-04
I just went on a bugfix frenzy and fixed all printk format warnings
Carl-Daniel Hailfinger
2008-10-29
Changes required to the device allocator:
Stefan Reinauer
2008-08-01
a heuristics is something different
Stefan Reinauer
2008-08-01
clarify in the printks what function is actually called. This little smart magic
Stefan Reinauer
2008-04-25
Fix so pci device memory allocation does not use memory base address at 0xfec...
Aaron Lwe
2008-01-18
Please bear with me - another rename checkin. This qualifies as trivial, no
Stefan Reinauer
2007-04-22
Add explicit license headers to all files in src/device.
Uwe Hermann
2006-05-18
add option to decide to use onboard vga or addon card.
Yinghai Lu
2006-03-17
- sc520 updates. move PAR setup to mainboard auto.c
Stefan Reinauer
[next]