Intel® Arria® 10 SoC UEFI Boot Loader User Guide

ID 683536
Date 12/15/2017
Public
Document Table of Contents

1.11.5. Basic I/O Functions Conversion

Table 19.  Basic I/O Function Conversion from HWLIBs to UEFI
HWLIB UEFI
alt_write_word MmioWrite32
alt_read_word MmioRead32
alt_setbits_word MmioOr32
alt_clrbits_word MmioAnd32
As an example, in HWLIBs the function:
alt_write_word (data, address);
must be written in the following way for UEFI:
MmioWrite32 (address, data);