H. Peter Anvin wrote:
> Jeremy Fitzhardinge wrote:
>
>> H. Peter Anvin wrote:
>>
>>> Jeremy Fitzhardinge wrote:
>>>
>>>
-setup_move_size: .word 0x8000# size to move, when setup is
not
+setup_move_size: .word _setup_size # size to move, when setu
Jeremy Fitzhardinge wrote:
> H. Peter Anvin wrote:
>> Jeremy Fitzhardinge wrote:
>>
>>> -setup_move_size: .word 0x8000 # size to move, when setup is
>>> not
>>> +setup_move_size: .word _setup_size# size to move, when setup is
>>> not
>>>
H. Peter Anvin wrote:
> Jeremy Fitzhardinge wrote:
>
>> -setup_move_size: .word 0x8000 # size to move, when setup is
>> not
>> +setup_move_size: .word _setup_size # size to move, when setup is not
>> # loaded at 0x9. We will move setup
>>
Jeremy Fitzhardinge wrote:
> -setup_move_size: .word 0x8000 # size to move, when setup is
> not
> +setup_move_size: .word _setup_size # size to move, when setup is not
> # loaded at 0x9. We will move setup
>
This patch cleans up image generation in several ways:
- Firstly, it removes tools/build, and uses binutils to do all the
final construction of the bzImage. This removes a chunk of code
and makes the image generation more flexible, since we can compute
various numbers rather than be forc
5 matches
Mail list logo