Re: [PATCH 04/10] i386: clean up bzImage generation

2007-06-15 Thread Jeremy Fitzhardinge
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

Re: [PATCH 04/10] i386: clean up bzImage generation

2007-06-15 Thread H. Peter Anvin
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 >>>

Re: [PATCH 04/10] i386: clean up bzImage generation

2007-06-15 Thread Jeremy Fitzhardinge
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 >>

Re: [PATCH 04/10] i386: clean up bzImage generation

2007-06-15 Thread H. Peter Anvin
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 >

[PATCH 04/10] i386: clean up bzImage generation

2007-06-15 Thread Jeremy Fitzhardinge
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