poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Correct the documented default ios endianness


From: egeyar
Subject: [PATCH] Correct the documented default ios endianness
Date: Sat, 2 Nov 2019 18:22:34 +0100

Hi Jose,

doc/poke.info states the following:
'endian'
     Byte endianness that will be used when mapping the IO space.  Valid
     values are 'big', 'little' and 'host'.  The default endianness is
     the host endianness.

However, my little endian machine seems to default to Big Endian. It seem the following line is causing that:
jitter_state_runtime->endian = IOS_ENDIAN_MSB;

Therefore, I suggest changing the doc to reflect the default endianness as big endian.

Here is the proposed ChangeLog:
2019-11-02  Egeyar Bagcioglu  <address@hidden>

        * doc/poke.info: Document the default endianness as big endian, rather
        than host endianness.

Please take a look and apply if legitimate.

Regards,
Egeyar

Attachment: document-default-endianness.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]