1. 7c1f6b8 sconfig parser: by Stefan Reinauer · 14 years ago
  2. 154931c Fix strcmp and strncmp. They failed in several important scenarios by Patrick Georgi · 14 years ago
  3. 1457aad Add #define that states the libpci interface version we implement by Patrick Georgi · 14 years ago
  4. 1bd3fb7 Call mainboard init functions. by Myles Watson · 14 years ago
  5. 6d7c1fc Gigabyte dual bios mainboard will always reboot, caused by the superio. by Wang Qing Pei · 14 years ago
  6. 3058491 My forgotten CAR cleanup patch... by Stefan Reinauer · 14 years ago
  7. b24d07c My old mcp55 azalia fix from May 2010. Was never checked in. by Stefan Reinauer · 14 years ago
  8. 8ccbe05 bootblock_prologue.c (not a .c file!) and i386/init/crt0_prologue.inc were by Stefan Reinauer · 14 years ago
  9. a6f0e12 clean up comment in entry32.inc by Stefan Reinauer · 14 years ago
  10. 18719f0 Build 8151 for s2885. Trivial. by Myles Watson · 14 years ago
  11. 6615ef3 Add support for OHCI controllers and prelimiary support for xHCI (USB3) controllers. by Patrick Georgi · 14 years ago
  12. 03e54de Superiotool support for the IT8500 embedded controller. by Donald Huang · 14 years ago
  13. 2ad6d55 Some chips do not require enter/exit sequences. This causes them to be by David Hendricks · 14 years ago
  14. 9bf7810 make sconfig parser regeneration menu selectable by Stefan Reinauer · 14 years ago
  15. 35d346f Fix build error introduced in r5868. by Patrick Georgi · 14 years ago
  16. df61dd2 non-root devices are not supposed to be accessed outside of static.c except by by Stefan Reinauer · 14 years ago
  17. 29ee873 Change default path and configuration for Coreinfo. by Myles Watson · 14 years ago
  18. 23ffe8b The number of cores is got by reading the bit 15,13,12 of [0,24,3,e8]. by Zheng Bao · 14 years ago
  19. 127e976 Remove warnings from USB debug console code. by Myles Watson · 14 years ago
  20. 8c4f31b Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / by Stefan Reinauer · 14 years ago
  21. 0362c6d VGA code needs to be refactored before it can be compiled conditionally. by Myles Watson · 14 years ago
  22. 2d7ff69 Build VGA code conditionally to avoid errors when using SeaBIOS. by Myles Watson · 14 years ago
  23. 25bf69a Adds id for ITE IT8707F to superiotool. by Mattias Mattsson · 14 years ago
  24. c9ce895 make early_mtrr_init() invisible for cache as ram targets as it breaks them. by Stefan Reinauer · 14 years ago
  25. f976548 Clarify a comment on an old hack, remove the call to early_mtrr_init by Corey Osgood · 14 years ago
  26. bc0f7a6 - fix SMM code relocation race by Stefan Reinauer · 14 years ago
  27. 2d33dc4 add i945GSE to inteltool by Björn Busse · 14 years ago
  28. 43110f5 Update my old, no longer active email addresses by Corey Osgood · 14 years ago
  29. 23d98c7 Add support for the Intel Atom D400/500- and N400-series integrated by Corey Osgood · 14 years ago
  30. 9b3cf8e Resolved the bug of filo+libpayload building. The bug is if libpayload is installed before filo load "make -C ../libpayload/Makefile DEST=**", it would not by Cai Bai Yin · 14 years ago
  31. bba0d76 Let Geode GX2 use geode_post_code.h just like Geode LX by Nils Jacobs · 14 years ago
  32. 7a4952a Add src/cpu/amd/model_gx2/cache_as_ram.inc missing from r5669 by Nils Jacobs · 14 years ago
  33. e474070 This patch converts the Geode GX2 boards to CAR. by Nils Jacobs · 14 years ago
  34. e3fb1c2 Make include paths more consistent. Fixes compilation errors for me. by Myles Watson · 14 years ago
  35. e1822d9 Superiotool support for Nuvoton WPCE775x/NPCE781x. by David Hendricks · 14 years ago
  36. 4aa93cc Add support for the console over Ethernet (through PCI NE2000). by Rudolf Marek · 14 years ago
  37. 7fc9e29 Trivial: Improve error reporting of sconfig slightly by reporting the line number. by Patrick Georgi · 14 years ago
  38. 857a778 become more standard with libpayload headers. PATH_MAX belongs in limits.h, by Stefan Reinauer · 14 years ago
  39. 2f969a6 Trivial -Werror fix. by Cristi M · 14 years ago
  40. 187e9d0 Trivial fix to make CONFIG_BOOTBLOCK_NORMAL switch compile again. by Myles Watson · 14 years ago
  41. c358b65 Ugly temporary fix until we figure out how to deal with the race condition. by Myles Watson · 14 years ago
  42. 6f57b51 Fix all warnings in the tree by Stefan Reinauer · 14 years ago
  43. 817d754 get rid of even more fam10 and k8 warnings. by Stefan Reinauer · 14 years ago
  44. 5e33e82 fix some more warnings by Stefan Reinauer · 14 years ago
  45. 42da0e6 fix some warnings. by Stefan Reinauer · 14 years ago
  46. e32d399 Kill a few more warnings. by Myles Watson · 14 years ago
  47. 7bcaa92 Eliminate a couple of warnings from setup_resourcemap.c by Myles Watson · 14 years ago
  48. a58c260 Select HAVE_OPTION_TABLE for msi/ms9652_fam10. It fixes the build and doesn't by Myles Watson · 14 years ago
  49. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  50. 8376831 A bug fix: Fix the ctrl_devport_conf_clear to clear the enable bit. by Myles Watson · 14 years ago
  51. 106f7ff Add support to IT85xx series by Anton Kochkov · 14 years ago
  52. 7e59f769 Add support to extended EC series by Anton Kochkov · 14 years ago
  53. 9a82eeb fix misnamed functions. by Stefan Reinauer · 14 years ago
  54. fde6a4c Run doxygen -u on doxygen configuration files by Stefan Reinauer · 14 years ago
  55. ab27266 Add new function to create all mptable entries for buses by by Patrick Georgi · 14 years ago
  56. 43c970f __i386__ and __powerpc__ are set by the compiler already. by Patrick Georgi · 14 years ago
  57. c9f705b Incomplete implementation of libpci's (of pciutils) interface. by Patrick Georgi · 14 years ago
  58. 9bb04385 fix return value checks of cbfstool's writerom by Stefan Reinauer · 14 years ago
  59. 980a69b Attached patch moves functions out of the huge libpayload.h into headers by Patrick Georgi · 14 years ago
  60. 815c47f Add __LIBPAYLOAD__ and __i386__/__powerpc__ symbols to lpgcc's build context. by Patrick Georgi · 14 years ago
  61. ad5107e Finish fixing Tyan s2881. Simplify ADT7463 initialization code. by Myles Watson · 14 years ago
  62. ccbcc56 Fix libpayload xconfig script to find coreboot utils xgcc. by Cai Bai Yin · 14 years ago
  63. d0bac7e Change the libpayload "make install" default destination to be the source directory. Libpayload is not a runtime library and has many different configurations for different payloads, so doesn't really belong in /opt. by Cai Bai Yin · 14 years ago
  64. 49cdb0c This patch adds support for the Intel D810E2CB (i810e/ICH2) desktop board. Hurray, this is the first i810 board running CAR. by Joseph Smith · 14 years ago
  65. b94a79f This patch adds support for the Intel D810E2CB (i810e/ICH2) desktop board. Hurray, this is the first i810 board running CAR. by Joseph Smith · 14 years ago
  66. 40bffc2 Create new socket for FCPGA370 and PGA370 CPU's for CAR. Add CAR support for Coppermine FC-PGA CPU's (model_68x). by Joseph Smith · 14 years ago
  67. 992ae48 This patch implements GFXUMA on all supported i810 boards. Also some fix-ups to the i810 northbridge.c code. by Joseph Smith · 14 years ago
  68. bfca8ef Trivial. Cleaning up about the blank line. by Zheng Bao · 14 years ago
  69. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  70. e10757e This patch adds inteltool support for i810E and ICH2. by Joseph Smith · 14 years ago
  71. cfaa081 Follow up to the USB refactoring patch: Missed setting pid values correctly. by Patrick Georgi · 14 years ago
  72. 9fb55cb Fix a missing include file that was breaking the Traverse Geos build. by Edwin Beasant · 14 years ago
  73. f333ba0 This commit updates the Geode LX GLCP delay control setup from the v2 way to the v3 way. by Edwin Beasant · 14 years ago
  74. 1965a23 Check for NULL before calling device_match() by Myles Watson · 14 years ago
  75. 7a60c37 The devicetree was wrong, but I'm still surprised it broke. This fixes the by Myles Watson · 14 years ago
  76. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  77. 6507b39 Make k8 & fam10 northbridge.c code more similar. by Myles Watson · 14 years ago
  78. 42e5f64 The interrupt controller lives at I/O 0x4d0/0x4d1. by Stefan Reinauer · 14 years ago
  79. a06f950 This patch adds the ECS P6IWP-Fe board to coreboot. by Anders Jenbo · 14 years ago
  80. bd8d7ee Fix auto-mangled comments (trivial) by Patrick Georgi · 14 years ago
  81. 356f848 Fix some of Peter's suggestions for the Nokia IP530. by Myles Watson · 14 years ago
  82. 84e8e45 Remove the rest of cardbus_scan_bus. by Myles Watson · 14 years ago
  83. 03adcfd cardbus_scan_bridge is identical to pci_scan_bridge by Myles Watson · 14 years ago
  84. 81af48e This patch extends the reserved resources for the cs5536 to avoid the excluded by Myles Watson · 14 years ago
  85. 7923c49 Make sure VSA is linked as ELF32 for i386 (instead of whatever the compiler considers native). by Patrick Georgi · 14 years ago
  86. d78691d Avoid using the name "pid_t", which is used on unixoid systems. by Patrick Georgi · 14 years ago
  87. aed9920 replace outb -> port 0x80 with post_code() in some places. by Stefan Reinauer · 14 years ago
  88. c4f1a77 Fix two warnings: by Stefan Reinauer · 14 years ago
  89. 1946284 tly cosmetical. don't use movw because we use mov in most places. by Stefan Reinauer · 14 years ago
  90. 0c47c4d This patch fixes the option rom code that was buggy when it switched by Edwin Beasant · 14 years ago
  91. 29a6a19 Kconfig value is hex, not int. by Myles Watson · 14 years ago
  92. ed4e005 128KB is the default, and isn't large enough with the 30K payload for abuild. by Myles Watson · 14 years ago
  93. 2ad8ab8 Fixes for Nokia IP530 and associated drivers. by Marc Bertens · 14 years ago
  94. e3df121 Enable PCI_OPTION_ROM_REALMODE when GEODE_VSA is selected. by Myles Watson · 14 years ago
  95. c282a18 This patch replaces the headers of the following files: by Frank Vibrans · 14 years ago
  96. 5d6aede The code was ported. Now it is what it should be. by Zheng Bao · 14 years ago
  97. 5f06701 Fix hard-coded log levels. by Myles Watson · 14 years ago
  98. e9d4bcc Fix a format string to keep the compiler happy. by Marc Bertens · 14 years ago
  99. 80e914ff CONFIG_DEBUG is too generic. Remove it and replace it with CONFIG_DEBUG_SMBUS by Myles Watson · 14 years ago
  100. 94de72b Check the value of ulzma and do not continue if there was an error. by Myles Watson · 14 years ago