All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V3 0/6] board: ge: Move bootcount to EEPROM
@ 2018-10-17  8:33 Fabien Lahoudere
  2018-10-17  8:33 ` [U-Boot] [PATCH V3 1/6] board: ge: Remove EEPROM bus param from read_vpd() Fabien Lahoudere
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Fabien Lahoudere @ 2018-10-17  8:33 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-12-08 17:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-17  8:33 [U-Boot] [PATCH V3 0/6] board: ge: Move bootcount to EEPROM Fabien Lahoudere
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

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.