1. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  2. 409dc3b sb/amd/cimx/sb800/ramtop: Fix coding style issues by Paul Menzel · 7 years ago
  3. f5b974e arch/acpi.h: Add some update to version 6.2a by Elyes HAOUAS · 6 years ago
  4. 8541ede src/{mainboard,southbridge}: Remove commented include lines by Elyes HAOUAS · 6 years ago
  5. 8a5283a src: Remove unneeded include <cbmem.h> by Elyes HAOUAS · 6 years ago
  6. e9a0130 src: Remove unneeded include <console/console.h> by Elyes HAOUAS · 6 years ago
  7. 9eb4d0a sb/amd: Remove dead assignment in SPI driver by Paul Menzel · 6 years ago
  8. dee0f88 sb/amd: Fix grammar in comment by Paul Menzel · 6 years ago
  9. 19f5ba8 amd: Fix non-local header treated as local by Elyes HAOUAS · 6 years ago
  10. a342f39 src: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  11. 3e1b3b1 sb/amd/cimx/sb[89]00: Use CF9 reset by Nico Huber · 6 years ago
  12. f9ea7ed update all FADT version 3.0 to use the get tables function by Marc Jones · 6 years ago
  13. 1faa11e Fix PCI ACPI _OSC methods by Marc Jones · 6 years ago
  14. 251279c src/southbridge: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  15. b0f1988 src: Get rid of unneeded whitespace by Elyes HAOUAS · 6 years ago
  16. ebace9f src/southbridge: Add and update license headers by Martin Roth · 6 years ago
  17. dda0fc4 cimx/sb800: Use PCI_DEVFN() by Kyösti Mälkki · 6 years ago
  18. 1a4abb7 sb/amd/cimx/sb800: Get rid of device_t by Elyes HAOUAS · 6 years ago
  19. 621abec sb/amd/cimx/sb800: Remove unused variable by Paul Menzel · 7 years ago
  20. 482f822 sb/amd/cimx/sb800/lpc: Shorten and wrap long lines by Paul Menzel · 7 years ago
  21. 851dde8 drivers/spi: reduce confusion in the API by Aaron Durbin · 6 years ago
  22. 6053a9c console: Expose vsnprintf by David Hendricks · 7 years ago
  23. 1fcc9f3 drivers/spi: support cmd opcode deduction for spi_crop_chunk() by Aaron Durbin · 7 years ago
  24. 9de8ab9 AGESA_LEGACY: Apply final cleanup and file removals by Kyösti Mälkki · 7 years ago
  25. e4a016f AMD CIMx SB800: late.c: Use variable `device` from for loop condition by Paul Menzel · 11 years ago
  26. ec23f04 AMD platforms: Fix ASL comment that implies "\_SB" is southbridge by Martin Roth · 7 years ago
  27. 7090377 smbus: Fix a typo ("Set the device I'm talking too") by Jonathan Neuschäfer · 7 years ago
  28. 63fac81 AGESA: Implement POSTCAR_STAGE by Kyösti Mälkki · 7 years ago
  29. aa090cb device: acpi_name() should take a const struct device by Aaron Durbin · 7 years ago
  30. 6f55154 AGESA CIMX: Remove empty set_pcie_(de)reset by Kyösti Mälkki · 7 years ago
  31. f7ca672 AGESA boards: Clean up some includes by Kyösti Mälkki · 7 years ago
  32. 746241f ACPI S3: Remove conflicting local acpi_get_sleep_type() by Kyösti Mälkki · 7 years ago
  33. 390ba04 AGESA binaryPI: Consolidate and fix sleep states by Kyösti Mälkki · 7 years ago
  34. 28c4d2f AGESA: Introduce AGESA_LEGACY_WRAPPER and its counterpart by Kyösti Mälkki · 8 years ago
  35. 8a303b7 AGESA: Add guard for acpi_get_sleep_type() by Kyösti Mälkki · 7 years ago
  36. 083504b southbridge/amd: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  37. 8d29dd1 vendorcode/amd: Unify Porting.h across all targets by Stefan Reinauer · 7 years ago
  38. 01f9aa5 Consolidate reset API, add generic reset_prepare mechanism by Julius Werner · 7 years ago
  39. 70d92b9 CBMEM: Clarify CBMEM_TOP_BACKUP function usage by Kyösti Mälkki · 7 years ago
  40. 12eca76 southbridge/amd: Move spi driver to use spi_bus_map by Furquan Shaikh · 7 years ago
  41. 61be360 AGESA: Fix UMA calculations by Kyösti Mälkki · 7 years ago
  42. de705fa drivers/spi: Re-factor spi_crop_chunk by Furquan Shaikh · 7 years ago
  43. 1498efe cimx/sb800: Log southbridge call-sites by Kyösti Mälkki · 7 years ago
  44. d8a2c1f southbridge/amd: Add LPC bridge acpi path for Family14 and SB800 by Tobias Diedrich · 7 years ago
  45. c2973d1 spi: Get rid of SPI_ATOMIC_SEQUENCING by Furquan Shaikh · 8 years ago
  46. 94f8699 spi: Define and use spi_ctrlr structure by Furquan Shaikh · 8 years ago
  47. 36b81af spi: Pass pointer to spi_slave structure in spi_setup_slave by Furquan Shaikh · 8 years ago
  48. 0dba025 spi: Fix parameter types for spi functions by Furquan Shaikh · 8 years ago
  49. c28984d spi: Clean up SPI flash driver interface by Furquan Shaikh · 8 years ago
  50. 9344bde src/southbridge: Remove unnecessary whitespace by Elyes HAOUAS · 8 years ago
  51. 035df00 src/southbridge: Remove whitespace after sizeof by Elyes HAOUAS · 8 years ago
  52. 3b87812 Kconfig: Update default hex values to start with 0x by Martin Roth · 8 years ago
  53. c021ffe southbridge/amd: Add space around operators by Elyes HAOUAS · 8 years ago
  54. 1e1b866 southbridge/amd/cimx: transition away from device_t by Antonello Dettori · 8 years ago
  55. ba28e8d src/southbridge: Code formating by Elyes HAOUAS · 8 years ago
  56. 0cd338e Remove non-ascii & unprintable characters by Martin Roth · 8 years ago
  57. 1bcd7fc src/southbridge: Capitalize CPU, RAM and ROM by Elyes HAOUAS · 8 years ago
  58. 5933814 amd/cimx/sb800/pci_devs.h: Update guard #define name by Martin Roth · 9 years ago
  59. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  60. 114a948 amd/cimx/sb800/late.c: Add comment in `sb800_init()` by Paul Menzel · 9 years ago
  61. 0dab6d1 amd/sb800: Make UsbRxMode per-board customizable by Tobias Diedrich · 9 years ago
  62. 12bce3f SB800: Port to 64bit by Stefan Reinauer · 9 years ago
  63. 7b1a8a7 amd/cimx/sb800/acpi/smbus.asl: Align comments by Paul Menzel · 9 years ago
  64. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  65. d0e212c devicetree: Discriminate device ops scan_bus() by Kyösti Mälkki · 9 years ago
  66. 83f81ca acpi: Remove monolithic ACPI by Vladimir Serbinenko · 10 years ago
  67. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  68. 26e24cc 3rdparty: move to 3rdparty/blobs by Patrick Georgi · 9 years ago
  69. f4f0287 3rdparty: Move to blobs by Patrick Georgi · 9 years ago
  70. 595e777 Kconfig whitespace fixes by Martin Roth · 9 years ago
  71. 13e4182 kbuild: automatically include southbridges by Stefan Reinauer · 9 years ago
  72. 4da487e CBMEM: Add LATE_CBMEM_INIT guards by Kyösti Mälkki · 9 years ago
  73. 9ef9d85 bootstate: use structure pointers for scheduling callbacks by Aaron Durbin · 9 years ago
  74. 0b87bb7 AMD cimx/sb800: Disconnect PCI bridge 0:14.4 from pins by Kyösti Mälkki · 10 years ago
  75. 033bb4b acpi: Generate valid ACPI processor objects by Timothy Pearson · 10 years ago
  76. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  77. 24501ca AMD cimx/sb800: Initially enable all GPP ports by Kyösti Mälkki · 10 years ago
  78. 41cd047 AMD cimx/sb800: Move cimx init for ramstage by Kyösti Mälkki · 10 years ago
  79. 486c05f AMD cimx/sb800: Fix PCI-to-PCI bridge 0:14.4 configuration by Kyösti Mälkki · 10 years ago
  80. 11f9c35 AMD cimx/sb800: Fix console output by Kyösti Mälkki · 10 years ago
  81. 78c5d58 ACPI: Add acpi_is_wakeup_s3() for romstage by Kyösti Mälkki · 10 years ago
  82. 6355cbf AMD platforms: fix callout_entry doxygen errors by Martin Roth · 10 years ago
  83. 0b2c4ec Remove AMD's "Release Content" doxygen from coreboot files by Martin Roth · 10 years ago
  84. 03abaee21 drivers/pc80/mc146818rtc: Assume we always have ALTCENTURY by Gabe Black · 10 years ago
  85. d630c13 southbridge/amd/cimx/sbX00/early.c: Update grammar in comments by Martin Roth · 10 years ago
  86. 3c3a50c southbridge/amd agesa & cimx spelling fixes by Martin Roth · 10 years ago
  87. ec9293f spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions. by Gabe Black · 10 years ago
  88. 63ebb24 vendorcode/amd/agesa: Make Porting.h common between families by Edward O'Callaghan · 10 years ago
  89. 2a19fb1 amdfam10: Move to per-device ACPI by Vladimir Serbinenko · 10 years ago
  90. 3eefeea build system: improve portability by Patrick Georgi · 10 years ago
  91. 9a817ef soutbridge/*/bootblock: Use pci_dev_t over device_t typedef by Edward O'Callaghan · 10 years ago
  92. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago
  93. 50c9637 AGESA fam12 fam14 fam15: Sanitize BiosCallOuts headers by Kyösti Mälkki · 10 years ago
  94. a1ebbc4 AGESA fam12 fam14 fam15: Use common agesa_readSpd() by Kyösti Mälkki · 10 years ago
  95. 2fc0a1d cimx/sb800: fix pedantic gcc error by Ronald G. Minnich · 10 years ago
  96. 822bc65 ACPI: Remove CONFIG_GENERATE_ACPI_TABLES by Vladimir Serbinenko · 11 years ago
  97. 691ff08 southbridge/amd/cimx/sb800: Uninitialized variables in config func by Edward O'Callaghan · 10 years ago
  98. 65fa598 southbridge/amd: Remove trailing whitespace by Elyes HAOUAS · 10 years ago
  99. 5eb4d63 southbridge,ASL: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  100. 9f0a2be AMD SPI: Optimise for longer writes by Kyösti Mälkki · 10 years ago