Actions
Feature #14066
closedloader.efi: want inb and outb
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
The bios version does implement inb ( ioaddr -- byte ) and outb (byte ioaddr -- ) words, enable inb and outb also for UEFI version.
Testing done: used inb and outb to verify serial ports (0x3f8 and 0x2f8).
Updated by Electric Monk 11 months ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 402e3d8a452bf2d05e0aca13e1ef518c8a91d796
commit 402e3d8a452bf2d05e0aca13e1ef518c8a91d796 Author: Toomas Soome <tsoome@me.com> Date: 2021-09-12T18:04:38.000Z 14066 loader.efi: want inb and outb Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
Actions