1. f77f7cd device,nb/amd: Deduplicate add_more_links() by Jacob Garber · 5 years ago
  2. bd7739f device: ignore NONE devices behind bridge by Patrick Rudolph · 5 years ago
  3. 217ca36 resources: introduce io_resource() by Subrata Banik · 5 years ago
  4. 0ce41f1 src: Add required space after "switch" by Elyes HAOUAS · 6 years ago
  5. 2df1c12 device: Move find_dev_path() to device_const.c by Kyösti Mälkki · 6 years ago
  6. f6a4344 device: Move dev_find_path() to device_const.c by Nico Huber · 6 years ago
  7. 9129f1a device: Always build device_simple.c for less code duplication by Nico Huber · 6 years ago
  8. e348066 src/device: Get rid of device_t by Elyes HAOUAS · 6 years ago
  9. b748221 device/device_util.c: Remove space after sizeof by Elyes HAOUAS · 6 years ago
  10. bae9f85 devicetree: Add USB device type by Duncan Laurie · 6 years ago
  11. 564547f src/device: Fix discarded-qualifiers compilation issue by Subrata Banik · 6 years ago
  12. 9ba8f7c device: constify some variables by Lubomir Rintel · 6 years ago
  13. ca2ed9f sconfig: Add a new mmio resource type by Justin TerAvest · 7 years ago
  14. f034902 device: further untangle device_t from struct device by Aaron Durbin · 7 years ago
  15. 6a81184 device/device_util: Add string for DEVICE_PATH_NONE by Patrick Rudolph · 7 years ago
  16. 7f35d3a src/device: Fix checkpatch warning: no spaces at the start of a line by Martin Roth · 7 years ago
  17. a6909f8 device/device_util: Add function to determine bridge state by Patrick Rudolph · 7 years ago
  18. 7606c37 device: Add a new "SPI" device type by Furquan Shaikh · 8 years ago
  19. 3d3c8c3 devtree: Drop unused parameter show_devs_tree() call by Kyösti Mälkki · 8 years ago
  20. fe204fe src/device: Get device structure by path type by Subrata Banik · 8 years ago
  21. e25b5ef MMCONF_SUPPORT: Consolidate resource registration by Kyösti Mälkki · 8 years ago
  22. 4650f5b sconfig: Add a new generic device type by Duncan Laurie · 8 years ago
  23. b7ce5fe sconfig: Add 10bit addressing mode to i2c device type by Duncan Laurie · 8 years ago
  24. a95baf9 device: Add device path display support by Lee Leahy · 9 years ago
  25. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  26. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  27. bf62b2d AMD fam10: Drop PCI_BUS_SEGN_BITS by Kyösti Mälkki · 9 years ago
  28. eb605d7 device/device_util.c: Add space after ellipse for better legibility by Paul Menzel · 10 years ago
  29. 8404dca Remove stale char[] initialization causing unaligned memory access by Marcelo Povoa · 11 years ago
  30. 2092387 device/device_util.c: Fix wording in comment of `new_resource()` by Paul Menzel · 10 years ago
  31. 318066f PCI: Guard pci.h with CONFIG_PCI by Kyösti Mälkki · 11 years ago
  32. b33384a device_util: Make device in dev_find_slot_pnp u16. by Vladimir Serbinenko · 11 years ago
  33. 400c05c device_util: Add dev_find_slot_pnp. by Vladimir Serbinenko · 11 years ago
  34. a37383d Replace all occurences of sprintf with snprintf by Vladimir Serbinenko · 11 years ago
  35. 5f5d914 Add function to encode device path into integer by Duncan Laurie · 11 years ago
  36. 63373ed device: Fix spelling by Martin Roth · 11 years ago
  37. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  38. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 12 years ago
  39. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 12 years ago
  40. 8d71155 Rename devices -> device by Stefan Reinauer · 12 years ago[Renamed from src/devices/device_util.c]
  41. 7d54eb8 Add name field for device by Kyösti Mälkki · 12 years ago
  42. 7baadac Take care of NULL chip_ops->name by Kyösti Mälkki · 12 years ago
  43. ecf1ed4 Allocators for different memory regions types by Kyösti Mälkki · 12 years ago
  44. 0b08515 Change uma_resource() to use new type IORESOURCE_UMA_FB. by Kyösti Mälkki · 12 years ago
  45. 63f8c08 Add global uma_resource() by Kyösti Mälkki · 12 years ago
  46. 0fa50a1 MPTAPLE: generate from devicetree.cb by Sven Schnelle · 12 years ago
  47. a5650a4 Use dev_lock for alloc_find_dev() by Kyösti Mälkki · 12 years ago
  48. dc8448fd Add a helper function to determine the number of enabled CPUs by Stefan Reinauer · 12 years ago
  49. 5161509 printf: Remove some L modifier uses by Patrick Georgi · 12 years ago
  50. 6f88a6e Add helper function to find a Local APIC by ID in the device tree. by Duncan Laurie · 13 years ago
  51. 5807555 Don't try to compute I/O for empty sub buses. by Stefan Reinauer · 13 years ago
  52. e487047 Various cosmetic and coding style fixes in src/devices. by Uwe Hermann · 14 years ago
  53. c1ee429 Various Doxygen comment fixes, typo fixes, etc. by Uwe Hermann · 14 years ago
  54. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 14 years ago
  55. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  56. 5f06701 Fix hard-coded log levels. by Myles Watson · 14 years ago
  57. c25cc11 Use lists instead of arrays for resources in devices to reduce memory usage. by Myles Watson · 14 years ago
  58. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  59. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  60. 8f6354b Split a print statement that called dev_path twice, and add a warning comment. by Myles Watson · 15 years ago
  61. ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
  62. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  63. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  64. f9f4eaf Make memmove copy (dev->resources -i) resource structs instead of by Myles Watson · 15 years ago
  65. bb3d812 Bring v3-style debug output to v2. Fix a minor typo. by Myles Watson · 15 years ago
  66. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
  67. c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 16 years ago
  68. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 17 years ago
  69. 0dff6e3 fix a whole bunch of warnings. (trivial) by Stefan Reinauer · 17 years ago
  70. 52bc993 Add resource size and resource granularity reporting to device_util.c. by Carl-Daniel Hailfinger · 17 years ago
  71. b80dbf0 Add explicit license headers to all files in src/device. by Uwe Hermann · 17 years ago
  72. 5f9624d CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in serengeti_cheeatah by Yinghai Lu · 18 years ago
  73. d4b278c AMD Rev F support by Yinghai Lu · 18 years ago
  74. 13f1c2a eric patch by Yinghai Lu · 19 years ago
  75. 98d0d30 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-30 by arch import user (historical) · 19 years ago
  76. e8b1c9d clean up VGA and Expansion ROM support by Li-Ta Lo · 20 years ago
  77. a9e632c - First stab at getting the ppc ports building and working. by Eric Biederman · 20 years ago
  78. f8a2ddd - To reduce confuse rename the parts of linuxbios bios that run from by Eric Biederman · 20 years ago
  79. 7003ba4 - First stab at running linuxbios without the old static device tree. by Eric Biederman · 20 years ago
  80. 03acab6 - Updates for 64bit resource support, handling missing devices and cpus in the config file by Eric Biederman · 20 years ago
  81. b78c197 - First pass through with with device tree enhancement merge. Most of the mechanisms should by Eric Biederman · 20 years ago
  82. fb4c50f code reformat, doxidization by Li-Ta Lo · 20 years ago
  83. e526669 Doxidization, reformat by Li-Ta Lo · 20 years ago
  84. 5cd8173 - Moved hlt() to it's own header. by Eric Biederman · 20 years ago
  85. 5965169 Don't compare low 8 bits, which are revision. by Greg Watson · 21 years ago
  86. 83b991a - O2, enums, and switch statements work in romcc by Eric Biederman · 21 years ago
  87. e9a271e3 - Major update of the dynamic device tree so it can handle by Eric Biederman · 21 years ago
  88. 5899fd8 - Small step forward Linux boots and almost works... by Eric Biederman · 21 years ago
  89. 8ca8d76 - Initial checkin of the freebios2 tree by Eric Biederman · 21 years ago