Am 16.05.2009 13:06, schrieb Luc Verhaegen:
This makes me wonder... why is this HIGH_TABLES stuff done in the ram controller code and not general? Is this just a transitional phase and will this be done generally?
It's a matter of finding the right location. That location must have access to tolmk and high_tables_base, at a time between the last modification of tolmk and the first use of high_tables_base.
The northbridge code is already an improvement to before, where it was in the mainboard code. I _think_, tolmk is only available in the northbridge (and mainboard code called from there), so this code moved there instead of some truly generic place.
I'm very open to a more generic solution.
Patrick