Re: Implement OF_getpropint64

2017-12-26 Thread Patrick Wildt
On Tue, Dec 26, 2017 at 05:18:37PM +0100, Mark Kettenis wrote: > A function to easily extract properties that are represented as a > 64-bit integer. I'll be needing this in at least two little projects > that I'm working on. > > ok? ok patrick@ > > P.S. Those two little projects are EFI Runtim

Re: Implement OF_getpropint64

2017-12-26 Thread Jeremie Courreges-Anglas
On Tue, Dec 26 2017, Mark Kettenis wrote: > A function to easily extract properties that are represented as a > 64-bit integer. I'll be needing this in at least two little projects > that I'm working on. > > ok? ok jca@ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524

Implement OF_getpropint64

2017-12-26 Thread Mark Kettenis
A function to easily extract properties that are represented as a 64-bit integer. I'll be needing this in at least two little projects that I'm working on. ok? P.S. Those two little projects are EFI Runtime Services and DVFS support. Index: dev/ofw/fdt.c