1. bfb11be include/device/device.h: Remove CHIP_NAME() macro by Nicholas Sudsgaard · 5 months ago
  2. 0b0113f device/device.h: Rename pci_domain_scan_bus by Arthur Heymans · 10 months ago
  3. b78e462 Convert literal uses of CONFIG_MAINBOARD_{VENDOR,PART_NUMBER} by Kyösti Mälkki · 1 year, 7 months ago
  4. c8a20b9 cpu/*: Drop PARALLEL_MP leftovers by Arthur Heymans · 1 year, 8 months ago
  5. 61ed4ef treewide: use predicate to check if pci device is on n-th bus by Fabio Aiuto · 1 year, 9 months ago
  6. 7c60068 mb/qemu-i440fx,soc/nvidia: Fix coverity reported defects by Kyösti Mälkki · 2 years ago
  7. b20a714 mb/emulation/qemu-i440fx,q35: Do resource transition by Kyösti Mälkki · 3 years ago
  8. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 1 month ago
  9. 4db2e8e mb/emulation/qemu-q35: Support PARALLEL_MP with SMM_ASEG by Arthur Heymans · 2 years, 8 months ago
  10. fc86f8b src/mb: Remove unused <string.h> by Elyes HAOUAS · 2 years, 6 months ago
  11. b23571c src: Drop duplicated includes by Elyes HAOUAS · 2 years, 6 months ago
  12. d16d00b mb/emulation/qemu-i440fx: Refactor `fw_cfg_max_cpus()` by Angel Pons · 2 years, 8 months ago
  13. 4dd7d11 cpu/x86/mp_init: move printing of failure message into mp_init_with_smm by Felix Held · 2 years, 9 months ago
  14. d27ef5b cpu/x86/mp_init: use cb_err as mp_init_with_smm return type by Felix Held · 2 years, 9 months ago
  15. a37701a SMBIOS: Introduce `smbios_full_table_len` function by Angel Pons · 3 years ago
  16. d62a501 SMBIOS: Introduce `smbios_carve_table` function by Angel Pons · 3 years ago
  17. 35b99c6 SMBIOS: Avoid `sizeof` on struct type by Angel Pons · 3 years ago
  18. dea42e0 cpu/x86/lapic: Replace LOCAL_APIC_ADDR references by Kyösti Mälkki · 3 years, 1 month ago
  19. e69d2df mb/emulation/qemu-q35: Add support for SMM_TSEG with parallel MP init by Arthur Heymans · 3 years, 7 months ago
  20. cfa0225 mb/emulation/qemu: Fix SMP boot by Patrick Rudolph · 3 years, 5 months ago
  21. a75a2fa mb/emulation/x86: Add optional parallel_mp init support by Arthur Heymans · 3 years, 7 months ago
  22. a92acec mb/emulation/qemu-i440fx/northbridge.c: Use SMBIOS macros by Elyes HAOUAS · 4 years ago
  23. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  24. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 3 months ago
  25. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 3 months ago
  26. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 3 months ago
  27. 585495e mainboard/emulation: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  28. b40e780 mb/emulation/qemu-i440fx: Add acpi_name handler for QEMU by Duncan Laurie · 4 years, 4 months ago
  29. ddd4f9a mb/emulation/qemu-i440fx: Reserve low memory by Duncan Laurie · 4 years, 4 months ago
  30. b9bd69e src/mainboard: Remove unused '#include <device/pci.h>' by Elyes HAOUAS · 4 years, 7 months ago
  31. ed69de3 mainboard: Add missing include <device/pci_def.h> by Elyes HAOUAS · 4 years, 7 months ago
  32. 660ff20 emulation/qemu-i440fx/northbridge.c: Fix minor whitespace by Himanshu Sahdev · 4 years, 10 months ago
  33. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  34. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  35. bcd84fe mb/emulation/qemu-i440fx: change file handling by Thomas Heijligen · 5 years ago
  36. 98a9174 device: Replace ugly cases of dev_find_slot() by Kyösti Mälkki · 6 years ago
  37. 7665aef mb/emulation/qemu-i440fx|q35: Get rid of unused headers by Patrick Rudolph · 6 years ago
  38. 69d5ef9 mb/emulation/qemu-i440fx|q35: Link memory.c by Patrick Rudolph · 6 years ago
  39. b28f466 src/mainboard: Add and update license headers by Martin Roth · 6 years ago
  40. ccb9502 mb/emulation/qemu-i440fx: Get rid of device_t by Kyösti Mälkki · 6 years ago
  41. 3de3031 {mb,nb,soc}: Remove references to pci_bus_default_ops() by Nico Huber · 6 years ago
  42. f95911a mainboard/[a-e]: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  43. b4d0757 emulation/qemu-i440fx: Use SMBIOS macros by Paul Menzel · 7 years ago
  44. 8ab989e src/mainboard: Capitalize ROM, RAM, CPU and APIC by Elyes HAOUAS · 8 years ago
  45. 580e722 devicetree: Change scan_bus() prototype in device ops by Kyösti Mälkki · 9 years ago
  46. cd37a2b devicetree: Rename unused parameter to passthru by Kyösti Mälkki · 9 years ago
  47. db9d169 qemu: 2.1+ smbios tables support by Gerd Hoffmann · 10 years ago
  48. ae98e83 CBMEM: Always use DYNAMIC_CBMEM by Kyösti Mälkki · 10 years ago
  49. 41877d8 i82371eb & qemu: Move to per-device ACPI. by Vladimir Serbinenko · 10 years ago
  50. c3f38cd mainboard: Use DEVICE_NOOP macro over dummy symbol by Edward O'Callaghan · 10 years ago
  51. baa7820 qemu: load e820 from fw_cfg by Gerd Hoffmann · 11 years ago
  52. ad690f2 qemu: q35: fix pci bar placement by Gerd Hoffmann · 11 years ago
  53. 42f4651 CBMEM northbridges: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  54. 3f34fc4 emulation/qemu-i440fx: style cleanup by Patrick Georgi · 11 years ago
  55. a4e7057 qemu: fix ioapic reservation by Gerd Hoffmann · 11 years ago
  56. 05d3f49 qemu: reserve ports by Gerd Hoffmann · 11 years ago
  57. 33e5df3 Set PCI bus operations at buildtime for ramstage by Kyösti Mälkki · 11 years ago
  58. 378d046 qemu-i440fx: Make it compile with CONFIG_DYNAMIC_CBMEM. by Denis 'GNUtoo' Carikli · 11 years ago
  59. ee941b38 qemu: add q35 support by Gerd Hoffmann · 11 years ago
  60. 9839a38 qemu: add support for memory above 4G by Gerd Hoffmann · 11 years ago
  61. 44b11f2 qemu: move ram ressource reservation from "set" to "read" stage by Gerd Hoffmann · 11 years ago
  62. 00cc7f43 qemu: move i440fx bits by Gerd Hoffmann · 11 years ago[Renamed (97%) from src/mainboard/emulation/qemu-x86/northbridge.c]
  63. aa588e0 qemu: wind up new cpu chip by Gerd Hoffmann · 11 years ago
  64. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 11 years ago
  65. 5f20b35 QEMU x86: northbridge.c: Name enabling device function to `northbridge_enable` by Paul Menzel · 11 years ago
  66. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 11 years ago
  67. 597ff87 qemu-x86: Implement more features by Stefan Reinauer · 12 years ago
  68. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  69. 0279036 Remove chip.h files without config structure by Kyösti Mälkki · 12 years ago
  70. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  71. c8feedd Unify Local APIC address definitions by Patrick Georgi · 12 years ago
  72. 164bcfd Add automatic SMBIOS table generation by Sven Schnelle · 13 years ago
  73. 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
  74. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  75. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 14 years ago
  76. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  77. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  78. 7339f36 Qemu, despite "emulating" an intel chipset, uses the CMOS to by Valdimir Serbinenko · 14 years ago
  79. 35784b6 cpu/emulation/qemu-x86 doesn't exist anymore, as this by Patrick Georgi · 14 years ago
  80. 2c5dc65 qemu: drop "northbridge.c" from src/cpu/... by Stefan Reinauer · 14 years ago[Renamed (99%) from src/cpu/emulation/qemu-x86/northbridge.c]
  81. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  82. 766db7e Make qemu use the udelay function in src/pc80/udelay_io.c by Patrick Georgi · 14 years ago
  83. 2e67273 Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. by Myles Watson · 15 years ago
  84. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  85. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  86. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  87. 0520d55 This patch adds high table support to qemu. It was already added to by Myles Watson · 15 years ago
  88. 032a965 Trivial white space fixes so that the next patches are easier to read. by Myles Watson · 15 years ago
  89. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  90. 8e65adb Fix outb to 0x80 delay functions to use inb instead (fixes excessive post codes by Stefan Reinauer · 16 years ago
  91. b8c2aa2 by Myles Watson · 16 years ago[Renamed (98%) from src/cpu/emulation/qemu-i386/northbridge.c]
  92. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 16 years ago
  93. 9cf642b fix for qemu northbridge, from Ed Swierk Signed-off-by: Ronald G. Minnich by Ronald G. Minnich · 18 years ago
  94. 246ae21 simplify code by Stefan Reinauer · 19 years ago[Renamed (95%) from src/northbridge/emulation/qemu-i386/northbridge.c]
  95. a9e632c - First stab at getting the ppc ports building and working. by Eric Biederman · 20 years ago
  96. 018d8dd - Update abuild.sh so it will rebuild successfull builds by Eric Biederman · 20 years ago
  97. e4932dc get qemu-i386 target building again by Stefan Reinauer · 20 years ago
  98. 6e53f50 sizeram removal/conversion. by Eric Biederman · 20 years ago
  99. dbec2d4 - Bump the LinuxBIOS major version by Eric Biederman · 20 years ago
  100. 7003ba4 - First stab at running linuxbios without the old static device tree. by Eric Biederman · 20 years ago