1. 75a3d1f amdfam10: Perform major include ".c" cleanup by Damien Zammit · 8 years ago
  2. caccd97 mainboard/amd/serengeti_cheetah*: Use C89 comments style & remove commented code by Elyes HAOUAS · 8 years ago
  3. 08449eb mainboard/amd/serengeti_cheetah: Use tabs for indents by Elyes HAOUAS · 8 years ago
  4. 6350a2e src/mainboard/a-trend - emulation: Add space around operators by Elyes HAOUAS · 8 years ago
  5. 8ab989e src/mainboard: Capitalize ROM, RAM, CPU and APIC by Elyes HAOUAS · 8 years ago
  6. abe40e0 mainboard/amd: add license headers by Noah Glovsky · 8 years ago
  7. 4549e5a AMD K8 boards’ `romstage.c`: Spell sync*hr*onize correctly by Paul Menzel · 10 years ago
  8. 069f476 mainboard: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  9. ebe3a7a mainboard/*/romstage.c: Fix 'lib/delay.c' inclusion by Edward O'Callaghan · 10 years ago
  10. 77757c2 mainboard/*/romstage.c: Sanitize system header inclusions by Edward O'Callaghan · 10 years ago
  11. bc84450 Drop unused change_i2c_mux() by Kyösti Mälkki · 10 years ago
  12. 8199809 mainboard/: Avoid including early_serial.c from w83627hf by Edward O'Callaghan · 10 years ago
  13. ea8d460 AMD K8 (rev F): Move rev F0/F1 workaround to header by Kyösti Mälkki · 11 years ago
  14. 5c62375 AMD K8 (rev F): Move MEM_TRAIN_SEQ check to northbridge by Kyösti Mälkki · 11 years ago
  15. 142b52c AMD boards (non-AGESA): Cleanup post_cache_as_ram.c includes by Kyösti Mälkki · 11 years ago
  16. 88a67f0 AMD boards (non-AGESA): Cleanup earlymtrr.c includes by Kyösti Mälkki · 11 years ago
  17. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  18. bbc880e amdk8/amdfam10: Use CAR_GLOBAL for sysinfo by Patrick Georgi · 12 years ago
  19. e135ac5 Remove AMD special case for LAPIC based udelay() by Patrick Georgi · 12 years ago
  20. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  21. af90275 TINY_BOOTBLOCK problem-fix on amdk8+amd8111 platforms by enok71 · 13 years ago
  22. 42fa7fe run uart_init() from console_init, just like the other console initialization functions. by Stefan Reinauer · 13 years ago
  23. 8301d83 second round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  24. 836ae29 first round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  25. 1f7d3c5 AMD-8111: Add TINY_BOOTBLOCK support. by Uwe Hermann · 14 years ago
  26. 7b99705 Simplify a few code chunks, fix whitespace and indentation. by Uwe Hermann · 14 years ago
  27. 57b2ff8 Drop excessive whitespace randomly sprinkled in romstage.c files. by Uwe Hermann · 14 years ago
  28. 9bd9a90 Unify DIMM SPD addressing. For Geode, change the by Patrick Georgi · 14 years ago
  29. d28c298 Eliminate SET_NB_CFG_54 option. There was no board that by Patrick Georgi · 14 years ago
  30. 76e8152 Move the SET_FIDVID* family of configuration options to Kconfig and by Patrick Georgi · 14 years ago
  31. 7bbd7f2 Move K8_ALLOCATE_IO_RANGE to Kconfig. by Patrick Georgi · 14 years ago
  32. 9915944 Remove comments that are obsolete since r6028. by Uwe Hermann · 14 years ago
  33. 00e1460 Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.c by Patrick Georgi · 14 years ago
  34. e5b7507 Remove duplicate line from pci_ids.h. by Jonathan Kollasch · 14 years ago
  35. e82618d Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig, by Patrick Georgi · 14 years ago
  36. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  37. 12584e2 Drop console/console.c and pc80/serial.c from mainboards' romstage.c. by Patrick Georgi · 14 years ago
  38. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  39. 23836e2 zero warnings days... by Stefan Reinauer · 14 years ago
  40. 853263b copy_and_run.c is not needed twice, and it is used on non-car too. by Stefan Reinauer · 14 years ago
  41. 9b43afd Clean up fidvid files using indent. Remove some special print statements. by Myles Watson · 14 years ago
  42. 8f2c616 No warnings day, next round. by Stefan Reinauer · 14 years ago
  43. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  44. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  45. 798ef28 This drops the ASSEMBLY define from romstage.c, too by Stefan Reinauer · 14 years ago
  46. 5e32823 __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into by Stefan Reinauer · 14 years ago
  47. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  48. 78acf932 Remove remaining uses of by Patrick Georgi · 14 years ago
  49. 2bd9100 Rework boolean expression (DeMorgan and all) for by Patrick Georgi · 14 years ago
  50. ce6fb1e Remove failover/fallback/normal handling in mainboards' by Patrick Georgi · 14 years ago
  51. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 14 years ago[Renamed from src/mainboard/amd/serengeti_cheetah/cache_as_ram_auto.c]
  52. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  53. 036c15f Drop dead K8_SCAN_PCI_BUS code. It's a bad idea to scan the PCI busses before by Myles Watson · 15 years ago
  54. 6e23576 Remove some warnings. by Myles Watson · 15 years ago
  55. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  56. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  57. 1725703 The point of the patch is to make it easier to understand the raminit by Myles Watson · 15 years ago
  58. 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 15 years ago
  59. 6ef8e0f Check to see if K8 processor is capable of changing FIDVID otherwise it will throw a GP# when reading FIDVID_STATUS by Dan Lykowski · 16 years ago
  60. 2080bd9 AMD K8 platforms must use CAR so it makes sense to use the PRINK_IN_CAR by Marc Jones · 16 years ago
  61. 5f9624d CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in serengeti_cheeatah by Yinghai Lu · 18 years ago
  62. d4b278c AMD Rev F support by Yinghai Lu · 18 years ago