mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/6] SPD EEPROM improvements
@ 2019-03-04 11:38 Sascha Hauer
  2019-03-04 11:38 ` [PATCH 1/6] crc: import crc_itu_t() from kernel Sascha Hauer
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Sascha Hauer @ 2019-03-04 11:38 UTC (permalink / raw)
  To: Barebox List

This series adds the SPD EEPROM definitions for DDR4, also we get a
function to read SPD EEPROMs in the PBL, using the early i.MX I2C driver
added in another series in "[PATCH 10/10] i2c: i.MX: Add early driver for use in PBL"

Sascha

Sascha Hauer (6):
  crc: import crc_itu_t() from kernel
  crc: Add PBL variant for crc_itu_t()
  ddr_spd: Update from U-Boot
  ddr_spd: Add function to read eeprom
  ddr_spd: provide common SPD type
  ddr_spd: Enable in PBL

 arch/ppc/ddr-8xxx/ddr2_dimm_params.c |   6 +-
 arch/ppc/ddr-8xxx/ddr3_dimm_params.c |  10 +-
 arch/ppc/include/asm/fsl_ddr_sdram.h |   4 +-
 commands/Kconfig                     |   2 +-
 common/Kconfig                       |   2 +-
 common/Makefile                      |   2 +-
 common/ddr_spd.c                     | 203 +++++++-
 common/ratp/Kconfig                  |   2 +-
 crypto/Kconfig                       |   3 +-
 crypto/Makefile                      |   2 +-
 crypto/crc-itu-t.c                   |  60 +++
 crypto/crc16.c                       | 103 ----
 drivers/mci/Kconfig                  |   2 +-
 drivers/mci/mci_spi.c                |   4 +-
 include/crc.h                        |  32 +-
 include/ddr_spd.h                    | 695 ++++++++++++++++++++-------
 lib/Kconfig                          |   4 +-
 lib/ratp.c                           |   4 +-
 lib/xymodem.c                        |   2 +-
 19 files changed, 805 insertions(+), 337 deletions(-)
 create mode 100644 crypto/crc-itu-t.c
 delete mode 100644 crypto/crc16.c

-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2019-03-04 13:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-04 11:38 [PATCH 0/6] SPD EEPROM improvements Sascha Hauer
2019-03-04 11:38 ` [PATCH 1/6] crc: import crc_itu_t() from kernel Sascha Hauer
2019-03-04 11:50   ` Sam Ravnborg
2019-03-04 13:19     ` Sascha Hauer
2019-03-04 11:38 ` [PATCH 2/6] crc: Add PBL variant for crc_itu_t() Sascha Hauer
2019-03-04 11:38 ` [PATCH 3/6] ddr_spd: Update from U-Boot Sascha Hauer
2019-03-04 11:38 ` [PATCH 4/6] ddr_spd: Add function to read eeprom Sascha Hauer
2019-03-04 11:53   ` Sam Ravnborg
2019-03-04 12:02   ` Sam Ravnborg
2019-03-04 13:22     ` Sascha Hauer
2019-03-04 11:38 ` [PATCH 5/6] ddr_spd: provide common SPD type Sascha Hauer
2019-03-04 11:38 ` [PATCH 6/6] ddr_spd: Enable in PBL Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox