1. 8c692d7 commonlib/storage: Add attach callback to sdhci_ctrlr by Shelley Chen · 1 year, 7 months ago
  2. 419cf93 commonlib/storage: Add common eMMC functions by Shelley Chen · 1 year, 7 months ago
  3. 83ac830 commonlib/storage: fix int-to-pointer-cast error by Shelley Chen · 1 year, 7 months ago
  4. 995dfef src/commonlib: Remove unnecessary space after casts by Elyes Haouas · 1 year, 9 months ago
  5. bd5471a0 commonlib/storage/sdhci.c: Remove "ERROR: " from log message by Elyes Haouas · 1 year, 9 months ago
  6. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 7 months ago
  7. 8bb59ca lib: Add __fls() (Find Last Set) by Jianjun Wang · 2 years, 9 months ago
  8. 0dd92f8 src/commonlib: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  9. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  10. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  11. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  12. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 3 months ago
  13. afd4c87 treewide: move copyrights and authors to AUTHORS by Patrick Georgi · 4 years, 3 months ago
  14. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 3 months ago
  15. 21a4053 rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE by Julius Werner · 4 years, 4 months ago
  16. 23e3f9d src/commonlib: Fix typos by Elyes HAOUAS · 4 years, 6 months ago
  17. b8473d0 src/commonlib/storage: Fix typos by Elyes HAOUAS · 4 years, 7 months ago
  18. 3280b76 storage/mmc: Fix wrong frequency setting for HS speed mode by Bora Guvendik · 4 years, 8 months ago
  19. 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years, 8 months ago
  20. 70a03dd src: Add missing include <stdlib.h> by Elyes HAOUAS · 4 years, 9 months ago
  21. eb501f0 commonlib/storage/pci_sdhci.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  22. e088721 device,drivers/: Drop some __SIMPLE_DEVICE__ use by Kyösti Mälkki · 4 years, 11 months ago
  23. 0443ac2 AUTHORS: Move src/commonlib copyrights into AUTHORS file by Martin Roth · 5 years ago
  24. 8d2ec86 commonlib/storage: use ALIGN_UP instead of ALIGN for better readability by Felix Held · 5 years ago
  25. cd4fe0f src: include <assert.h> when appropriate by Elyes HAOUAS · 5 years ago
  26. 20eaef0 src: Add missing include 'console.h' by Elyes HAOUAS · 5 years ago
  27. add76f9 src: Use #include <timer.h> when appropriate by Elyes HAOUAS · 5 years ago
  28. 5d1f9a0 Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) by Julius Werner · 5 years ago
  29. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  30. 74aa99a src: Drop unused '#include <halt.h>' by Elyes HAOUAS · 5 years ago
  31. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  32. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  33. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  34. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  35. ead574e src: Get rid of duplicated includes by Elyes HAOUAS · 6 years ago
  36. a342f39 src: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  37. 3936374 commonlib/storage: Make pci sdhci code compile in romstage by Bora Guvendik · 6 years ago
  38. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  39. 0b13397 src/{commonlib,lib}: Fix typo by Elyes HAOUAS · 6 years ago
  40. 6c9737b src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  41. e1416fd commonlib/storage: Make sd_mmc_go_idle an api by Bora Guvendik · 6 years ago
  42. 6ec87da src/commonlib/storage: Move include <console.h> to sd_mmc.h by Elyes HAOUAS · 6 years ago
  43. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  44. e962840 storage: Fix CMD13 failure issue by Barnali Sarkar · 7 years ago
  45. f968a4c commonlib/storage: Zero extend MMC capacity by Lee Leahy · 7 years ago
  46. 927f06a commonlib/storage: Fix MMC build by Lee Leahy · 7 years ago
  47. 48dbc66 commonlib: Move drivers/storage into commonlib/storage by Lee Leahy · 7 years ago