Re: [U-Boot] [PATCH v2] rockchip: sdram: Fix register layout for Linux

2016-07-18 Thread Simon Glass
On 17 July 2016 at 08:13, Simon Glass wrote: > On 15 July 2016 at 10:33, John Keeping wrote: >> The ChromeOS kernel reads the RAM settings from PMU_SYS_REG2 and expects >> the bootloader to store the necessary information there. We're using >> the same register to pass the same information betwe

Re: [U-Boot] [PATCH v2] rockchip: sdram: Fix register layout for Linux

2016-07-17 Thread Simon Glass
On 15 July 2016 at 10:33, John Keeping wrote: > The ChromeOS kernel reads the RAM settings from PMU_SYS_REG2 and expects > the bootloader to store the necessary information there. We're using > the same register to pass the same information between the SPL and > U-Boot but in a slightly different

Re: [U-Boot] [PATCH v2] rockchip: sdram: Fix register layout for Linux

2016-07-15 Thread Tom Rini
On Fri, Jul 15, 2016 at 05:33:23PM +0100, John Keeping wrote: > The ChromeOS kernel reads the RAM settings from PMU_SYS_REG2 and expects > the bootloader to store the necessary information there. We're using > the same register to pass the same information between the SPL and > U-Boot but in a sl

[U-Boot] [PATCH v2] rockchip: sdram: Fix register layout for Linux

2016-07-15 Thread John Keeping
The ChromeOS kernel reads the RAM settings from PMU_SYS_REG2 and expects the bootloader to store the necessary information there. We're using the same register to pass the same information between the SPL and U-Boot but in a slightly different format. Change this to use the format expected by the