Re: [PATCH v7 8/8] mac_oldworld: Add SPD data to cover RAM

2020-10-13 Thread BALATON Zoltan via
On Wed, 14 Oct 2020, BALATON Zoltan via wrote: On Tue, 13 Oct 2020, Philippe Mathieu-Daudé wrote: On 6/29/20 8:55 PM, BALATON Zoltan wrote: This patch is more complex as it should be which I intend to fix once agreement can be made on how to get back the necessary functionality removed by previ

Re: [PATCH v7 8/8] mac_oldworld: Add SPD data to cover RAM

2020-10-13 Thread BALATON Zoltan via
On Tue, 13 Oct 2020, Philippe Mathieu-Daudé wrote: On 6/29/20 8:55 PM, BALATON Zoltan wrote: OpenBIOS gets RAM size via fw_cfg but rhe original board firmware Typo "the". detects RAM using SPD data so generate and add SDP eeproms to cover as EEPROMs? much RAM as possible to describe with

Re: [PATCH v7 8/8] mac_oldworld: Add SPD data to cover RAM

2020-10-13 Thread Philippe Mathieu-Daudé
On 6/29/20 8:55 PM, BALATON Zoltan wrote: OpenBIOS gets RAM size via fw_cfg but rhe original board firmware Typo "the". detects RAM using SPD data so generate and add SDP eeproms to cover as EEPROMs? much RAM as possible to describe with SPD (this may be less than the actual ram_size due

[PATCH v7 8/8] mac_oldworld: Add SPD data to cover RAM

2020-06-29 Thread BALATON Zoltan
OpenBIOS gets RAM size via fw_cfg but rhe original board firmware detects RAM using SPD data so generate and add SDP eeproms to cover as much RAM as possible to describe with SPD (this may be less than the actual ram_size due to SDRAM size constraints). This patch is more complex as it should be w