From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Thu, 21 Jan 2021 13:37:35 +0800 Subject: [PATCH 06/12] x86: Update Chromium OS GNVS names In-Reply-To: <20210116145343.6.I6899fb8e644a4342546ee0bfbdd521488635e1ca@changeid> References: <20210116215359.1220766-1-sjg@chromium.org> <20210116145343.6.I6899fb8e644a4342546ee0bfbdd521488635e1ca@changeid> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, Jan 17, 2021 at 5:54 AM Simon Glass wrote: > > The Global Non-Voltatile Storage struct has some fields with particular typo: Volatile > meanings. Rename these to make things easier to follow. Also add a few > more boot flags. > > GNVS should not be confused with GNVQ (Going Nowhere Very Quickly). > > Signed-off-by: Simon Glass > --- > > arch/x86/include/asm/intel_gnvs.h | 34 +++++++++++++++++++++++++------ > 1 file changed, 28 insertions(+), 6 deletions(-) > Reviewed-by: Bin Meng