All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v6 00/18] GPT over MTD
Date: Thu, 11 May 2017 10:19:34 +0200	[thread overview]
Message-ID: <20170511081934.gaj464hdiosrdg37@flea.home> (raw)
In-Reply-To: <1494489128-24806-1-git-send-email-patrick.delaunay@st.com>

Hi,

On Thu, May 11, 2017 at 09:51:50AM +0200, Patrick Delaunay wrote:
> I have a request to support GPT over MTD to have the MTD informations
> without U-Boot environment(CONFIG_ENV_IS_NOWHERE is a other requirement
> of my project to manage several board configuration with
> the same defconfig; boot from NAND or NOR or SDCARD).

What would happen if you have a bad block in the middle of the primary
or secondary GPT headers (or both)?

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170511/9a823513/attachment.sig>

  parent reply	other threads:[~2017-05-11  8:19 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-11  7:51 [U-Boot] [PATCH v6 00/18] GPT over MTD Patrick Delaunay
2017-05-11  7:51 ` [U-Boot] [PATCH v6 01/18] uuid: add a function for GUID string parsing Patrick Delaunay
2017-05-11  7:51 ` [U-Boot] [PATCH v6 02/18] disk: part: refactor part_print_efi to prepare GPT over MTD Patrick Delaunay
2017-05-11  7:51 ` [U-Boot] [PATCH v6 03/18] disk: part: refactor part_get_info_efi " Patrick Delaunay
2017-05-11  7:51 ` [U-Boot] [PATCH v6 04/18] disk: part: prepare_backup_gpt_header rework Patrick Delaunay
2017-05-11  7:51 ` [U-Boot] [PATCH v6 05/18] disk: part: compute partition_entry_lba Patrick Delaunay
2017-05-11  7:51 ` [U-Boot] [PATCH v6 06/18] disk: part: efi: export internal function Patrick Delaunay
2017-05-11  7:51 ` [U-Boot] [PATCH v6 07/18] disk: part: add support of GPT partitioning over MTD Patrick Delaunay
2017-05-14  9:13   ` Simon Glass
2017-05-11  7:51 ` [U-Boot] [PATCH v6 08/18] cmd: gpt: remove blk_desc parameter in static function Patrick Delaunay
2017-05-11  7:51 ` [U-Boot] [PATCH v6 09/18] cmd: gpt: use error number in set_gpt_info Patrick Delaunay
2017-05-11  7:52 ` [U-Boot] [PATCH v6 10/18] cmd: gpt: add print_gpt_info_err Patrick Delaunay
2017-05-11  7:52 ` [U-Boot] [PATCH v6 11/18] cmd: gpt: update write command to support GPT over MTD Patrick Delaunay
2017-05-11  7:52 ` [U-Boot] [PATCH v6 12/18] cmd: part: update " Patrick Delaunay
2017-05-11  7:52 ` [U-Boot] [PATCH v6 13/18] cmd: mtdparts: move PART_ADD_DESC_MAXLEN Patrick Delaunay
2017-05-11  7:52 ` [U-Boot] [PATCH v6 14/18] cmd: mtdparts: update command to support GPT over MTD Patrick Delaunay
2017-05-11  7:52 ` [U-Boot] [PATCH v6 15/18] uuid: remove dependency with io.h Patrick Delaunay
2017-05-11  7:52 ` [U-Boot] [PATCH v6 16/18] sandbox: GPT over MTD test Patrick Delaunay
2017-05-11  7:52 ` [U-Boot] [PATCH v6 17/18] distro: add boot for UBI in GPT over MTD Patrick Delaunay
2017-05-14  9:13   ` Simon Glass
2017-05-11  7:52 ` [U-Boot] [PATCH v6 18/18] tests: Add GPT over MTD test Patrick Delaunay
2017-05-11  8:19 ` Maxime Ripard [this message]
2017-05-11  9:19   ` [U-Boot] [PATCH v6 00/18] GPT over MTD Patrick DELAUNAY
2017-05-11 14:46     ` Maxime Ripard
2017-05-12 16:09       ` Patrick DELAUNAY
2017-05-16  9:28         ` Maxime Ripard
2017-05-19 16:58           ` Patrick DELAUNAY
2017-06-06  9:48           ` Patrick DELAUNAY
2017-06-06 11:12             ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170511081934.gaj464hdiosrdg37@flea.home \
    --to=maxime.ripard@free-electrons.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.