1. 4ffde94 Reduce duplicate definition in CAR code. by Warren Turkal · 14 years ago
  2. 9c814d2 Build bootblock.S instead of bootblock.c. by Warren Turkal · 14 years ago
  3. 5b2fd1ea Fix typo after r5925. by Sylvain Hitier · 14 years ago
  4. e62fc0d Build fixes (trivial). by Uwe Hermann · 14 years ago
  5. 0ea281f First round of ICH2/ICH2-M cleanups after split from i82801xx. by Uwe Hermann · 14 years ago
  6. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 14 years ago
  7. aa8612e fix typo in minilzma.cc, found by Idwer. by Stefan Reinauer · 14 years ago
  8. c4f98b6 don't include unused code, we only need the header. by Stefan Reinauer · 14 years ago
  9. 0a58a7b fix typos found by zbao in other files. by Stefan Reinauer · 14 years ago
  10. 470e182 Same applies for SB600. by Rudolf Marek · 14 years ago
  11. e522164 by Rudolf Marek · 14 years ago
  12. 14cc927 Following patch enables UDMA on ALL IDE devices. The current code enables it only for primary master, which causes my DVD drive to fail under windows install by Rudolf Marek · 14 years ago
  13. 2a5101a Trivial. Spelling check. by Zheng Bao · 14 years ago
  14. 115c5b9 Remove various .c #includes from Intel 440BX/82371EB boards. by Uwe Hermann · 14 years ago
  15. 53b52f3 Trivial. Spell checking. by Zheng Bao · 14 years ago
  16. 1dcf6689 Trivial. Spell checking. by Zheng Bao · 14 years ago
  17. 713ae2c Drop unused i82801ax_early_lpc.c and i82801bx_early_lpc.c. by Uwe Hermann · 14 years ago
  18. ab06fb0 Round 2 of i82801AX fixes to get it into a usable shape. by Uwe Hermann · 14 years ago
  19. 3b8db81 Intel 82801ax/82801bx: Fix and hook up i82801xx_smbus.c. by Uwe Hermann · 14 years ago
  20. c3af12f Trivial. Spell checking. by Zheng Bao · 14 years ago
  21. 3d682fe Trivial. Fix the typo. by Zheng Bao · 14 years ago
  22. 554c052 Remove some duplicate #include files (trivial). by Uwe Hermann · 14 years ago
  23. e5b7507 Remove duplicate line from pci_ids.h. by Jonathan Kollasch · 14 years ago
  24. a3bd1b1 RS780 function ProgK8TempMmioBase is setting a reserved by Scott Duplichan · 14 years ago
  25. 6798b47 Convert all Intel 82371AB/EB/MB based boards to TINY_BOOTBLOCK. by Uwe Hermann · 14 years ago
  26. 6f2d20e Convert all Intel 440BX boards to Cache-as-RAM (CAR). by Uwe Hermann · 14 years ago
  27. 5225520 Remove duplicate line from pci_ids.h. by Jonathan Kollasch · 14 years ago
  28. b7a7b79 Use %p instead of %x to print void *. by Jonathan Kollasch · 14 years ago
  29. a5a7761 mkelfImage: set kernel_alignment so 2.6.31+ work by Eric W. Biederman · 14 years ago
  30. 5f89d0a Add second CK804 for tyan/s2895 and sunw/ultra40. by Myles Watson · 14 years ago
  31. abc0c77 attached patch moves a couple more config flags out of romstage: by Patrick Georgi · 14 years ago
  32. 5692c57 - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1 by Patrick Georgi · 14 years ago
  33. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  34. cc0dc7f Add missing Intel Pentium II/III era CPU IDs. by Uwe Hermann · 14 years ago
  35. 36455aa Add comments to make it clear why these two lines are written like that: by Uwe Hermann · 14 years ago
  36. ae3f2b3 Allow selecting the physical USB Debug Port on AMD SB700. by Uwe Hermann · 14 years ago
  37. fa7efe9 AMD SB600 uses a hardcoded USB Debug Port number. by Uwe Hermann · 14 years ago
  38. df67c67 Don't define K8_4RANK_DIMM_SUPPORT, nothing uses it. by Jonathan Kollasch · 14 years ago
  39. ebe6d58 Fix spelling/typos in comments. by Jonathan Kollasch · 14 years ago
  40. 42f5827 Redirect the output of iasl to a file to make the build quieter. by Myles Watson · 14 years ago
  41. dd83670 Factor out common CAR asm snippets. by Uwe Hermann · 14 years ago
  42. 2ba2b55 Cosmetics, whitespace and coding-style fixes for Intel CAR (trivial). by Uwe Hermann · 14 years ago
  43. d3f6202 Fix make warnings: by Myles Watson · 14 years ago
  44. c7e982b Fix some breakage from 5890. by Myles Watson · 14 years ago
  45. e82618d Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig, by Patrick Georgi · 14 years ago
  46. f11b81d fix VIA C7 code. by Stefan Reinauer · 14 years ago
  47. 6c05bf4 ICS951462_ADDRESS defined but _never_ used. Drop it. by Patrick Georgi · 14 years ago
  48. 76d9143 Make i945/raminit.c:fsbclk() return u16 rather than int by Peter Stuge · 14 years ago
  49. 6f56ad2 Remove a couple of defines that seem to be the result of by Patrick Georgi · 14 years ago
  50. e4bc0f6 Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GM by Peter Stuge · 14 years ago
  51. c2d0bfb Add missing parenthesis (trivial). by Uwe Hermann · 14 years ago
  52. 77d6683 Move several i945 config #defines from romstage.c to Kconfig. by Patrick Georgi · 14 years ago
  53. 66d1687 CAR simplifications, typos, readability improvements (trivial). by Uwe Hermann · 14 years ago
  54. 52000e1 Trivial. Re-indent the code. by Zheng Bao · 14 years ago
  55. 4292684 Various cosmetic and coding style fixes in CAR code (trivial). by Uwe Hermann · 14 years ago
  56. 1d36d6d Use existing, readable MTRR #defines instead of hardcoding numbers. by Uwe Hermann · 14 years ago
  57. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  58. d4d0a45 fix Kontron KT690 and clean up socket S1G1 boards accordingly. by Stefan Reinauer · 14 years ago
  59. 011d0d8 drop unneeded earlymtrr.c include by Stefan Reinauer · 14 years ago
  60. 98a8c0c Move CAR settings to board config for socket 940 boards. by Warren Turkal · 14 years ago
  61. 7a59a44 Move VIA C7 board CAR config to VIA C7 instead of boards. by Warren Turkal · 14 years ago
  62. afbf072 Don't run clean-abuild on distclean target. It breaks full abuild runs. by Patrick Georgi · 14 years ago
  63. 17cae35 Forgot to 'svn add' src/cpu/x86/name (trivial). by Uwe Hermann · 14 years ago
  64. aac8f66 Factor out fill_processor_name() and strcpy() functions. by Uwe Hermann · 14 years ago
  65. 7ff5b44 As $PWD is not exported by all shells, use make-builtin $(CURDIR) by Jonathan Kollasch · 14 years ago
  66. 1f98ee7 Fix small typo in root Makefile. by Warren Turkal · 14 years ago
  67. 5c9bc13 Drop some unneeded "#if CONFIG_USBDEBUG" (trivial). by Uwe Hermann · 14 years ago
  68. 24a5213 Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings. by Myles Watson · 14 years ago
  69. 7b1a3c3 Trivial. re-Indent the code. by Zheng Bao · 14 years ago
  70. 3bd79294 I missed these boards in a previous commit. by Warren Turkal · 14 years ago
  71. c0bde28 Good bye, OLPC... by Stefan Reinauer · 14 years ago
  72. e0afe73 All these boards already had the CACHE_AS_RAM option in their individual by Warren Turkal · 14 years ago
  73. 768d8ea Move CAR config from mainboard to CPU config for AMD GX2 boards. by Warren Turkal · 14 years ago
  74. 0e8f204 The commandline parsing for abuild doing a couple of buggy things: by Warren Turkal · 14 years ago
  75. 7571c0b This patch moves one of the CAR configs to the socket from the single by Warren Turkal · 14 years ago
  76. 7cdf1ec Obviously missing brackets. by Xavi Drudis Ferran · 14 years ago
  77. 49a7ac7 drop some dead code from model_fxx_init.c by Stefan Reinauer · 14 years ago
  78. 4f7a5c4 oops. always run abuild on a clean tree with no other patches applied. by Stefan Reinauer · 14 years ago
  79. c679ab5 RAMBASE = 0x4000 is no longer needed. Drop it. by Stefan Reinauer · 14 years ago
  80. 5e278ca drop excessive blank line by Stefan Reinauer · 14 years ago
  81. 2a8ad41 Add 2 missing license headers based on svn logs and remove an unneeded #include by Stefan Reinauer · 14 years ago
  82. 2dd1ded minor include cleanups by Stefan Reinauer · 14 years ago
  83. 7ac4c26 Add a kconfig option to allow the user to select a specific physical by Uwe Hermann · 14 years ago
  84. 5211a70 Add a few missing license headers based on svn logs, and also add a by Uwe Hermann · 14 years ago
  85. da28cd8 drop double include (trivial) by Stefan Reinauer · 14 years ago
  86. 86d1a50 Duplicate the MCP55 EHCI Debug Port enable code for use with CK804. by Jonathan Kollasch · 14 years ago
  87. 024d248 i82801bx defines the hard reset function, so move the "select" statement to by Warren Turkal · 14 years ago
  88. 09f5182 Remove hard reset config from some mainboard configs by Warren Turkal · 14 years ago
  89. ef077f2 drop some more unneeded ../../.. by Stefan Reinauer · 14 years ago
  90. d6924e8 Normalize the config option for the Intel Atom CPU. by Warren Turkal · 14 years ago
  91. 64b2600 the utility is called dumpmmcr, not dump_mmcr by Stefan Reinauer · 14 years ago
  92. 48323b5 dumpmmcr utility is available under util and shares most of the code. by Stefan Reinauer · 14 years ago
  93. e079ce3 update license header for dumpmmcr utility according to svn history. by Stefan Reinauer · 14 years ago
  94. 02260bc Fix the build, CONFIG_USBDEBUG must always be defined (trivial). by Uwe Hermann · 14 years ago
  95. 65e6034 Only show the USB Debug Port kconfig option to the user if a mainboard by Uwe Hermann · 14 years ago
  96. dc3aa7a Various Debug Port southbridge implementation fixes / cosmetics. by Uwe Hermann · 14 years ago
  97. 86224f6 Mark read-only data as read-only, so the global vars test doesn't fail on it. by Patrick Georgi · 14 years ago
  98. 7f43dc1 Add an EHCI driver to libpayload's USB stack. by Patrick Georgi · 14 years ago
  99. 5df4168 Drop some useless "../../../" in #includes (trivial). by Uwe Hermann · 14 years ago
  100. f14c919 Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial). by Uwe Hermann · 14 years ago