1. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  2. 6f0e8bd amd8111, ck804, mcp55: use CONFIG_HPET_ADDRESS by Jonathan A. Kollasch · 9 years ago
  3. 5eea458 device_ops: add device_t argument to acpi_fill_ssdt_generator by Alexander Couzens · 9 years ago
  4. d0e212c devicetree: Discriminate device ops scan_bus() by Kyösti Mälkki · 9 years ago
  5. 83f81ca acpi: Remove monolithic ACPI by Vladimir Serbinenko · 10 years ago
  6. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  7. 13e4182 kbuild: automatically include southbridges by Stefan Reinauer · 9 years ago
  8. 4104e6c x86: Fix pointer arithmetic regressions from MMIO changes by Kevin Paul Herbert · 9 years ago
  9. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  10. 5ab52dd southbridge: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  11. 55e31a9 southbridge/amd amd81XX, cs553X & sr5650 spelling fixes by Martin Roth · 10 years ago
  12. 3ec9c95 Use 'pci_devfn_t' over 'device_t' mixed type in 'reset.c' by Edward O'Callaghan · 10 years ago
  13. 9a817ef soutbridge/*/bootblock: Use pci_dev_t over device_t typedef by Edward O'Callaghan · 10 years ago
  14. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago
  15. 4743254 amd: rename model_fxx_powernow to powernow. by Vladimir Serbinenko · 10 years ago
  16. f21271e Fix mismerge of ACPI patches by Vladimir Serbinenko · 10 years ago
  17. 6985d4e amdk8: Move to per-device ACPI by Vladimir Serbinenko · 10 years ago
  18. 822bc65 ACPI: Remove CONFIG_GENERATE_ACPI_TABLES by Vladimir Serbinenko · 11 years ago
  19. 264d265 southbridge: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  20. 69813fe sb/amd/amd8111/acpi.c: Remove set but unused variable `dword` by Paul Menzel · 10 years ago
  21. 4159a80 Correct spelling of shadow, setting and memory by Paul Menzel · 11 years ago
  22. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  23. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  24. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  25. 23f38cd Get rid of drivers class by Patrick Georgi · 12 years ago
  26. fee73df Auto-declare chip_operations by Kyösti Mälkki · 12 years ago
  27. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  28. 152738f amd/amd8111: Move HAVE_HARD_RESET to southbridge by Patrick Georgi · 12 years ago
  29. 914377e Get rid of the old romstage-as-bootblock ROM layout by Patrick Georgi · 13 years ago
  30. 9bfa1c8 Added smbus block read/write for amd8111 by Oskar Enoksson · 13 years ago
  31. 42b1c43 Merge enable_rom.c files into bootblock.c files. by Uwe Hermann · 14 years ago
  32. 836ae29 first round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  33. 1f7d3c5 AMD-8111: Add TINY_BOOTBLOCK support. by Uwe Hermann · 14 years ago
  34. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  35. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  36. 817d754 get rid of even more fam10 and k8 warnings. by Stefan Reinauer · 14 years ago
  37. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  38. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  39. 467a065 no warnings days. by Stefan Reinauer · 14 years ago
  40. 3063432 zero warnings days. by Stefan Reinauer · 14 years ago
  41. eea66b7 no warnings day by Stefan Reinauer · 14 years ago
  42. 8f2c616 No warnings day, next round. by Stefan Reinauer · 14 years ago
  43. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  44. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  45. 50776fa trivial warning fixes, mostly for ACPI code by Stefan Reinauer · 14 years ago
  46. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  47. d5663ba Move all IOAPIC selection to southbridges, and remove them by Patrick Georgi · 14 years ago
  48. 0401bd8 coreboot has 13 instances of IOAPIC setup distributed across a lot by Stefan Reinauer · 15 years ago
  49. 9fe4d79 coreboot used to have two different "APIs" for memory accesses: by Stefan Reinauer · 15 years ago
  50. 1bb6828 romcc: by Patrick Georgi · 15 years ago
  51. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  52. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 15 years ago
  53. 6e23576 Remove some warnings. by Myles Watson · 15 years ago
  54. 9a94843 Missing files from last patch. by Ronald G. Minnich · 15 years ago
  55. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  56. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  57. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  58. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  59. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  60. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
  61. 43bb9cd This patch gets rid of all the implicit definition warnings for serengeti except get_nodes. by Myles Watson · 16 years ago
  62. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  63. 0da5cde Additional early AMD8111 southbridge support for Barcelona platforms. by Marc Jones · 17 years ago
  64. f1cf1f7 Ever wondered where those "setting incorrect section attributes for by Stefan Reinauer · 17 years ago
  65. a7aa29b Use the canonical name of the vendors/devices and the by Uwe Hermann · 18 years ago
  66. d4b278c AMD Rev F support by Yinghai Lu · 18 years ago
  67. fbce0ff small fixes to get Ward Vandewege's Tyan board booting. by Stefan Reinauer · 18 years ago
  68. 2a9fcb7 15->11 for device num by Yinghai Lu · 18 years ago
  69. 9a791df new cache_as_ram support by Yinghai Lu · 18 years ago
  70. 96f8fb5 make older winbond chips work reliably. by Stefan Reinauer · 18 years ago
  71. eef3f95 enable bsp apic id lifting regarding ioapic setup by Yinghai Lu · 19 years ago
  72. 7ce8c54 1201_ht_bus0_dev0_fidvid_core.diff by Stefan Reinauer · 19 years ago
  73. f622d59 by Stefan Reinauer · 19 years ago
  74. 6cc0e08 first round of agami aruma merge by Stefan Reinauer · 19 years ago
  75. 984bab5 - Fixed fat-finger typo enable - enabled by Jason Schildt · 19 years ago
  76. c9c4dd6 - Issue Tracker ID-2 "lnxi-patch-2". by Jason Schildt · 19 years ago
  77. ab327a3 - Added explanation of device tree enable. by Jason Schildt · 19 years ago
  78. 043b409 Undoing all HDAMA commits from LNXI from r2005->2003 by Jason Schildt · 19 years ago
  79. 6e44b42 - Merge from linuxbios-lnxi (Linux Networx repository) up to public tree. by Jason Schildt · 19 years ago
  80. 13f1c2a eric patch by Yinghai Lu · 19 years ago
  81. 785b1b6 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-43 by arch import user (historical) · 19 years ago
  82. 1c8cd59 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38 by arch import user (historical) · 19 years ago
  83. acfaece Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36 by arch import user (historical) · 19 years ago
  84. bc5be47 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-4 by arch import user (historical) · 19 years ago
  85. 3a81285 allocating resource for legacy VGA frame buffer, it is not 100% by Li-Ta Lo · 20 years ago
  86. 7213d0f i2c mux support by Yinghai Lu · 20 years ago
  87. 69afe28 mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a complex expression. by Eric Biederman · 20 years ago
  88. 8d54bd4 - Remove include of device/chip.h by Eric Biederman · 20 years ago
  89. 018d8dd - Update abuild.sh so it will rebuild successfull builds by Eric Biederman · 20 years ago
  90. f8a2ddd - To reduce confuse rename the parts of linuxbios bios that run from by Eric Biederman · 20 years ago
  91. eefdb03 S2885 winbond Superio all resource set by Yinghai Lu · 20 years ago
  92. a1653cf - Better memory I/O space distinguishing in amd_mtrr.c by Eric Biederman · 20 years ago
  93. 4f9265f - kill typo so resources are not mixed up in amdk8/northbridge.c by Eric Biederman · 20 years ago
  94. dbec2d4 - Bump the LinuxBIOS major version by Eric Biederman · 20 years ago
  95. f19e2c7 better support enable_dev for amd8111 by Yinghai Lu · 20 years ago
  96. 9298680 - Cleanup the bugfix in elfboot.c - Add forgotten amd8111 chip.h by Eric Biederman · 20 years ago
  97. 7003ba4 - First stab at running linuxbios without the old static device tree. by Eric Biederman · 20 years ago
  98. 981faa0 rename variable from addr to dev by Li-Ta Lo · 20 years ago
  99. 515f6b6 disable noop usb drivers. remove warnings by Stefan Reinauer · 20 years ago
  100. 13318d9 code reformat, remove BY YHL comment by Li-Ta Lo · 20 years ago