1. 741a0dd x86 realmode: Set up the 8254 timer before running option rom by zbao · 9 years ago
  2. 3a391fd x86emu/debug.h: remove #ifdef CONFIG_DEFAULT_CONSOLE_LOGLEVEL by Martin Roth · 9 years ago
  3. b538a69 device: remove unused x86 include from common code by Stefan Reinauer · 9 years ago
  4. 78c6e3e ddr3: add missing newline by Patrick Rudolph · 9 years ago
  5. 8c63935 ddr3: Fix SPD CRC calculation by Patrick Rudolph · 9 years ago
  6. 83fa169 oprom: Fix for 64bit by Stefan Reinauer · 9 years ago
  7. 0e7b7bb device: Use x86 specific code on x86-64 by Stefan Reinauer · 9 years ago
  8. 0cd0d28 PCIe : Adding some error/not-null condition checking by Pratik Prajapati · 9 years ago
  9. 4d6db95 Move remap_bsp_lapic to AMD specific code by Stefan Reinauer · 9 years ago
  10. fdc0a90 resource: Refactor IORESOURCE flags use by Kyösti Mälkki · 9 years ago
  11. fcbebb6 PCI subsystem: Drop PCI_64BIT_PREF_MEM option by Kyösti Mälkki · 9 years ago
  12. db23215 device/device.c: Improve output in `init_dev()` by Paul Menzel · 9 years ago
  13. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  14. ed7bc2c AMD K8 fam10: Drop extra HT scan_chain() parameters by Kyösti Mälkki · 9 years ago
  15. 0a3d4e4 AMD K8 fam10: Refactor HT link connection test by Kyösti Mälkki · 9 years ago
  16. 580e722 devicetree: Change scan_bus() prototype in device ops by Kyösti Mälkki · 9 years ago
  17. 2d2367c devicetree: Single scan_bridges() by Kyösti Mälkki · 9 years ago
  18. de271a8 PCI subsystem: Drop parameter max from scan_bus by Kyösti Mälkki · 9 years ago
  19. 757c8b4 PCI subsystem: Use subordinate property to track bus enumeration by Kyösti Mälkki · 9 years ago
  20. 3345240 PCI subsystem: Refactor PCI bridge register control by Kyösti Mälkki · 9 years ago
  21. 6f37017 devicetree: Rename unused parameter max in domain_scan_bus() by Kyösti Mälkki · 9 years ago
  22. cd37a2b devicetree: Rename unused parameter to passthru by Kyösti Mälkki · 9 years ago
  23. d0e212c devicetree: Discriminate device ops scan_bus() by Kyösti Mälkki · 9 years ago
  24. 6ccf119 HyperTransport: Use subordinate property to track chain enumeration by Kyösti Mälkki · 9 years ago
  25. b39714e HyperTransport: Move pci_scan_bus() call by Kyösti Mälkki · 9 years ago
  26. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  27. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  28. 634899c resource: Adjust memory resources high earlier by Kyösti Mälkki · 9 years ago
  29. e6a9290f resource: Enhance resource reporting by Kyösti Mälkki · 9 years ago
  30. 134b616 resource: Report correct secondary resource window by Kyösti Mälkki · 9 years ago
  31. e1ba3da device: Add class and subclass name support by Lee Leahy · 9 years ago
  32. 9ff8f6f Unify byte order macros and clrsetbits by Julius Werner · 9 years ago
  33. 7f70ad6 rk3288: Add software I2C support by Julius Werner · 9 years ago
  34. a30f7e6 cbfs: correct types used for accessing files by Aaron Durbin · 9 years ago
  35. a874a7c PCIe: Revise L1 Sub-State support by Kenji Chen · 9 years ago
  36. 31c6e63 PCIe: Add L1 Sub-State support. by Kenji Chen · 10 years ago
  37. 46ba480 device: convert to stopwatch API by Aaron Durbin · 10 years ago
  38. bf62b2d AMD fam10: Drop PCI_BUS_SEGN_BITS by Kyösti Mälkki · 9 years ago
  39. 18cb134 device/pciexp: Add support for PCIe CLK power management by Kane Chen · 10 years ago
  40. 85756c1 devicetree: Drop dummy root_dev ops by Kyösti Mälkki · 9 years ago
  41. eb605d7 device/device_util.c: Add space after ellipse for better legibility by Paul Menzel · 9 years ago
  42. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  43. 754fac4 PCI subsystem: Remove AGP bridge type by Kyösti Mälkki · 9 years ago
  44. c522fc8 drivers/xgi/z9s: Port Linux framebuffer initialization to coreboot by Timothy Pearson · 9 years ago
  45. c3f6bb0 AMD HyperTransport: Drop unused link optimisation by Kyösti Mälkki · 9 years ago
  46. 9664345 devicetree: Search PnP device node from the tree by path by Kyösti Mälkki · 9 years ago
  47. d0c1dd0 device/hypertransport.c: Fix typo in comment by Timothy Pearson · 10 years ago
  48. 29445dc device/oprom/realmode/x86: Fix memory corruption by Zhuo-Hao Lee · 10 years ago
  49. 98b698c src/device: Doxygen fixes by Martin Roth · 10 years ago
  50. 32bc6b6 doxygen fixes: fix parameter names to match the functions by Martin Roth · 10 years ago
  51. a91e1e6 Fix Kconfig whitespace by Kyösti Mälkki · 10 years ago
  52. 37d7ac8 i2c: Add software_i2c driver for I2C debugging and emulation by Julius Werner · 10 years ago
  53. 1bdd321 RELOCATABLE_RAMSTAGE: Fix weak symbols with option ROMs by Kyösti Mälkki · 10 years ago
  54. 992066a spd_cache debug: Log invalid CRC checksum by Tobias Diedrich · 10 years ago
  55. 0e675f7 ddr3: Plumber DIMM type to parsed structure. by Vladimir Serbinenko · 10 years ago
  56. 31cef1f device/dram/ddr3.c: Fix sizeof on array func param overflow by Edward O'Callaghan · 10 years ago
  57. 016732f pci_ops.{c,h}: Don't hide pointers behind typedefs by Edward O'Callaghan · 10 years ago
  58. 58470e3 Kconfig: clean up options in top level and device menu by Stefan Reinauer · 10 years ago
  59. 8404dca Remove stale char[] initialization causing unaligned memory access by Marcelo Povoa · 10 years ago
  60. 0108b93 pnp: Allow setting of misc register 0xf4 in device tree by Stefan Reinauer · 11 years ago
  61. 75c8387 azalia: Shrink boilerplate by Vladimir Serbinenko · 10 years ago
  62. 08ba7d0 pnp: Allow setting of misc register 0xfa in device tree by Stefan Reinauer · 11 years ago
  63. 51edd54 ARM: Generalize armv7 as arm. by Gabe Black · 11 years ago
  64. 91810dd device/oprom/realmode: Sanitize header inclusion by Edward O'Callaghan · 10 years ago
  65. 7842eb2 device/oprom/realmode/x86.c: Move includes to top of file by Edward O'Callaghan · 10 years ago
  66. 7686a56 sandy/ivybridge: Native raminit. by Vladimir Serbinenko · 10 years ago
  67. 6e3712f device/oprom/yabel/vbe.c: Fix memory leak by Daniele Forsi · 10 years ago
  68. f9ce88e device/oprom/realmode/x86.c: Fix memory leak by Daniele Forsi · 10 years ago
  69. f2fb7d9 src/device/Kconfig: make help for VGA_BIOS_ID and PXE_ROM_ID more similar by Daniele Forsi · 10 years ago
  70. 53847a2 src/.../Kconfig: various small fixes to texts by Daniele Forsi · 10 years ago
  71. ed3d0e8 src/device/Kconfig: fix typo in label "1024x768 256-color" by Daniele Forsi · 10 years ago
  72. c2956e7 device/pci_early.c: Mixes up variants of a typedefs to 'u32' by Edward O'Callaghan · 10 years ago
  73. 29794b7 device,Makefile.inc: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  74. 2b2f849 YABEL: Initialize global `biosmem` pointer for VBE by Nico Huber · 10 years ago
  75. 64ea6db device: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  76. 577573f YABEL: Drop IO stubs that are (by own admission) never used by Patrick Georgi · 10 years ago
  77. 36abdc4 gizmosphere/gizmo: Move support of SPD data in CBFS by Kyösti Mälkki · 10 years ago
  78. 6c99250 device/pci_device.c: Sanitize headers by Edward O'Callaghan · 10 years ago
  79. a173a62 Remove guarding #includes by CONFIG_FOO combinations by Edward O'Callaghan · 10 years ago
  80. 58ceb00 PCI VGA ROM: Use acpi_is_wakeup_s3() by Kyösti Mälkki · 10 years ago
  81. 2092387 device/device_util.c: Fix wording in comment of `new_resource()` by Paul Menzel · 10 years ago
  82. 0f5cf5e PCI IRQs: Swizzle PCI IRQs for PCI bridges by Mike Loptien · 10 years ago
  83. 16d953a device_romstage: Add a way to move to the next device by Martin Roth · 10 years ago
  84. c867626 device/oprom/yabel/vbe.c: Avoid unused func warn by Edward O'Callaghan · 10 years ago
  85. 99ac98f Introduce stage-specific architecture for coreboot by Furquan Shaikh · 10 years ago
  86. 9ab1c10 device: Conditionally bypass oprom execution by Kyösti Mälkki · 11 years ago
  87. ab56b3b ChromeOS: Remove oprom_is_loaded by Kyösti Mälkki · 11 years ago
  88. 580e564 device: provide option to always load PCI option roms by Kyösti Mälkki · 10 years ago
  89. 4c686f2 OxPCIe uart: Split PCI bridge control by Kyösti Mälkki · 10 years ago
  90. 160e9a0 devices: Allow to configure textmode in native gfx init. by Vladimir Serbinenko · 10 years ago
  91. fb6d25f device: Do not show "framebuffer graphics resolution" with native init. by Vladimir Serbinenko · 10 years ago
  92. 2161c1d PCI: Add capability list parser to romstage by Kyösti Mälkki · 10 years ago
  93. 318066f PCI: Guard pci.h with CONFIG_PCI by Kyösti Mälkki · 10 years ago
  94. b33384a device_util: Make device in dev_find_slot_pnp u16. by Vladimir Serbinenko · 10 years ago
  95. 400c05c device_util: Add dev_find_slot_pnp. by Vladimir Serbinenko · 10 years ago
  96. dec9198 smbus: Add guards to avoid calling NULL. by Vladimir Serbinenko · 11 years ago
  97. 0af61b6 lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content by Vladimir Serbinenko · 11 years ago
  98. a37383d Replace all occurences of sprintf with snprintf by Vladimir Serbinenko · 11 years ago
  99. fd3451d device/Kconfig: Add third person singular s to lacks by Paul Menzel · 11 years ago
  100. b32816e Remove PCI_ROM_RUN option by Vladimir Serbinenko · 11 years ago