1 Jan 2012 02:54
Re: [RFC PATCH 0/19] Create generic board init and move ARM and x86 to it
Wolfgang Denk <wd <at> denx.de>
2012-01-01 01:54:12 GMT
2012-01-01 01:54:12 GMT
Dear Simon Glass, In message <CAPnjgZ1Zim6=u3rLcnAKE-0Bw3sO_hRY+U67jkpkNoNi8g7ctw <at> mail.gmail.com> you wrote: > > Also it does depend on expectations. I would hope that moving an > architecture over would be a fairly small task: > > - getting generic relocation working I don;t see why this would be a direct prerequisite here. We want to have that, no boubt about that. But it appears to be an unrelated change to me. > - adding functions for anything that is missing from board init code "anything that is missing from board init code" ? > - removing things which don't work on the architecture? That would probably reander systems broken that need these things? > - worrying about differences in ordering between functions This is indeed the biggest issue. Keep in mind that my original ida of providing a function call table was to allow to define this table in a board specific way (i. e. in the board config file). [Not that this idea found many friends...](Continue reading)
RSS Feed