[coreboot-gerrit] Change in coreboot[master]: superio/fintek: Add support for Fintek F71889A.

Felix Held (Code Review) gerrit at coreboot.org
Fri May 12 23:54:09 CEST 2017


Felix Held has posted comments on this change. ( https://review.coreboot.org/17669 )

Change subject: superio/fintek: Add support for Fintek F71889A.
......................................................................


Patch Set 9:

> or for that matter, why 0x07ff signifies one byte

the leftmost '1' bit says what the highest address is that can be assigned to a peripheral in the io space. the number of zeros from the right side says how much bytes are needed to be allocated for the peripheral; the zeros on the right are basically the address mask, that masks the 2^n bytes being reserved with N being the number of zeros.

Maybe have a look at the function pnp_get_ioresource in pnp_device.c and/or diagram in f71869ad/superio.c

-- 
To view, visit https://review.coreboot.org/17669
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I91c60a3b48cd4872ae7a27de8f49faa40e877a27
Gerrit-PatchSet: 9
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Marty Plummer <ntzrmtthihu777 at gmail.com>
Gerrit-Reviewer: Edward O'Callaghan <edward.ocallaghan at koparo.com>
Gerrit-Reviewer: Felix Held <felix-coreboot at felixheld.de>
Gerrit-Reviewer: Idwer Vollering <vidwer at gmail.com>
Gerrit-Reviewer: Marty Plummer <ntzrmtthihu777 at gmail.com>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
Gerrit-HasComments: No



More information about the coreboot-gerrit mailing list