[U-Boot] [PATCH v5 07/16] disk: part: add support of GPT partitioning over MTD

Simon Glass sjg at chromium.org
Sun Apr 16 19:32:19 UTC 2017


On 13 April 2017 at 03:52, Patrick Delaunay <patrick.delaunay at st.com> wrote:
> Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>
> Reviewed-by: Christophe KERELLO <christophe.kerello at st.com>
> ---
>
> Changes in v5:
> - solve warning and error
>   (dont' include linux/mtd/mtd.h in part.h)
>
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
>
>  disk/Kconfig        |  17 ++
>  disk/Makefile       |   1 +
>  disk/part_efi_mtd.c | 457 ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  doc/README.gpt.mtd  | 189 ++++++++++++++++++++++
>  include/part.h      |  15 +-
>  5 files changed, 677 insertions(+), 2 deletions(-)
>  create mode 100644 disk/part_efi_mtd.c
>  create mode 100644 doc/README.gpt.mtd
>

Reviewed-by: Simon Glass <sjg at chromium.org>

Please can you add function comments for your static and exported functions.


More information about the U-Boot mailing list