summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2021-02-01 02:53:15 +0100
committerMichael Brown2021-02-01 02:53:15 +0100
commite62c3e3513758a523f0222d3fe7fa44d7fe0d4fb (patch)
tree275435d168e5ed1f0d66352e84e67105f9899ca9 /src/include
parent[hermon] Clean up whitespace in hermon.c (diff)
downloadipxe-e62c3e3513758a523f0222d3fe7fa44d7fe0d4fb.tar.gz
ipxe-e62c3e3513758a523f0222d3fe7fa44d7fe0d4fb.tar.xz
ipxe-e62c3e3513758a523f0222d3fe7fa44d7fe0d4fb.zip
[hermon] Use reset value suitable for ConnectX-3
The programming documentation states that the reset magic value is "0x00000001 (Big Endian)", and the current code matches this by using the value 0x01000000 for the implicitly little-endian writel(). Inspection of the FlexBoot source code reveals an exciting variety of reset values, some suggestive of confusion around endianness. Experimentation suggests that the value 0x01000001 works reliably across a wide range of hardware. Debugged-by: Christian Iversen <ci@iversenit.dk> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
0 files changed, 0 insertions, 0 deletions