1. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  2. aa04e18 x86 SMM: Relocator is intel-only 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. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  5. 13e4182 kbuild: automatically include southbridges by Stefan Reinauer · 9 years ago
  6. 06ef046 global: Refactor get_option usage by Varad Gautam · 9 years ago
  7. 48b3dbc x86 SMM: Replace weak prototypes with weak function stub by Kyösti Mälkki · 10 years ago
  8. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  9. 5ab52dd southbridge: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  10. 182e551f smihandler.c: Fix doxygen errors in southbridge_smi_handler by Martin Roth · 10 years ago
  11. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago
  12. 264d265 southbridge: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  13. 6f6a249 usbdebug: Remove EHCI_DEBUG_OFFSET by Kyösti Mälkki · 10 years ago
  14. e2227a2 usbdebug: Move under drivers/usb by Kyösti Mälkki · 10 years ago
  15. 72dccce global: Fix usage of get_option() to make use of CB_CMOS_ codes by Alexandru Gagniuc · 11 years ago
  16. 71216c9 Makefile: Fix adding intel/common by Kyösti Mälkki · 11 years ago
  17. 54d6abd Drop some duplicates of PCI-e config functions by Kyösti Mälkki · 11 years ago
  18. caaf0bf usbdebug: Support i82801dx/ex southbridge by Kyösti Mälkki · 11 years ago
  19. 8351243 Fix i82801a/b/c/d IOAPIC by Kyösti Mälkki · 11 years ago
  20. 07c3fc0 intel/*/smi.c: Output correct GPIO in ALT_GP_SMI_STS register dump by Konstantin Aladyshev · 11 years ago
  21. 62f8083 Fix cycle error in intel southbridges to display GPI status by Konstantin Aladyshev · 11 years ago
  22. 3f5f6d8 Drop prototype guarding for romcc by Stefan Reinauer · 11 years ago
  23. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  24. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  25. e614353 Unify setting 82801a/b/c/d IOAPIC ID by Kyösti Mälkki · 11 years ago
  26. 23f38cd Get rid of drivers class by Patrick Georgi · 12 years ago
  27. 431a816 Move HAVE_SMI_HANDLER from mainboards to chipsets by Stefan Reinauer · 12 years ago
  28. 9aeb694 hpet: common ACPI generation by Patrick Georgi · 12 years ago
  29. fee73df Auto-declare chip_operations by Kyösti Mälkki · 12 years ago
  30. 1d89f14 Intel 82801dx: compile early_smbus as separate object by Kyösti Mälkki · 12 years ago
  31. a842aec intel/82801dx: Move HAVE_HARD_RESET to southbridge by Patrick Georgi · 12 years ago
  32. 2588db4 i82801dx: Replace romstage printk's by Kyösti Mälkki · 13 years ago
  33. f4dc1a7 SMM: add defines for APM_CNT register by Sven Schnelle · 13 years ago
  34. 836ae29 first round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  35. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  36. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  37. bc0f7a6 - fix SMM code relocation race by Stefan Reinauer · 14 years ago
  38. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  39. b987f7b don't generate C source code file but use objcopy to include the SMM blob. by Stefan Reinauer · 14 years ago
  40. c56e5ad fix warnings. by Stefan Reinauer · 14 years ago
  41. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  42. 4cc5af9 do better error reporting in i82801dx early smbus functions. by Stefan Reinauer · 14 years ago
  43. 7488e04 1. This patch adds CAR for Intel P6 series processors. by Joseph Smith · 14 years ago
  44. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  45. 83a1dd8 drop __ROMCC__ define checks.. __PRE_RAM__ is what the code should be looking for. by Stefan Reinauer · 14 years ago
  46. f0aa09b fix newly introduced printk_foo warnings.. by Stefan Reinauer · 14 years ago
  47. b5466b0 Fix i82801dx_power_options() so CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL works, and rewrite HPET code. by Joseph Smith · 14 years ago
  48. 53b0ea4 drop some unused files and fix warnings on i945 based systems. by Stefan Reinauer · 14 years ago
  49. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  50. 527aedc revert the faulty part of r5252 by Stefan Reinauer · 14 years ago
  51. 0719047 fix HPET on some ICH southbridges by Stefan Reinauer · 14 years ago
  52. cfef7df Actually enable HPET by Stefan Reinauer · 14 years ago
  53. 5c32d24 bug fix for IOAPIC on i82801dx. by Stefan Reinauer · 14 years ago
  54. 48f3e2b This patch fixes up the i82801dx_lpc.c code post transition. by Joseph Smith · 14 years ago
  55. bd11298 more warning fixes. by Stefan Reinauer · 14 years ago
  56. b319b17 fix HPET base addressed. by Stefan Reinauer · 14 years ago
  57. 348a1ba fix a couple of warnings by Stefan Reinauer · 14 years ago
  58. 8702ab5 ICH4 update, fix ATA init, drop SATA (chipset doesn't have SATA) by Stefan Reinauer · 14 years ago
  59. 800379f by Stefan Reinauer · 14 years ago
  60. 138be83 This does the following: by Stefan Reinauer · 14 years ago