1. bb9bcee Set the ROMSIZE as 4MB. by Zheng Bao · 14 years ago
  2. c436953 Following patch adds support for suspend/resume functions. I had to change the get_cbmem_toc because macro magic did not work well. by Rudolf Marek · 14 years ago
  3. e8191b4 I was bitten by the rename, this is part of r6165. by Rudolf Marek · 14 years ago
  4. 3310934 Following patch makes just one fadt.c file. For SB700. by Rudolf Marek · 14 years ago
  5. 6e7efb7 Add TINY_BOOTBLOCK support for AMD SB700. by Uwe Hermann · 14 years ago
  6. 42b1c43 Merge enable_rom.c files into bootblock.c files. by Uwe Hermann · 14 years ago
  7. 4a778db Add missing instruction break. by Zheng Bao · 14 years ago
  8. b672d94 Tobias Diedrich wrote: by Tobias Diedrich · 14 years ago
  9. 836ae29 first round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  10. 4028ce7 Get rid of some unneeded function prototypes in romstage.c files. by Uwe Hermann · 14 years ago
  11. 29cb06a Before lane reversal, by Zheng Bao · 14 years ago
  12. 6b8c721 Trivial. Reindent and dos2unix. by Zheng Bao · 14 years ago
  13. ca6d808 Tobias Diedrich wrote: by Tobias Diedrich · 14 years ago
  14. 6fc7d27 fix typo by Stefan Reinauer · 14 years ago
  15. e87c38e After finding the missing bit poweroff works now. by Tobias Diedrich · 14 years ago
  16. 39124dd Broadcom BCM5785: Add TINY_BOOTBLOCK support. by Uwe Hermann · 14 years ago
  17. e89d8a5 AMD SB600: Add TINY_BOOTBLOCK support. by Uwe Hermann · 14 years ago
  18. 1f7d3c5 AMD-8111: Add TINY_BOOTBLOCK support. by Uwe Hermann · 14 years ago
  19. df323fc MCP55: Add TINY_BOOTBLOCK support. by Uwe Hermann · 14 years ago
  20. ba9f0b3 With low serial console loglevels a pcie graphics card is not by Tobias Diedrich · 14 years ago
  21. 88dc531 This patch solves crashes and BSODs that occur when booting Win7 with by Scott Duplichan · 14 years ago
  22. bcaea14 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_ACPI_RESUME == 1 getting rid of ugly define in romstage.c by Rudolf Marek · 14 years ago
  23. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  24. fae0d6c Move CK804_PCI_E_X and CK804B_PCI_E_X defines (which have been 4 by by Jonathan Kollasch · 14 years ago
  25. d8a789f Move MCP55_PCI_E_X_* to Kconfig. Any useless values in romstage.cs were by Patrick Georgi · 14 years ago
  26. d773fd3 Some more DIMM0 related cleanups and deduplication. by Uwe Hermann · 14 years ago
  27. 9bd9a90 Unify DIMM SPD addressing. For Geode, change the by Patrick Georgi · 14 years ago
  28. 607614d Fix/drop some obsolete comments, by Uwe Hermann · 14 years ago
  29. 9e18038 Move register block definitions out of board code into by Patrick Georgi · 14 years ago
  30. 8520e01 Linux also needs the MMCONF area to be reserved either in E820 or by Tobias Diedrich · 14 years ago
  31. 8a71dcd The only southbridge having a pirq_assign_irqs function (needed for by Tobias Diedrich · 14 years ago
  32. 2e9323e Add a target for the ASUS A8V-E Deluxe (trivial). by Uwe Hermann · 14 years ago
  33. 5d72eb5 Move cable detect logic to a weak function in vt8237r_ide.c and add by Tobias Diedrich · 14 years ago
  34. d441afd Currently the by Tobias Diedrich · 14 years ago
  35. 1dcd26c Add VT8237A id to src/southbridge/via/vt8237r/bootblock.c by Tobias Diedrich · 14 years ago
  36. e080bca Add pci id and ops for VT8237A SATA controller by Tobias Diedrich · 14 years ago
  37. f648d61 by Ward Vandewege · 14 years ago
  38. a151f27 Depends on the "Introduce get_vt8237_lpc() function" and by Tobias Diedrich · 14 years ago
  39. 7714cd0 This adds the VT8237A LPC pci_locate_device call in vt8237r_early_smbus.c by Tobias Diedrich · 14 years ago
  40. e165d41 Use get_vt8237_lpc() in vt8237_sb_enable_fid_vid() too. by Tobias Diedrich · 14 years ago
  41. ef2928e Instead of duplicating the pci_locate_device calls multiple times, by Tobias Diedrich · 14 years ago
  42. 6953eeb Add pointer to public PCIe bridge documentation on by Tobias Diedrich · 14 years ago
  43. 113b29f This adds VT8237A specific VLINK/LPC init functions in vt8237_ctrl.c by Tobias Diedrich · 14 years ago
  44. 2210135 This adds the VT8237A LPC device id and the pci_driver struct in vt8237r_lpc.c by Tobias Diedrich · 14 years ago
  45. 305e886 Add a rom_enable() function to via/vt8231 and call it from via/epia/romstage.c by Uwe Hermann · 14 years ago
  46. b545852 Need to clear downstream read cycle retry bit, or the bus scan will by Tobias Diedrich · 14 years ago
  47. d50b43a This adds pci device ids and pci_driver structs for the K8T890 CF by Tobias Diedrich · 14 years ago
  48. dca8b1b Use common code to set PCI subsystem in mcp55. by Jonathan Kollasch · 14 years ago
  49. c7f3f80 Deduplicate ck804 subsystem-setting functionality. by Jonathan Kollasch · 14 years ago
  50. d23f275 The no point in having a non-NULL ops_pci pointer when the set_subsystem operation within is NULL anyway. by Jonathan Kollasch · 14 years ago
  51. b34ff66 Fix broken build due to missing #if CONFIG_IOAPIC. by Uwe Hermann · 14 years ago
  52. 7718054 Add IOAPIC support for Intel 82371EB and fixup SMP on ASUS P2B-D. by Uwe Hermann · 14 years ago
  53. 5433a83 Correct an apparent copy-paste error that shows up at compile time on by Jonathan Kollasch · 14 years ago
  54. d8bed0a Convert ck804_early_smbus.c to a separately compiled unit. by Jonathan Kollasch · 14 years ago
  55. b69cb5a Convert some comments to proper Doxygen syntax. by Uwe Hermann · 14 years ago
  56. 4a8d993 Convert all ck804-based boards to tiny bootblock. by Jonathan Kollasch · 14 years ago
  57. 9d4212f Move bcm5785_enable_rom.c include to where it's used. by Patrick Georgi · 14 years ago
  58. 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
  59. 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
  60. 1c00927 Revert sblk/sblink change, use sblk like the rest of the codebase does. by Uwe Hermann · 14 years ago
  61. 4e6f4cf Copy ICH4 hard_reset() for 6300ESB. by Jonathan Kollasch · 14 years ago
  62. 7b8700b Remove unused variables from 6300ESB smbus_write_block(). by Jonathan Kollasch · 14 years ago
  63. d7acdfb This patch enables SB700 option PrefetchEnSPIFromHost in early setup. by Scott Duplichan · 14 years ago
  64. 676d029 In the RS780/RS690 ProgK8TempMmioBase() function, the dst-link field is set by Liu Tao · 14 years ago
  65. dfecd27 We currently read the CPU HT speed from HT chain 0's register. by Liu Tao · 14 years ago
  66. c6a1062 Add more missing GPL-headers, fix inconsistencies in others. by Uwe Hermann · 14 years ago
  67. 8af6d55 Use common GPL-header format in CK804 files, add missing ones (trivial). by Uwe Hermann · 14 years ago
  68. 212d0a2 Remove various .c #includes from Intel i810/i82801ax/i82801bx boards. by Uwe Hermann · 14 years ago
  69. 51eafde Enable or disable the power button in Kconfig by Peter Stuge · 14 years ago
  70. f2573bd Fix a stupid bug in rs780 and rs690 code. by Zheng Bao · 14 years ago
  71. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  72. 5b2fd1ea Fix typo after r5925. by Sylvain Hitier · 14 years ago
  73. e62fc0d Build fixes (trivial). by Uwe Hermann · 14 years ago
  74. 0ea281f First round of ICH2/ICH2-M cleanups after split from i82801xx. by Uwe Hermann · 14 years ago
  75. 0a58a7b fix typos found by zbao in other files. by Stefan Reinauer · 14 years ago
  76. 470e182 Same applies for SB600. by Rudolf Marek · 14 years ago
  77. e522164 by Rudolf Marek · 14 years ago
  78. 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
  79. 2a5101a Trivial. Spelling check. by Zheng Bao · 14 years ago
  80. 115c5b9 Remove various .c #includes from Intel 440BX/82371EB boards. by Uwe Hermann · 14 years ago
  81. 713ae2c Drop unused i82801ax_early_lpc.c and i82801bx_early_lpc.c. by Uwe Hermann · 14 years ago
  82. ab06fb0 Round 2 of i82801AX fixes to get it into a usable shape. by Uwe Hermann · 14 years ago
  83. 3b8db81 Intel 82801ax/82801bx: Fix and hook up i82801xx_smbus.c. by Uwe Hermann · 14 years ago
  84. a3bd1b1 RS780 function ProgK8TempMmioBase is setting a reserved by Scott Duplichan · 14 years ago
  85. 6798b47 Convert all Intel 82371AB/EB/MB based boards to TINY_BOOTBLOCK. by Uwe Hermann · 14 years ago
  86. 6f2d20e Convert all Intel 440BX boards to Cache-as-RAM (CAR). by Uwe Hermann · 14 years ago
  87. abc0c77 attached patch moves a couple more config flags out of romstage: by Patrick Georgi · 14 years ago
  88. 5692c57 - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1 by Patrick Georgi · 14 years ago
  89. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  90. ae3f2b3 Allow selecting the physical USB Debug Port on AMD SB700. by Uwe Hermann · 14 years ago
  91. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  92. 5c9bc13 Drop some unneeded "#if CONFIG_USBDEBUG" (trivial). by Uwe Hermann · 14 years ago
  93. 86d1a50 Duplicate the MCP55 EHCI Debug Port enable code for use with CK804. by Jonathan Kollasch · 14 years ago
  94. 024d248 i82801bx defines the hard reset function, so move the "select" statement to by Warren Turkal · 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. 370d979 Various USB Debug Port fixes (trivial). by Uwe Hermann · 14 years ago
  98. ff492b1 Make SB600/SB700 more similar for easier diffs (trivial). by Uwe Hermann · 14 years ago
  99. b015d02 Hook up all AMD SB600/SB700 boards to the EHCI Debug Port infrastructure. by Uwe Hermann · 14 years ago
  100. 7df50a8 Here is a proposed way how to handle the SATA PHY settings on SB700. It by Rudolf Marek · 14 years ago