1. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  2. 3bf3854 CBMEM: Tag chipsets with LATE_CBMEM_INIT by Kyösti Mälkki · 10 years ago
  3. b4d176b northbridge/via/vx800/lpc.c: Remove unused variables by Edward O'Callaghan · 10 years ago
  4. 543888d northbridg/via/vx900: Doxygen fixes by Martin Roth · 10 years ago
  5. 65b72ab northbridge: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  6. c800199 northbridge/via/vx800/examples: Remove rotting source by Edward O'Callaghan · 10 years ago
  7. 6e22225 remove vx900_int16 doxygen module/group by Martin Roth · 10 years ago
  8. 295d9e6 Drop VIA Epia-N by Stefan Reinauer · 10 years ago
  9. 42874ac Drop VIA Epia-M series of boards by Stefan Reinauer · 10 years ago
  10. e4c73bb Drop VIA Epia mainboard by Stefan Reinauer · 10 years ago
  11. 0fa7ac7 vx800/vga.c: Remove extraneous parentheses. by Vladimir Serbinenko · 10 years ago
  12. daf7680 via/vx900: Plumber registered DIMM to right place. by Vladimir Serbinenko · 10 years ago
  13. 8e688b3 vx800: Silence clang warnings. by Vladimir Serbinenko · 10 years ago
  14. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  15. e408dce Redundant addr '&' operator on func ptr's in struct initiator by Edward O'Callaghan · 10 years ago
  16. d204073 northbridge/via: Use DEVICE_NOOP macro over dummy symbol by Edward O'Callaghan · 10 years ago
  17. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago
  18. b620096 via/vt8454c: Migrate to per-device ACPI by Vladimir Serbinenko · 10 years ago
  19. 6c71a68 via/vx800: Migrate to collaborative ACPI by Vladimir Serbinenko · 10 years ago
  20. 18fe07e northbridge/via/vx800: Fix out-of-bounds read due to off-by-one by Edward O'Callaghan · 10 years ago
  21. 0f92f63 Uniformly spell frequency unit symbol as Hz by Elyes HAOUAS · 10 years ago
  22. e062baa northbridge/via: Remove a trailing whitespace by Elyes HAOUAS · 10 years ago
  23. e6d4732 northbridge,Makefile.inc: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  24. 7116ac8 src: Make use of 'CEIL_DIV(a, b)' macro across tree by Edward O'Callaghan · 10 years ago
  25. 234781e northbridge: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  26. 5cf8824 via/vx900: Remove GFXUMA and use of related global variables by Kyösti Mälkki · 11 years ago
  27. 6f7e4b2 fix printk types by Patrick Georgi · 10 years ago
  28. def00be src/drivers/pc80: Remove empty struct keyboard by Edward O'Callaghan · 10 years ago
  29. 475e1b9 via: Write »access« without »m« at end by Paul Menzel · 11 years ago
  30. d26da9c Coding style: punctuation cleanup [1/2]. by Idwer Vollering · 11 years ago
  31. c0beb6d timestamps epia-m850: Cleanup without enabling timestamps by Kyösti Mälkki · 11 years ago
  32. f9f74af CBMEM x86: Unify get_cbmem_toc() by Kyösti Mälkki · 11 years ago
  33. dcb688e CBMEM: Unify get_top_of_ram() by Kyösti Mälkki · 11 years ago
  34. 42f4651 CBMEM northbridges: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  35. 4159a80 Correct spelling of shadow, setting and memory by Paul Menzel · 11 years ago
  36. 33e5df3 Set PCI bus operations at buildtime for ramstage by Kyösti Mälkki · 11 years ago
  37. 6adef08 Rename hardwaremain() to main() by Stefan Reinauer · 11 years ago
  38. 872c922 Fix MMCONF_SUPPORT_DEFAULT for ramstage by Kyösti Mälkki · 11 years ago
  39. 59158b2 Make setting MAX_PIRQ_LINKs depend on NORTHBRIDGE_VIA_VX900 by Dave Frodin · 11 years ago
  40. 560433b VX900: Use MIN/MAX from stdlib.h instead of redefining them by Alexandru Gagniuc · 11 years ago
  41. 23211b0 VIA VX900: Add minimal ramstage needed to boot linux by Alexandru Gagniuc · 11 years ago
  42. 7d31e7c VX900: Add DDR3 initialization by Alexandru Gagniuc · 11 years ago
  43. 88a3023 VX900: Add support for early romstage by Alexandru Gagniuc · 11 years ago
  44. 2a3c106 hardwaremain: drop boot_complete parameter by Stefan Reinauer · 11 years ago
  45. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  46. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  47. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 11 years ago
  48. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 11 years ago
  49. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 11 years ago
  50. 8d71155 Rename devices -> device by Stefan Reinauer · 12 years ago
  51. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  52. 23f38cd Get rid of drivers class by Patrick Georgi · 12 years ago
  53. 199b09c x86 realmode: Use x86emu register file + defines by Patrick Georgi · 12 years ago
  54. 503af72 x86 realmode: Adapt to x86emu/YABEL style return codes by Patrick Georgi · 12 years ago
  55. 3e77eb6 x86emu: Move realmode handler into own directory by Patrick Georgi · 12 years ago
  56. c533463 VIA chipsets: fix compilation without real mode code by Stefan Reinauer · 12 years ago
  57. 9aeb694 hpet: common ACPI generation by Patrick Georgi · 12 years ago
  58. 0279036 Remove chip.h files without config structure by Kyösti Mälkki · 12 years ago
  59. fee73df Auto-declare chip_operations by Kyösti Mälkki · 12 years ago
  60. 904a0ec Don't use 64-bit constant 0x100000000 in linker scripts by Nico Huber · 12 years ago
  61. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  62. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  63. 89fcdec Fix compilation of VIA CN700 northbridge code with gcc 4.6 by Stefan Reinauer · 13 years ago
  64. d4814bd more ifdef -> if fixes by Stefan Reinauer · 13 years ago
  65. 8902502 drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCH by Stefan Reinauer · 13 years ago
  66. 5005bb06 Unify use of post_code by Alexandru Gagniuc · 13 years ago
  67. 50e7233 __PRE_RAM__ is defined by the makefile by Stefan Reinauer · 14 years ago
  68. 3c0bfaf Fix most CONFIG_DEBUG_RAM_SETUP issues. by Stefan Reinauer · 14 years ago
  69. bccbbe6 The same mechanisms are used for normal and fallback images. by Stefan Reinauer · 14 years ago
  70. 85b0fa1 drop one more version of doing serial uart output differently. by Stefan Reinauer · 14 years ago
  71. 97be27e We hardcode highmemory size in every northbridge! This is bad, and especially if suspend to ram is involved. Let the default be taken from cbmem.h which also handles the suspend logic. by Rudolf Marek · 14 years ago
  72. 8301d83 second round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  73. 7b99705 Simplify a few code chunks, fix whitespace and indentation. by Uwe Hermann · 14 years ago
  74. 57b2ff8 Drop excessive whitespace randomly sprinkled in romstage.c files. by Uwe Hermann · 14 years ago
  75. d773fd3 Some more DIMM0 related cleanups and deduplication. by Uwe Hermann · 14 years ago
  76. 9bd9a90 Unify DIMM SPD addressing. For Geode, change the by Patrick Georgi · 14 years ago
  77. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  78. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 14 years ago
  79. e5b7507 Remove duplicate line from pci_ids.h. by Jonathan Kollasch · 14 years ago
  80. e82618d Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig, by Patrick Georgi · 14 years ago
  81. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  82. f14c919 Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial). by Uwe Hermann · 14 years ago
  83. b3f8090 drop three unneeded config variables: by Jens Rottmann · 14 years ago
  84. 0d11f2d CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board / by Jens Rottmann · 14 years ago
  85. 0362c6d VGA code needs to be refactored before it can be compiled conditionally. by Myles Watson · 14 years ago
  86. 2d7ff69 Build VGA code conditionally to avoid errors when using SeaBIOS. by Myles Watson · 14 years ago
  87. f976548 Clarify a comment on an old hack, remove the call to early_mtrr_init by Corey Osgood · 14 years ago
  88. e3fb1c2 Make include paths more consistent. Fixes compilation errors for me. by Myles Watson · 14 years ago
  89. 42da0e6 fix some warnings. by Stefan Reinauer · 14 years ago
  90. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  91. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  92. ba81817 Fix VGA after switching to realmode_interrupt() by Michael Marineau · 14 years ago
  93. 841af5e Change real mode API to allow passing intXX number or entry point and by Stefan Reinauer · 14 years ago
  94. c8873ce get rid of some more warnings.. by Stefan Reinauer · 14 years ago
  95. 9ec3d38 drop extra pci access functions. these are exact copies of romcc_io.h. by Stefan Reinauer · 14 years ago
  96. ad894c5 Get rid of a few more warnings. by Myles Watson · 14 years ago
  97. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  98. 79255fc Set success flag in cx700 int15 handler by Patrick Georgi · 14 years ago
  99. d2759ff cx700 int15 handler rework. Int15 handler needs to provide the by Stefan Reinauer · 14 years ago
  100. 14b62da Only do complete VGA init if a VGABIOS was found and installed. by Patrick Georgi · 14 years ago