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
Age
Commit message (
Expand
)
Author
2012-11-13
cros: Inform U-Boot via fake gpio when VGA Option ROM is loaded
Bill Richardson
2012-11-12
oprom: Ensure that mode information is valid before putting it in the tables.
Gabe Black
2012-11-08
Make option rom init more verbose
Stefan Reinauer
2012-11-06
Drop redundant CHIP_NAME in mainboard.c
Kyösti Mälkki
2012-11-06
Add name field for device
Kyösti Mälkki
2012-10-29
Hide all _ROM_RUN Kconfig options if the payload is SeaBIOS
Peter Stuge
2012-10-29
Run option ROMs in coreboot by default only if the payload is not SeaBIOS
Peter Stuge
2012-10-29
Clarify that _ROM_RUN Kconfig options control if ROMs are run by coreboot
Peter Stuge
2012-10-27
Take care of NULL chip_ops->name
Kyösti Mälkki
2012-10-08
Every chip must have chip_operations
Kyösti Mälkki
2012-10-07
Revert order in VGA device choice
Kostr
2012-10-05
YABEL: Common API to register interrupt handlers
Patrick Georgi
2012-08-27
AMD northbridges: factor out CPU allocation
Kyösti Mälkki
2012-08-08
Fix SMBIOS generation
Stefan Reinauer
2012-08-04
Make the device tree available in the rom stage
Stefan Reinauer
2012-08-03
Fix mainboard level enable_dev()
Kyösti Mälkki
2012-08-02
x86emu: fix jump_near_IMM to handle DATA: flag correctly
Stefan Reinauer
2012-08-02
x86emu: Fix more mis-decoding of the data prefix
Stefan Reinauer
2012-08-02
Remove uma_memory_base from build if no GFXUMA
Kyösti Mälkki
2012-08-02
x86emu: Respect the LEA 67h address size prefix
Stefan Reinauer
2012-07-27
x86emu: Fix BSF and BSR instructions
Stefan Reinauer
2012-07-27
x86emu: fix comment for BTS instruction
Stefan Reinauer
2012-07-27
x86emu: Add an RDTSC implementation to the x86 emulator
Stefan Reinauer
2012-07-27
Allocators for different memory regions types
Kyösti Mälkki
2012-07-27
x86emu: Use NULL instead of 0 when assigning pointer
Stefan Reinauer
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
Allow YABEL to fake write accesses to config space
Patrick Georgi
2012-07-20
Drop VGA_BRIDGE_SETUP config option
Patrick Georgi
2012-07-16
Change uma_resource() to use new type IORESOURCE_UMA_FB.
Kyösti Mälkki
2012-07-16
Define global uma_memory variables
Kyösti Mälkki
2012-07-16
Add global uma_resource()
Kyösti Mälkki
2012-07-13
MPTAPLE: generate from devicetree.cb
Sven Schnelle
2012-07-10
Use dev_lock for alloc_find_dev()
Kyösti Mälkki
2012-07-05
PCI Type2 config must die
Ronald G. Minnich
2012-05-08
Clean up #ifs
Patrick Georgi
2012-05-01
Allow device ID arrays in the PCI driver structure
Vadim Bendebury
2012-04-28
Reverse Vendor ID & Device ID for map_oprom_vendev()
Martin Roth
2012-04-02
x86, oprom: ensure DF is always cleared
Mathias Krause
2012-04-02
[ChromeOS] Don't initialize VGA Option ROM in normal mode
Stefan Reinauer
2012-04-02
Add a helper function to determine the number of enabled CPUs
Stefan Reinauer
2012-03-30
Don't unconditionally add support for cardbus and pci-x devices
Stefan Reinauer
2012-03-30
Prepare the BIOS data areas before device init.
Duncan Laurie
2012-03-29
Add support for enabling PCIe Common Clock and ASPM
Duncan Laurie
2012-03-24
printf: Remove some L modifier uses
Patrick Georgi
2012-03-09
Add helper function to find a Local APIC by ID in the device tree.
Duncan Laurie
2012-03-09
Don't try to compute I/O for empty sub buses.
Stefan Reinauer
2012-03-09
Don't run any Option ROMs stored outside of the system flash
Stefan Reinauer
2012-03-08
Don't run VGA option ROMs on S3 resume.
Stefan Reinauer
2012-03-07
Move C labels to start-of-line
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
2012-02-07
Add OPROM mapping support to coreboot
Stefan Reinauer
2011-12-13
Fix console output in real mode int10 implementation.
Stefan Reinauer
2011-11-01
remove trailing whitespace
Stefan Reinauer
2011-10-21
Use ntohll where appropriate.
Stefan Reinauer
2011-10-13
Fix compilation of x86emu with gcc 4.6.x
Stefan Reinauer
2011-10-13
Fix native x86 option rom initialization
Stefan Reinauer
2011-10-13
refactor vesa mode setting code and bootsplash code
Stefan Reinauer
2011-10-13
Refactor option rom initialization code in coreboot.
Stefan Reinauer
2011-04-21
more ifdef -> if fixes
Stefan Reinauer
2011-04-21
some ifdef --> if fixes
Stefan Reinauer
2011-03-01
Use subsystem id from devicetree.cb instead of Kconfig and move
Sven Schnelle
2011-02-03
Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functions
Patrick Georgi
2011-01-31
Fix an infinite loop in pnp_get_ioresource(), which freezes coreboot if
Stefan Reinauer
2011-01-21
Make YABEL warnings-are-errors safe
Patrick Georgi
2011-01-13
Improve compatibility of YABEL with real-world VGABIOSes
Patrick Georgi
2010-12-16
don't hardcode CONFIG_PC80_SYSTEM
Stefan Reinauer
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-18
Cosmetics and coding style fixes in devices/*.
Uwe Hermann
2010-10-17
Various Doxygen comment fixes, typo fixes, etc.
Uwe Hermann
2010-10-11
Factor out a few commonly duplicated functions from northbridge.c.
Uwe Hermann
2010-09-30
Rename build system variables to be more intuitive, and
Patrick Georgi
2010-09-13
Print an error and correct pci scan limits. Skip sb700 ISA DMA init if needed.
Juhana Helovuo
2010-09-09
Make huge macros inline functions for readability. Remove warnings. Trivial.
Myles Watson
2010-09-09
My Jmicron SATA card writes the name of the hard drive to the screen.
Myles Watson
2010-09-07
My Jmicron SATA card depends on the BIOS not clearing AL when setting AH.
Myles Watson
2010-09-07
Make a Kconfig option for debugging output from realmode emulation. Trivial.
Myles Watson
2010-09-01
Simplify last_dev_p so that it matches comments.
Myles Watson
2010-08-30
Make yabel work for non-zero bus numbers. The link_num is not the bus number.
Myles Watson
2010-08-23
mark unused variables in x86emu as unused. gcc has a mechanism for this.
Stefan Reinauer
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-06-07
cardbus_scan_bridge is identical to pci_scan_bridge
Myles Watson
2010-06-05
tly cosmetical. don't use movw because we use mov in most places.
Stefan Reinauer
2010-06-04
This patch fixes the option rom code that was buggy when it switched
Edwin Beasant
2010-06-04
Enable PCI_OPTION_ROM_REALMODE when GEODE_VSA is selected.
Myles Watson
2010-06-02
Fix hard-coded log levels.
Myles Watson
2010-05-27
fix warnings.
Stefan Reinauer
2010-05-23
consistently use decimal for the register offsets, and fix comment typos.
Stefan Reinauer
2010-05-21
Use lists instead of arrays for resources in devices to reduce memory usage.
Myles Watson
2010-05-11
Change real mode API to allow passing intXX number or entry point and
Stefan Reinauer
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-26
fix a bug in pcibios check.
Stefan Reinauer
2010-04-24
drop all duplicate copies of vgabios.c in favor
Stefan Reinauer
2010-04-22
via epia-m now works with default x86.c instead of its own copy of vgabios.c.
Stefan Reinauer
[next]