1. 2d2367c devicetree: Single scan_bridges() by Kyösti Mälkki · 9 years ago
  2. 3345240 PCI subsystem: Refactor PCI bridge register control by Kyösti Mälkki · 9 years ago
  3. d0e212c devicetree: Discriminate device ops scan_bus() by Kyösti Mälkki · 9 years ago
  4. 83f81ca acpi: Remove monolithic ACPI by Vladimir Serbinenko · 10 years ago
  5. 85756c1 devicetree: Drop dummy root_dev ops by Kyösti Mälkki · 9 years ago
  6. 9664345 devicetree: Search PnP device node from the tree by path by Kyösti Mälkki · 9 years ago
  7. 530355d include/device/device.h: Provide DEVICE_NOOP macro shim by Edward O'Callaghan · 10 years ago
  8. dc878b4 include/device/device.h: Deduplicate '*_pnp_devfn_t' typedefs by Edward O'Callaghan · 10 years ago
  9. 822bc65 ACPI: Remove CONFIG_GENERATE_ACPI_TABLES by Vladimir Serbinenko · 11 years ago
  10. 0a66991 acpi: Remove explicit pointer tracking in per-device ssdt. by Vladimir Serbinenko · 10 years ago
  11. 334fd8e bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use. by Vladimir Serbinenko · 10 years ago
  12. 2d7bd8a Implement ACPI in a per device way by Vladimir Serbinenko · 10 years ago
  13. 6abb33c smbios: reorganise OEM strings handling. by Vladimir Serbinenko · 10 years ago
  14. f41cb4e ROMCC: Fix collision with token name max by Kyösti Mälkki · 10 years ago
  15. 5e19650 include/device/device.h: Header is ROMCC tentative by Edward O'Callaghan · 10 years ago
  16. 16d953a device_romstage: Add a way to move to the next device by Martin Roth · 10 years ago
  17. 5f09807 Add guard for UMA globals by Kyösti Mälkki · 11 years ago
  18. a6130fc intel: Drop obsolete comments on MTRR usage by Kyösti Mälkki · 10 years ago
  19. e8792be build rules: Identify build stage with simple variables by Kyösti Mälkki · 10 years ago
  20. b33384a device_util: Make device in dev_find_slot_pnp u16. by Vladimir Serbinenko · 10 years ago
  21. 400c05c device_util: Add dev_find_slot_pnp. by Vladimir Serbinenko · 10 years ago
  22. 5f5d914 Add function to encode device path into integer by Duncan Laurie · 11 years ago
  23. 2a58ecd Add new finalize functions for devices and chips by Marc Jones · 11 years ago
  24. 842f0ba Add pnp_devfn_t and use with __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  25. 3f9a62e Add pci_devfn_t and use with __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  26. ef84401 Add directive __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  27. aad0747 Redefine pci_bus_default_ops as function by Kyösti Mälkki · 11 years ago
  28. dd4715b pnp: Implement common handling for PnP config modes by Nico Huber · 11 years ago
  29. a755614 resources: remove IORESOURCE_[UMA_FB|IGNORE_MTRR] by Aaron Durbin · 11 years ago
  30. c965076 resources: introduce reserved_ram_resource() by Aaron Durbin · 11 years ago
  31. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  32. acd7d95 Add initialization hook for chips by Nico Huber · 12 years ago
  33. a93c3fe Drop redundant CHIP_NAME in mainboard.c by Kyösti Mälkki · 12 years ago
  34. 7d54eb8 Add name field for device by Kyösti Mälkki · 12 years ago
  35. 9ead80f Drop get_smbios_data from chip_operations by Kyösti Mälkki · 12 years ago
  36. 7baadac Take care of NULL chip_ops->name by Kyösti Mälkki · 12 years ago
  37. c33f1e9 AMD northbridges: factor out CPU allocation by Kyösti Mälkki · 12 years ago
  38. a675d49 Fix SMBIOS generation by Stefan Reinauer · 12 years ago
  39. 57879c9 Make the device tree available in the rom stage by Stefan Reinauer · 12 years ago
  40. 15cf0ad Fix mainboard level enable_dev() by Kyösti Mälkki · 12 years ago
  41. 6b5eb1c AMD and GFXUMA: move setup_uma_memory() to northbridge by Kyösti Mälkki · 12 years ago
  42. 1ec5e74 Intel Sandybridge: add reserved memory as resources 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. 5869fa2 Allow shutting down internal graphics if plugin graphics are preferred by Patrick Georgi · 12 years ago
  45. cc55b9b Define global uma_memory variables by Kyösti Mälkki · 12 years ago
  46. 63f8c08 Add global uma_resource() by Kyösti Mälkki · 12 years ago
  47. 0fa50a1 MPTAPLE: generate from devicetree.cb by Sven Schnelle · 12 years ago
  48. dc8448fd Add a helper function to determine the number of enabled CPUs by Stefan Reinauer · 12 years ago
  49. 6f88a6e Add helper function to find a Local APIC by ID in the device tree. by Duncan Laurie · 13 years ago
  50. 164bcfd Add automatic SMBIOS table generation by Sven Schnelle · 13 years ago
  51. b8269e2 Fix a simple whitespace error in src/include/device/device.h by Sven Schnelle · 13 years ago
  52. 270a908 Add subsystemid option to sconfig by Sven Schnelle · 13 years ago
  53. e487047 Various cosmetic and coding style fixes in src/devices. 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. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  56. 894a347 Same conversion as with resources from static arrays to lists, except 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. b025911 1. Move run_bios prototype to device.h by Myles Watson · 14 years ago
  60. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  61. 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 15 years ago
  62. ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
  63. 3fe6b70 Add const to get rid of some warnings when passing quoted strings. by Myles Watson · 15 years ago
  64. 6e23576 Remove some warnings. by Myles Watson · 15 years ago
  65. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  66. cd5d756 Use the debugging functions to print out the tree and resources. by Myles Watson · 15 years ago
  67. bb3d812 Bring v3-style debug output to v2. Fix a minor typo. by Myles Watson · 15 years ago
  68. 3081bdf Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should by Stefan Reinauer · 15 years ago
  69. be7f798 This, ladies and gentlement, is commit #4000. by Stefan Reinauer · 15 years ago
  70. debb11f Support for the Intel ICH7 southbridge. by Stefan Reinauer · 16 years ago
  71. 10aca3c This patch fixes the decoding of the IO address range 0x0820->0x0827 into the by Florentin Demetrescu · 16 years ago
  72. d4b278c AMD Rev F support by Yinghai Lu · 18 years ago
  73. 13f1c2a eric patch by Yinghai Lu · 19 years ago
  74. 98d0d30 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-30 by arch import user (historical) · 19 years ago
  75. 77cbb99 onboard pci_rom by Yinghai Lu · 20 years ago
  76. 85e76c6 now rom_address is one of the resources by Li-Ta Lo · 20 years ago
  77. 7213d0f i2c mux support by Yinghai Lu · 20 years ago
  78. 0493069 update comment according to the new DOM by Li-Ta Lo · 20 years ago
  79. a9e632c - First stab at getting the ppc ports building and working. by Eric Biederman · 20 years ago
  80. 018d8dd - Update abuild.sh so it will rebuild successfull builds by Eric Biederman · 20 years ago
  81. f8a2ddd - To reduce confuse rename the parts of linuxbios bios that run from by Eric Biederman · 20 years ago
  82. dbec2d4 - Bump the LinuxBIOS major version by Eric Biederman · 20 years ago
  83. 6a61d6a Tyan update to work with new CPU Config by Yinghai Lu · 20 years ago
  84. 04da1d3 - Bump MAX_LINKS to 4 I have actually found an i2c bridge that needs this by Eric Biederman · 20 years ago
  85. 7003ba4 - First stab at running linuxbios without the old static device tree. by Eric Biederman · 20 years ago
  86. 216525d - Fix config.g and the hdama config so everthing builds again. by Eric Biederman · 20 years ago
  87. 992cd00 - Update the device header files by Eric Biederman · 20 years ago
  88. b78c197 - First pass through with with device tree enhancement merge. Most of the mechanisms should by Eric Biederman · 20 years ago
  89. 89666e4 change walk_static_devices() to scan_static_bus() by Li-Ta Lo · 20 years ago
  90. 69c5a90 changed dev->enable to dev->enabled. Sorry, I am the only one who can't speak by Li-Ta Lo · 20 years ago
  91. 23e2e18 cleanup code to remove warnings by Greg Watson · 20 years ago
  92. e526669 Doxidization, reformat by Li-Ta Lo · 20 years ago
  93. 5cd8173 - Moved hlt() to it's own header. by Eric Biederman · 20 years ago
  94. 83b991a - O2, enums, and switch statements work in romcc by Eric Biederman · 21 years ago
  95. 0ac6b41 - 1.1.4 by Eric Biederman · 21 years ago
  96. e9a271e3 - Major update of the dynamic device tree so it can handle by Eric Biederman · 21 years ago
  97. 9bdb460 - Updates to config.g so that it works more reliably and has initial support by Eric Biederman · 21 years ago
  98. 2c018fb - First pass at s2880 support. by Eric Biederman · 21 years ago
  99. 4086d16 - Implement an enable method for pci devices. by Eric Biederman · 21 years ago
  100. 7a5416a - Modify the freebios tree so the pci config space api is mostly in sync between by Eric Biederman · 21 years ago