[U-Boot] [PATCH] x86: Update the io.h file to use {out|in}_{be|le}X macros

Bin Meng bmeng.cn at gmail.com
Mon Apr 9 01:50:27 UTC 2018


On Mon, Apr 9, 2018 at 9:47 AM, Bin Meng <bmeng.cn at gmail.com> wrote:
> On Thu, Mar 29, 2018 at 10:41 PM, Lukasz Majewski <lukma at denx.de> wrote:
>> The commit 3f70a6f57734 ("x86: Add clr/setbits functions")
>> introduced the {read|write}_ macros to manipulate data.
>>
>> Those macros are not used by any code in the u-boot project (despite the
>> io.h itself). Other architectures use io.h with {in|out}_* macros.
>>
>> This commit brings some unification across u-boot supported architectures.
>>
>> Signed-off-by: Lukasz Majewski <lukma at denx.de>
>> ---
>>
>>  arch/x86/include/asm/io.h | 34 +++++++++++++++++-----------------
>>  1 file changed, 17 insertions(+), 17 deletions(-)
>>
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list