1. 6e53ae6 device/dram/ddr2: Add common ddr2 spd decoder by Patrick Rudolph · 8 years ago
  2. 530f677 buildsystem: Drop explicit (k)config.h includes by Kyösti Mälkki · 8 years ago
  3. e25b5ef MMCONF_SUPPORT: Consolidate resource registration by Kyösti Mälkki · 8 years ago
  4. 3d15e10 MMCONF_SUPPORT: Flip default to enabled by Kyösti Mälkki · 8 years ago
  5. 6f66f41 PCI ops: MMCONF_SUPPORT_DEFAULT is required by Kyösti Mälkki · 8 years ago
  6. bac0fad Remove explicit select MMCONF_SUPPORT by Kyösti Mälkki · 8 years ago
  7. a2f1d18 northbridge/via/vx800: transition away from device_t by Antonello Dettori · 8 years ago
  8. 8e930c1 northbridge/via/cx700: transition away from device_t by Antonello Dettori · 8 years ago
  9. b05eee4 northbridge/via/vx800: Convert 'for (;;)' to 'die' by Elyes HAOUAS · 8 years ago
  10. e7aeb2f src/northbridge/via: Remove commented code by Elyes HAOUAS · 8 years ago
  11. 7db506c src/northbridge: Remove unnecessary whitespace by Elyes HAOUAS · 8 years ago
  12. ca159f0 northbridge/via/cn700: transition away from device_t by Antonello Dettori · 8 years ago
  13. 374c39e northbridge/via: Add space around operators by Elyes HAOUAS · 8 years ago
  14. 6e8b3c1 src/northbridge: Improve code formatting by Elyes HAOUAS · 8 years ago
  15. d75b04f northbridge/via: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  16. 3842498 src/northbridge: Remove unnecessary whitespace before "\n" and "\t" by Elyes HAOUAS · 8 years ago
  17. 0cd338e Remove non-ascii & unprintable characters by Martin Roth · 8 years ago
  18. 15279a9 src/northbridge: Capitalize CPU, RAM and ROM by Elyes HAOUAS · 8 years ago
  19. 86ddd73 kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  20. 448e386 drivers/pc80: Add PS/2 mouse presence detect by Timothy Pearson · 9 years ago
  21. 23cc9b0 via/cx700: Use zeroptr over 0 by Patrick Georgi · 9 years ago
  22. 2ed0aa2 Correct some common spelling mistakes by Martin Roth · 9 years ago
  23. 8a13743 x86 chipsets: Link non-code flow CHIPSET_BOOTBLOCK_INCLUDE files by Alexandru Gagniuc · 9 years ago
  24. dd4390b via/cx700: Fix hidden compile error and make sure it won't hide again by Patrick Georgi · 9 years ago
  25. 6e99c59 via/cx700: remove unused #define by Patrick Georgi · 9 years ago
  26. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  27. 72bb66e x86/bootblock: Use LDFLAGS_bootblock to enable garbage collection by Alexandru Gagniuc · 9 years ago
  28. 3953e39 x86: bootblock: remove linking and program flow from build system by Aaron Durbin · 9 years ago
  29. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  30. d0e212c devicetree: Discriminate device ops scan_bus() by Kyösti Mälkki · 10 years ago
  31. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  32. e1133b7 kbuild: automatically include northbridges by Stefan Reinauer · 9 years ago
  33. a48ca84 kconfig: drop intermittend forwarder files by Stefan Reinauer · 9 years ago
  34. 990e7c9 build system x86: deprecate bootblock_lds and ldscripts variables by Patrick Georgi · 9 years ago
  35. ea9f308 build system: normalize linker script file names by Patrick Georgi · 9 years ago
  36. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  37. 3bf3854 CBMEM: Tag chipsets with LATE_CBMEM_INIT by Kyösti Mälkki · 10 years ago
  38. b4d176b northbridge/via/vx800/lpc.c: Remove unused variables by Edward O'Callaghan · 10 years ago
  39. 543888d northbridg/via/vx900: Doxygen fixes by Martin Roth · 10 years ago
  40. 65b72ab northbridge: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  41. c800199 northbridge/via/vx800/examples: Remove rotting source by Edward O'Callaghan · 10 years ago
  42. 6e22225 remove vx900_int16 doxygen module/group by Martin Roth · 10 years ago
  43. 295d9e6 Drop VIA Epia-N by Stefan Reinauer · 10 years ago
  44. 42874ac Drop VIA Epia-M series of boards by Stefan Reinauer · 10 years ago
  45. e4c73bb Drop VIA Epia mainboard by Stefan Reinauer · 10 years ago
  46. 0fa7ac7 vx800/vga.c: Remove extraneous parentheses. by Vladimir Serbinenko · 10 years ago
  47. daf7680 via/vx900: Plumber registered DIMM to right place. by Vladimir Serbinenko · 10 years ago
  48. 8e688b3 vx800: Silence clang warnings. by Vladimir Serbinenko · 10 years ago
  49. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  50. e408dce Redundant addr '&' operator on func ptr's in struct initiator by Edward O'Callaghan · 10 years ago
  51. d204073 northbridge/via: Use DEVICE_NOOP macro over dummy symbol by Edward O'Callaghan · 10 years ago
  52. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago
  53. b620096 via/vt8454c: Migrate to per-device ACPI by Vladimir Serbinenko · 10 years ago
  54. 6c71a68 via/vx800: Migrate to collaborative ACPI by Vladimir Serbinenko · 10 years ago
  55. 18fe07e northbridge/via/vx800: Fix out-of-bounds read due to off-by-one by Edward O'Callaghan · 10 years ago
  56. 0f92f63 Uniformly spell frequency unit symbol as Hz by Elyes HAOUAS · 10 years ago
  57. e062baa northbridge/via: Remove a trailing whitespace by Elyes HAOUAS · 10 years ago
  58. e6d4732 northbridge,Makefile.inc: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  59. 7116ac8 src: Make use of 'CEIL_DIV(a, b)' macro across tree by Edward O'Callaghan · 10 years ago
  60. 234781e northbridge: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  61. 5cf8824 via/vx900: Remove GFXUMA and use of related global variables by Kyösti Mälkki · 11 years ago
  62. 6f7e4b2 fix printk types by Patrick Georgi · 10 years ago
  63. def00be src/drivers/pc80: Remove empty struct keyboard by Edward O'Callaghan · 10 years ago
  64. 475e1b9 via: Write »access« without »m« at end by Paul Menzel · 11 years ago
  65. d26da9c Coding style: punctuation cleanup [1/2]. by Idwer Vollering · 11 years ago
  66. c0beb6d timestamps epia-m850: Cleanup without enabling timestamps by Kyösti Mälkki · 11 years ago
  67. f9f74af CBMEM x86: Unify get_cbmem_toc() by Kyösti Mälkki · 11 years ago
  68. dcb688e CBMEM: Unify get_top_of_ram() by Kyösti Mälkki · 11 years ago
  69. 42f4651 CBMEM northbridges: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  70. 4159a80 Correct spelling of shadow, setting and memory by Paul Menzel · 11 years ago
  71. 33e5df3 Set PCI bus operations at buildtime for ramstage by Kyösti Mälkki · 11 years ago
  72. 6adef08 Rename hardwaremain() to main() by Stefan Reinauer · 11 years ago
  73. 872c922 Fix MMCONF_SUPPORT_DEFAULT for ramstage by Kyösti Mälkki · 11 years ago
  74. 59158b2 Make setting MAX_PIRQ_LINKs depend on NORTHBRIDGE_VIA_VX900 by Dave Frodin · 11 years ago
  75. 560433b VX900: Use MIN/MAX from stdlib.h instead of redefining them by Alexandru Gagniuc · 11 years ago
  76. 23211b0 VIA VX900: Add minimal ramstage needed to boot linux by Alexandru Gagniuc · 11 years ago
  77. 7d31e7c VX900: Add DDR3 initialization by Alexandru Gagniuc · 11 years ago
  78. 88a3023 VX900: Add support for early romstage by Alexandru Gagniuc · 11 years ago
  79. 2a3c106 hardwaremain: drop boot_complete parameter by Stefan Reinauer · 11 years ago
  80. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  81. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 12 years ago
  82. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 12 years ago
  83. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 12 years ago
  84. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 12 years ago
  85. 8d71155 Rename devices -> device by Stefan Reinauer · 12 years ago
  86. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  87. 23f38cd Get rid of drivers class by Patrick Georgi · 12 years ago
  88. 199b09c x86 realmode: Use x86emu register file + defines by Patrick Georgi · 12 years ago
  89. 503af72 x86 realmode: Adapt to x86emu/YABEL style return codes by Patrick Georgi · 12 years ago
  90. 3e77eb6 x86emu: Move realmode handler into own directory by Patrick Georgi · 12 years ago
  91. c533463 VIA chipsets: fix compilation without real mode code by Stefan Reinauer · 12 years ago
  92. 9aeb694 hpet: common ACPI generation by Patrick Georgi · 12 years ago
  93. 0279036 Remove chip.h files without config structure by Kyösti Mälkki · 12 years ago
  94. fee73df Auto-declare chip_operations by Kyösti Mälkki · 12 years ago
  95. 904a0ec Don't use 64-bit constant 0x100000000 in linker scripts by Nico Huber · 12 years ago
  96. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  97. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  98. 89fcdec Fix compilation of VIA CN700 northbridge code with gcc 4.6 by Stefan Reinauer · 13 years ago
  99. d4814bd more ifdef -> if fixes by Stefan Reinauer · 13 years ago
  100. 8902502 drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCH by Stefan Reinauer · 13 years ago