Age | Commit message (Expand) | Author |
2012-11-27 | Provide weak empty declarations of all chip_ops used on a board | Patrick Georgi |
2012-11-27 | Add initialization hook for chips | Nico Huber |
2012-11-24 | x86 realmode: Use x86emu register file + defines | Patrick Georgi |
2012-11-24 | x86 realmode: Adapt to x86emu/YABEL style return codes | Patrick Georgi |
2012-11-24 | x86emu: Move realmode handler into own directory | Patrick Georgi |
2012-11-20 | Unify use of bool config variables | Stefan Reinauer |
2012-11-16 | Clean up Kconfig | Stefan Reinauer |
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 |