[U-Boot] driver: net: fsl-mc: Initialization of MC memory

2018-05-11 Thread Ralf Göbel
Hi, I have added the fix to my GitHub repository: https://github.com/RalfGoebel/u-boot/commit/1d23fa42cb2ebe115ccd7a842ac7993f e4f1ce00 Unfortunately, I don't really know what's happening here. It looks like the error is caused by using uninitialized memory, but maybe it's something else. Is ther

[U-Boot] driver: net: fsl-mc: Initialization of MC memory

2018-05-04 Thread Ralf Göbel
Hi, I have a custom board using the LS2088A device. We are seeing problems regarding the DPAA2 network since the beginning (2016). The problem occurs usually after the first link is established after booting Linux. Example: [7.755443] fsl_dpaa2_eth dpni.0 ni0: Link Event: state up [7.791

[U-Boot] ddr: Invalid SPD module type definitions for SO-DIMM with ECC

2016-09-08 Thread Ralf Göbel
Hi, it think the SPD module type definitions for DDR4 SO-DIMM with ECC in the file include/ddr_spd.h are swapped: #define DDR4_SPD_MODULETYPE_72B_SO_UDIMM(0x08) #define DDR4_SPD_MODULETYPE_72B_SO_RDIMM(0x09) According to JEDEC document SPD4.1.2.L-4, UDIMM is 0x9 and RDIMM is 0x8.