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