[PATCH 15/16] Add device tree for Ebony
Segher Boessenkool
segher at kernel.crashing.org
Fri Feb 16 01:56:41 EST 2007
>> The first option. Anywhere a number can be used, "d# xxx"
>> would mean decimal.
>>
>> When you would say <d# 1234 5678>, 1234 is decimal and
>> 5678 is hexadecimal.
>
> Where do the tokens end? Is "d#1234" valid and equal to "d# 1234"?
> Or is "d#" an independent token?
In OF, there has to be whitespace inbetween.
> And are there other bases to
> this model? Like, maybe, "b#", "o#" and "h#" as well?
o# d# h# are standard defined; b# exists on many implementations.
Neither b# nor o# is frequently used but there's no harm in
including them I suppose.
Segher
More information about the Linuxppc-dev
mailing list