On Wed, 2016-09-21 at 19:18 -0400, G 3 wrote:
>
> That can be done, but I was hoping to be able to do this via a
> command-line switch.
But you still do that !
Your switch puts stuff in /options which OpenBIOS then picks up to
construct the final list that it puts in the driver node.
> That w
On Sep 21, 2016, at 5:53 PM, Benjamin Herrenschmidt wrote:
On Wed, 2016-09-21 at 14:26 -0400, G 3 wrote:
Nodes like chose, aliases, openprom are of class IOService. options
is of class IODTNVRAM. It looks like this class has problems. I'm
thinking since Alexander Graf did work in the mac_nvra
On Wed, 2016-09-21 at 14:26 -0400, G 3 wrote:
>
> Nodes like chose, aliases, openprom are of class IOService. options
> is of class IODTNVRAM. It looks like this class has problems. I'm
> thinking since Alexander Graf did work in the mac_nvram.c file, he
> might know what is wrong.
What is
On Sep 21, 2016, at 5:01 AM, Benjamin Herrenschmidt wrote:
On Tue, 2016-09-20 at 22:54 -0400, G 3 wrote:
You really want to remove the included list of resolutions? I was
thinking about adding a lot more built-in resolutions in another
patch. A built-in list is very convenient.
I mean remove
On Tue, 2016-09-20 at 22:54 -0400, G 3 wrote:
> You really want to remove the included list of resolutions? I was
> thinking about adding a lot more built-in resolutions in another
> patch. A built-in list is very convenient.
I mean remove it from the driver and put it in OpenBIOS instead.
Ie
On Sep 20, 2016, at 8:41 PM, Benjamin Herrenschmidt wrote:
On Tue, 2016-09-20 at 20:35 -0400, G 3 wrote:
When I use the -prom-env option I can easily add properties to the
options node.
Can something like this be done with the chosen node?
We can make it so. That or we can add code to OpenB
On Tue, 2016-09-20 at 20:35 -0400, G 3 wrote:
>
> When I use the -prom-env option I can easily add properties to the
> options node.
> Can something like this be done with the chosen node?
We can make it so. That or we can add code to OpenBIOS to copy the list
of resolutions into the device-nod
On Sep 20, 2016, at 8:18 PM, Benjamin Herrenschmidt wrote:
On Tue, 2016-09-20 at 00:01 -0400, G 3 wrote:
Something is wrong with the options node in OpenBIOS. It is
inaccessible from Mac OS X. When trying to access the options node,
IORegistryExplorer always crashes. The other nodes are acces
On Tue, 2016-09-20 at 00:01 -0400, G 3 wrote:
>
> Something is wrong with the options node in OpenBIOS. It is
> inaccessible from Mac OS X. When trying to access the options node,
> IORegistryExplorer always crashes. The other nodes are accessible.
> I'm not certain what the problem could be
On Sep 19, 2016, at 6:44 PM, Benjamin Herrenschmidt wrote:
On Mon, 2016-09-19 at 08:44 -0400, G 3 wrote:
On Sep 19, 2016, at 2:24 AM, Benjamin Herrenschmidt wrote:
On Sat, 2016-09-17 at 23:31 -0400, G 3 wrote:
Add the ability to add resolutions from the command-line. This
patch
works by
l
On Sep 19, 2016, at 7:56 PM, Alfonso Gamboa wrote:
John,
http://mirror.informatimago.com/next/developer.apple.com/qa/dv/
dv43.html perhaps yields some insight:
Note:
An example of this is the video 'ndrv' support in Mac OS X. Mac OS
X can load and run native video drivers from the ROM of
John,
http://mirror.informatimago.com/next/developer.apple.com/qa/dv/dv43.html
perhaps yields some insight:
*Note:*
An example of this is the video 'ndrv' support in Mac OS X. Mac OS X can
load and run native video drivers from the ROM of PCI video cards. This
allows Mac OS X to provide basic vid
On Mon, 2016-09-19 at 08:44 -0400, G 3 wrote:
> On Sep 19, 2016, at 2:24 AM, Benjamin Herrenschmidt wrote:
>
> >
> > On Sat, 2016-09-17 at 23:31 -0400, G 3 wrote:
> > >
> > > Add the ability to add resolutions from the command-line. This
> > > patch
> > > works by
> > > looking for a property ca
On Sep 19, 2016, at 2:24 AM, Benjamin Herrenschmidt wrote:
On Sat, 2016-09-17 at 23:31 -0400, G 3 wrote:
Add the ability to add resolutions from the command-line. This
patch
works by
looking for a property called 'resolutions' in the options node of
OpenBIOS.
If it is found all the resolutions
On Sat, 2016-09-17 at 23:31 -0400, G 3 wrote:
> Add the ability to add resolutions from the command-line. This
> patch
> works by
> looking for a property called 'resolutions' in the options node of
> OpenBIOS.
> If it is found all the resolutions are parsed and loaded.
>
> Example command-lin
Add the ability to add resolutions from the command-line. This patch
works by
looking for a property called 'resolutions' in the options node of
OpenBIOS.
If it is found all the resolutions are parsed and loaded.
Example command-line:
-prom-env resolutions=512x342,640x480,800x600,1024x600,12
16 matches
Mail list logo