1. b907d32 We need to call smp_write_lintsrc() instead of smp_write_intsrc() for by Tobias Diedrich · 14 years ago
  2. 4a8d993 Convert all ck804-based boards to tiny bootblock. by Jonathan Kollasch · 14 years ago
  3. 9d4212f Move bcm5785_enable_rom.c include to where it's used. by Patrick Georgi · 14 years ago
  4. f3e8542 reg is only used inside the #if clause, so declare it there. trivial. by Patrick Georgi · 14 years ago
  5. 45057d2 When gcc 4.5.0 is used, compiling mcp55_early_setup_car.c fails. This change eliminates the compiler warning that causes the build to fail. by Scott Duplichan · 14 years ago
  6. 55dc223 Factor out common mptable code to mptable_init(). by Uwe Hermann · 14 years ago
  7. 11abcc0a Make ectool -i work; add missing break by Peter Stuge · 14 years ago
  8. 7c1fb7b Running a checked build of Windows is needed for understanding its various BIOS related BSODs. Win7 checked build complains when running coreboot+seabios: by Scott Duplichan · 14 years ago
  9. 7015989 Add small comment about LDN 5 on F71872F/FG / F71806F/FG. by Uwe Hermann · 14 years ago
  10. 760498f Fix superiotool build on non-NetBSD x86_64. by Jonathan Kollasch · 14 years ago
  11. 51ac838 Provide for I/O space access on NetBSD. by Jonathan Kollasch · 14 years ago
  12. 3f91d81 Add inteltool support for FreeBSD. by Idwer Vollering · 14 years ago
  13. a4d77dc Update superiotool support for FreeBSD, Makefile fixes. by Idwer Vollering · 14 years ago
  14. d74c774 Teach superiotool about the registers in a Fintek F71806 (and F71872). by Jonathan Kollasch · 14 years ago
  15. 1c00927 Revert sblk/sblink change, use sblk like the rest of the codebase does. by Uwe Hermann · 14 years ago
  16. fa78d99 Now that no boards set RAMBASE < 1M, get rid of some dead code. Trivial. by Myles Watson · 14 years ago
  17. bda153b For AMD family 10h processors, msr c0010058 is always programmed by Scott Duplichan · 14 years ago
  18. 115e660 Drop duplicate SB_HT_CHAIN_ON_BUS0 in Kconfig for MS-7135. Trivial. by Jonathan Kollasch · 14 years ago
  19. 6f566b7 Use the correct (W83627THF, not W83627HF) superio code in MS-7135 romstage. by Jonathan Kollasch · 14 years ago
  20. 4e6f4cf Copy ICH4 hard_reset() for 6300ESB. by Jonathan Kollasch · 14 years ago
  21. 7b8700b Remove unused variables from 6300ESB smbus_write_block(). by Jonathan Kollasch · 14 years ago
  22. 9fe5069 Correct spelling of "spacing" (in comments). by Jonathan Kollasch · 14 years ago
  23. d208c1a Use mptable_write_buses(). Remove unhelpful comment. by Jonathan Kollasch · 14 years ago
  24. 6b0ade7 Modernize socket_754 Kconfig with CAR and address bits information. by Jonathan Kollasch · 14 years ago
  25. 1ba2eee Revision 5966 changed the end of line style of the 3 modified files. This change restores the original end of line style. by Scott Duplichan · 14 years ago
  26. 236aef2 To reduce boot time, remove the double startup IPI and 10 ms delay from lapic_cpu_init.c. The change is by Scott Duplichan · 14 years ago
  27. af786b6 When debug logging is enabled, a message such as '* AP 02 timed out:02010501' by Scott Duplichan · 14 years ago
  28. d7acdfb This patch enables SB700 option PrefetchEnSPIFromHost in early setup. by Scott Duplichan · 14 years ago
  29. c104cb0 update intel microcode files. by Stefan Reinauer · 14 years ago
  30. 321ebe0 Make update-microcodes.sh executable. by Uwe Hermann · 14 years ago
  31. d453dd0 Cosmetics and coding style fixes in devices/*. by Uwe Hermann · 14 years ago
  32. a600a3f7 update intel microcode update script by Stefan Reinauer · 14 years ago
  33. a14b117 Removes model_65x CPUIDs from model_6xx code. by Keith Hui · 14 years ago
  34. 676d029 In the RS780/RS690 ProgK8TempMmioBase() function, the dst-link field is set by Liu Tao · 14 years ago
  35. dfecd27 We currently read the CPU HT speed from HT chain 0's register. by Liu Tao · 14 years ago
  36. c6a1062 Add more missing GPL-headers, fix inconsistencies in others. by Uwe Hermann · 14 years ago
  37. 8af6d55 Use common GPL-header format in CK804 files, add missing ones (trivial). by Uwe Hermann · 14 years ago
  38. c1ee429 Various Doxygen comment fixes, typo fixes, etc. by Uwe Hermann · 14 years ago
  39. b14fb6a Move support for Deschutes Slot 1 CPUs (model_65x) into its own directory. by Keith Hui · 14 years ago
  40. af8b2b9 Drop unused DCACHE_RAM_BASE from intel/car/cache_as_ram.inc-using sockets. by Uwe Hermann · 14 years ago
  41. e4990365 Cosmetics in ioapic.c (trivial, no functional changes). by Uwe Hermann · 14 years ago
  42. 212d0a2 Remove various .c #includes from Intel i810/i82801ax/i82801bx boards. by Uwe Hermann · 14 years ago
  43. 6529c2a Move out Katmai Slot 1 CPUs (model_67x) from model_6xx to model_67x. by Keith Hui · 14 years ago
  44. ab50d62 Convert all Intel i810 boards to CAR. by Uwe Hermann · 14 years ago
  45. 51eafde Enable or disable the power button in Kconfig by Peter Stuge · 14 years ago
  46. f2573bd Fix a stupid bug in rs780 and rs690 code. by Zheng Bao · 14 years ago
  47. 8912285 Trivial. Clean up code and add some comments. by Zheng Bao · 14 years ago
  48. 5e9c1cd Add missing include of model_6bx for slot_1. by Keith Hui · 14 years ago
  49. f1aa984 Move translate_spd_to_i82810[] from .h to .c file (trivial). by Uwe Hermann · 14 years ago
  50. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  51. 4ffde94 Reduce duplicate definition in CAR code. by Warren Turkal · 14 years ago
  52. 9c814d2 Build bootblock.S instead of bootblock.c. by Warren Turkal · 14 years ago
  53. 5b2fd1ea Fix typo after r5925. by Sylvain Hitier · 14 years ago
  54. e62fc0d Build fixes (trivial). by Uwe Hermann · 14 years ago
  55. 0ea281f First round of ICH2/ICH2-M cleanups after split from i82801xx. by Uwe Hermann · 14 years ago
  56. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 14 years ago
  57. aa8612e fix typo in minilzma.cc, found by Idwer. by Stefan Reinauer · 14 years ago
  58. c4f98b6 don't include unused code, we only need the header. by Stefan Reinauer · 14 years ago
  59. 0a58a7b fix typos found by zbao in other files. by Stefan Reinauer · 14 years ago
  60. 470e182 Same applies for SB600. by Rudolf Marek · 14 years ago
  61. e522164 by Rudolf Marek · 14 years ago
  62. 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
  63. 2a5101a Trivial. Spelling check. by Zheng Bao · 14 years ago
  64. 115c5b9 Remove various .c #includes from Intel 440BX/82371EB boards. by Uwe Hermann · 14 years ago
  65. 53b52f3 Trivial. Spell checking. by Zheng Bao · 14 years ago
  66. 1dcf6689 Trivial. Spell checking. by Zheng Bao · 14 years ago
  67. 713ae2c Drop unused i82801ax_early_lpc.c and i82801bx_early_lpc.c. by Uwe Hermann · 14 years ago
  68. ab06fb0 Round 2 of i82801AX fixes to get it into a usable shape. by Uwe Hermann · 14 years ago
  69. 3b8db81 Intel 82801ax/82801bx: Fix and hook up i82801xx_smbus.c. by Uwe Hermann · 14 years ago
  70. c3af12f Trivial. Spell checking. by Zheng Bao · 14 years ago
  71. 3d682fe Trivial. Fix the typo. by Zheng Bao · 14 years ago
  72. 554c052 Remove some duplicate #include files (trivial). by Uwe Hermann · 14 years ago
  73. e5b7507 Remove duplicate line from pci_ids.h. by Jonathan Kollasch · 14 years ago
  74. a3bd1b1 RS780 function ProgK8TempMmioBase is setting a reserved by Scott Duplichan · 14 years ago
  75. 6798b47 Convert all Intel 82371AB/EB/MB based boards to TINY_BOOTBLOCK. by Uwe Hermann · 14 years ago
  76. 6f2d20e Convert all Intel 440BX boards to Cache-as-RAM (CAR). by Uwe Hermann · 14 years ago
  77. 5225520 Remove duplicate line from pci_ids.h. by Jonathan Kollasch · 14 years ago
  78. b7a7b79 Use %p instead of %x to print void *. by Jonathan Kollasch · 14 years ago
  79. a5a7761 mkelfImage: set kernel_alignment so 2.6.31+ work by Eric W. Biederman · 14 years ago
  80. 5f89d0a Add second CK804 for tyan/s2895 and sunw/ultra40. by Myles Watson · 14 years ago
  81. abc0c77 attached patch moves a couple more config flags out of romstage: by Patrick Georgi · 14 years ago
  82. 5692c57 - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1 by Patrick Georgi · 14 years ago
  83. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  84. cc0dc7f Add missing Intel Pentium II/III era CPU IDs. by Uwe Hermann · 14 years ago
  85. 36455aa Add comments to make it clear why these two lines are written like that: by Uwe Hermann · 14 years ago
  86. ae3f2b3 Allow selecting the physical USB Debug Port on AMD SB700. by Uwe Hermann · 14 years ago
  87. fa7efe9 AMD SB600 uses a hardcoded USB Debug Port number. by Uwe Hermann · 14 years ago
  88. df67c67 Don't define K8_4RANK_DIMM_SUPPORT, nothing uses it. by Jonathan Kollasch · 14 years ago
  89. ebe6d58 Fix spelling/typos in comments. by Jonathan Kollasch · 14 years ago
  90. 42f5827 Redirect the output of iasl to a file to make the build quieter. by Myles Watson · 14 years ago
  91. dd83670 Factor out common CAR asm snippets. by Uwe Hermann · 14 years ago
  92. 2ba2b55 Cosmetics, whitespace and coding-style fixes for Intel CAR (trivial). by Uwe Hermann · 14 years ago
  93. d3f6202 Fix make warnings: by Myles Watson · 14 years ago
  94. c7e982b Fix some breakage from 5890. by Myles Watson · 14 years ago
  95. e82618d Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig, by Patrick Georgi · 14 years ago
  96. f11b81d fix VIA C7 code. by Stefan Reinauer · 14 years ago
  97. 6c05bf4 ICS951462_ADDRESS defined but _never_ used. Drop it. by Patrick Georgi · 14 years ago
  98. 76d9143 Make i945/raminit.c:fsbclk() return u16 rather than int by Peter Stuge · 14 years ago
  99. 6f56ad2 Remove a couple of defines that seem to be the result of by Patrick Georgi · 14 years ago
  100. e4bc0f6 Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GM by Peter Stuge · 14 years ago