1. 8ab989e src/mainboard: Capitalize ROM, RAM, CPU and APIC by Elyes HAOUAS · 8 years ago
  2. 580e722 devicetree: Change scan_bus() prototype in device ops by Kyösti Mälkki · 9 years ago
  3. cd37a2b devicetree: Rename unused parameter to passthru by Kyösti Mälkki · 9 years ago
  4. db9d169 qemu: 2.1+ smbios tables support by Gerd Hoffmann · 10 years ago
  5. ae98e83 CBMEM: Always use DYNAMIC_CBMEM by Kyösti Mälkki · 10 years ago
  6. 41877d8 i82371eb & qemu: Move to per-device ACPI. by Vladimir Serbinenko · 10 years ago
  7. c3f38cd mainboard: Use DEVICE_NOOP macro over dummy symbol by Edward O'Callaghan · 10 years ago
  8. baa7820 qemu: load e820 from fw_cfg by Gerd Hoffmann · 11 years ago
  9. ad690f2 qemu: q35: fix pci bar placement by Gerd Hoffmann · 11 years ago
  10. 42f4651 CBMEM northbridges: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  11. 3f34fc4 emulation/qemu-i440fx: style cleanup by Patrick Georgi · 11 years ago
  12. a4e7057 qemu: fix ioapic reservation by Gerd Hoffmann · 11 years ago
  13. 05d3f49 qemu: reserve ports by Gerd Hoffmann · 11 years ago
  14. 33e5df3 Set PCI bus operations at buildtime for ramstage by Kyösti Mälkki · 11 years ago
  15. 378d046 qemu-i440fx: Make it compile with CONFIG_DYNAMIC_CBMEM. by Denis 'GNUtoo' Carikli · 11 years ago
  16. ee941b38 qemu: add q35 support by Gerd Hoffmann · 11 years ago
  17. 9839a38 qemu: add support for memory above 4G by Gerd Hoffmann · 11 years ago
  18. 44b11f2 qemu: move ram ressource reservation from "set" to "read" stage by Gerd Hoffmann · 11 years ago
  19. 00cc7f43 qemu: move i440fx bits by Gerd Hoffmann · 11 years ago[Renamed (97%) from src/mainboard/emulation/qemu-x86/northbridge.c]
  20. aa588e0 qemu: wind up new cpu chip by Gerd Hoffmann · 11 years ago
  21. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 11 years ago
  22. 5f20b35 QEMU x86: northbridge.c: Name enabling device function to `northbridge_enable` by Paul Menzel · 11 years ago
  23. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 12 years ago
  24. 597ff87 qemu-x86: Implement more features by Stefan Reinauer · 12 years ago
  25. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  26. 0279036 Remove chip.h files without config structure by Kyösti Mälkki · 12 years ago
  27. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  28. c8feedd Unify Local APIC address definitions by Patrick Georgi · 13 years ago
  29. 164bcfd Add automatic SMBIOS table generation by Sven Schnelle · 13 years ago
  30. 97be27e We hardcode highmemory size in every northbridge! This is bad, and especially if suspend to ram is involved. Let the default be taken from cbmem.h which also handles the suspend logic. by Rudolf Marek · 14 years ago
  31. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  32. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 14 years ago
  33. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  34. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  35. 7339f36 Qemu, despite "emulating" an intel chipset, uses the CMOS to by Valdimir Serbinenko · 14 years ago
  36. 35784b6 cpu/emulation/qemu-x86 doesn't exist anymore, as this by Patrick Georgi · 14 years ago
  37. 2c5dc65 qemu: drop "northbridge.c" from src/cpu/... by Stefan Reinauer · 14 years ago[Renamed (99%) from src/cpu/emulation/qemu-x86/northbridge.c]
  38. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  39. 766db7e Make qemu use the udelay function in src/pc80/udelay_io.c by Patrick Georgi · 15 years ago
  40. 2e67273 Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. by Myles Watson · 15 years ago
  41. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  42. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  43. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  44. 0520d55 This patch adds high table support to qemu. It was already added to by Myles Watson · 15 years ago
  45. 032a965 Trivial white space fixes so that the next patches are easier to read. by Myles Watson · 15 years ago
  46. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  47. 8e65adb Fix outb to 0x80 delay functions to use inb instead (fixes excessive post codes by Stefan Reinauer · 16 years ago
  48. b8c2aa2 by Myles Watson · 17 years ago[Renamed (98%) from src/cpu/emulation/qemu-i386/northbridge.c]
  49. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 17 years ago
  50. 9cf642b fix for qemu northbridge, from Ed Swierk Signed-off-by: Ronald G. Minnich by Ronald G. Minnich · 18 years ago
  51. 246ae21 simplify code by Stefan Reinauer · 19 years ago[Renamed (95%) from src/northbridge/emulation/qemu-i386/northbridge.c]
  52. a9e632c - First stab at getting the ppc ports building and working. by Eric Biederman · 20 years ago
  53. 018d8dd - Update abuild.sh so it will rebuild successfull builds by Eric Biederman · 20 years ago
  54. e4932dc get qemu-i386 target building again by Stefan Reinauer · 20 years ago
  55. 6e53f50 sizeram removal/conversion. by Eric Biederman · 20 years ago
  56. dbec2d4 - Bump the LinuxBIOS major version by Eric Biederman · 20 years ago
  57. 7003ba4 - First stab at running linuxbios without the old static device tree. by Eric Biederman · 20 years ago
  58. e2b53e1 add northbridge code for qemu-i386 by Stefan Reinauer · 20 years ago