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
/
devices
/
pci_rom.c
Age
Commit message (
Expand
)
Author
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2009-11-17
Silence two warnings. Only use the Qemu hard-coded address for VGA devices.
Myles Watson
2009-11-06
Remove drivers/pci/onboard. The only purpose was for option ROMs, which are
Myles Watson
2009-11-05
When loading an option ROM use the class stored in the device to
Mark Marshall
2009-10-03
Remove:
Patrick Georgi
2009-06-09
Fix a little white space issue. Also, don't copy the rom image
Ronald G. Minnich
2009-04-22
- printed CBFS rom address was always 0
Stefan Reinauer
2009-04-21
Eliminate various issues brought up by scan-build.
Patrick Georgi
2009-04-14
v2/src romfs->cbfs rename
Peter Stuge
2009-04-06
Some changes for option roms:
Ronald G. Minnich
2009-04-06
Add support for romfs to option rom loading.
Ronald G. Minnich
2009-02-09
Remove some warnings, mainly from format strings which didn't match the
Myles Watson
2008-08-01
fix typos and warnings in the device tree code (trivial)
Stefan Reinauer
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
2007-04-09
This patch corrects r2587. It makes sure that the VGA is initialized
Roman Kononov
2007-04-06
This patch makes sure that VGA is initialized before it is used. Without
Roman Kononov
2006-04-24
hex values with 0x prefix
Stefan Reinauer
2005-12-02
1201_ht_bus0_dev0_fidvid_core.diff
Stefan Reinauer
2005-11-21
This was posted on issue tracker and approve by ron minnich
Ronald G. Minnich
2005-07-06
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-44
arch import user (historical)
2005-07-06
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38
arch import user (historical)
2005-07-06
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36
arch import user (historical)
2005-07-06
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-10
arch import user (historical)
2005-01-19
minor reformat
Li-Ta Lo
2005-01-18
class code reverse
Yinghai Lu
2005-01-17
linkb_to_host and addon display card override onboard card.
Yinghai Lu
2005-01-14
CONFIG_PCI_ROM_RUN
Yinghai Lu
2005-01-13
better embedded ROM support, done blindly
Li-Ta Lo
2005-01-13
remove #include chip.h
Li-Ta Lo
2005-01-13
onboard pci_rom
Yinghai Lu
2005-01-11
works for PCI vga cards too
Li-Ta Lo
2005-01-10
added PCI expansion ROM support,
Li-Ta Lo