Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-18 | common: Drop part.h from common header | Simon Glass | |
Move this uncommon header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2020-05-18 | common: Drop net.h from common header | Simon Glass | |
Move this header out of the common header. Network support is used in quite a few places but it still does not warrant blanket inclusion. Note that this net.h header itself has quite a lot in it. It could be split into the driver-mode support, functions, structures, checksumming, etc. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2018-05-30 | mmc: Separate "mmc swrite" from fastboot | Alex Kiernan | |
Introduce CONFIG_IMAGE_SPARSE and CONFIG_CMD_MMC_SWRITE so the "mmc swrite" command is separated from the fastboot code. Move image-sparse from common to lib so it's clear it's library code. Rename CONFIG_FASTBOOT_FLASH_FILLBUF_SIZE to CONFIG_IMAGE_SPARSE_FILLBUF_SIZE and migrate it to Kconfig. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Acked-by: Jassi Brar <jaswinder.singh@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org> |