From: Fabien Lahoudere <fabien.lahoudere@collabora.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V3 0/6] board: ge: Move bootcount to EEPROM
Date: Wed, 17 Oct 2018 10:33:25 +0200 [thread overview]
Message-ID: <cover.1539764688.git.fabien.lahoudere@collabora.com> (raw)
GE boards need bootcount set in EEPROM instead of file to avoid some issues.
This series replace v2 sent by Sebastian Reichel on 2018-07-20.
Changes since v2:
- Patches have been rebased to apply correctly on master.
- Remove a build time warning
- Remove checkpatch.pl warning
Denis Zalevskiy (6):
board: ge: Remove EEPROM bus param from read_vpd()
board: ge: Move VPD EEPROM configuration to the defconfig
bootcount: i2c: Add bus switching to the I2C bootcount driver
bootcount: Configure length limit for I2C bootcount
board: ge: Move VPD reading to the vpd_reader
board: ge: Store bootcount in EEPROM on PPD and Bx50v3
board/ge/bx50v3/Kconfig | 2 +
board/ge/bx50v3/bx50v3.c | 57 ++++++----------------------
board/ge/common/Kconfig | 14 +++++++
board/ge/common/vpd_reader.c | 57 ++++++++++++++++++++++++++--
board/ge/common/vpd_reader.h | 16 +++++---
board/ge/mx53ppd/Kconfig | 2 +
board/ge/mx53ppd/mx53ppd.c | 44 ++++------------------
configs/ge_bx50v3_defconfig | 27 +++++++++++--
configs/mx53ppd_defconfig | 29 ++++++++++++--
drivers/bootcount/Kconfig | 21 ++++++++++-
drivers/bootcount/bootcount_i2c.c | 79 +++++++++++++++++++++++++++++++++------
include/configs/ge_bx50v3.h | 6 +--
include/configs/mx53ppd.h | 6 +--
13 files changed, 243 insertions(+), 117 deletions(-)
create mode 100644 board/ge/common/Kconfig
--
1.8.3.1
next reply other threads:[~2018-10-17 8:33 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-17 8:33 Fabien Lahoudere [this message]
2018-10-17 8:33 ` [U-Boot] [PATCH V3 1/6] board: ge: Remove EEPROM bus param from read_vpd() Fabien Lahoudere
2018-12-08 17:27 ` Stefano Babic
2018-10-17 8:33 ` [U-Boot] [PATCH V3 2/6] board: ge: Move VPD EEPROM configuration to the defconfig Fabien Lahoudere
2018-12-08 17:28 ` Stefano Babic
2018-10-17 8:33 ` [U-Boot] [PATCH V3 3/6] bootcount: i2c: Add bus switching to the I2C bootcount driver Fabien Lahoudere
2018-12-08 17:28 ` Stefano Babic
2018-10-17 8:33 ` [U-Boot] [PATCH V3 4/6] bootcount: Configure length limit for I2C bootcount Fabien Lahoudere
2018-12-08 17:28 ` Stefano Babic
2018-10-17 8:33 ` [U-Boot] [PATCH V3 5/6] board: ge: Move VPD reading to the vpd_reader Fabien Lahoudere
2018-12-08 17:30 ` Stefano Babic
2018-10-17 8:33 ` [U-Boot] [PATCH V3 6/6] board: ge: Store bootcount in EEPROM on PPD and Bx50v3 Fabien Lahoudere
2018-12-08 17:30 ` Stefano Babic
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=cover.1539764688.git.fabien.lahoudere@collabora.com \
--to=fabien.lahoudere@collabora.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox