Marc Jones wrote:
]Would it be better for the option to call a romstage.c function to set ]the swaplist? ] ]Marc ] ]-- ]http://se-eng.com
That is not a bad idea. It avoids adding anything to kconfig, and avoids any length limit on the swap list.
All it takes is this: 1) Remove the swap list from ht_wrapper.c and put it in each of 13 romstage.c files. 2) Add a prototype to amdfam10.h. 3) Modify the swap list where I have real hardware to test on (mahogany_fam10).
How about we do it this way?
Thanks, Scott