coreboot/src/commonlib/storage
Felix Held 8d2ec86c5e commonlib/storage: use ALIGN_UP instead of ALIGN for better readability
Change-Id: I76ec5ff107bc043d9457b3377e88226a96eb3f3c
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33632
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
2019-06-21 12:49:43 +00:00
..
bouncebuf.c src: Drop unused '#include <halt.h>' 2019-03-16 11:46:58 +00:00
bouncebuf.h commonlib/storage: use ALIGN_UP instead of ALIGN for better readability 2019-06-21 12:49:43 +00:00
Kconfig commonlib: Move drivers/storage into commonlib/storage 2017-05-12 18:20:33 +02:00
Makefile.inc commonlib: Move drivers/storage into commonlib/storage 2017-05-12 18:20:33 +02:00
mmc.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
mmc.h commonlib: Move drivers/storage into commonlib/storage 2017-05-12 18:20:33 +02:00
pci_sdhci.c src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
sd.c src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
sd_mmc.c src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
sd_mmc.h coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
sdhci.c src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
sdhci.h device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
sdhci_adma.c src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
sdhci_display.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
storage.c src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
storage.h commonlib/storage: use ALIGN_UP instead of ALIGN for better readability 2019-06-21 12:49:43 +00:00
storage_erase.c src/commonlib/storage: Move include <console.h> to sd_mmc.h 2018-06-04 02:40:08 +00:00
storage_write.c src: Use 'include <string.h>' when appropriate 2019-03-20 20:27:51 +00:00