Home
last modified time | relevance | path

Searched hist:"66 c98a0c" (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/board/ti/ks2_evm/
H A Dddr3_k2l.c66c98a0c Wed Feb 11 13:07:58 CST 2015 Vitaly Andrianov <vitalya@ti.com> keystone2: ddr3: eliminate using global ddr3_size variable

KS2 ddr3 initialization uses ddr3_size global variable before u-boot
relocation. Even if the variable is not being used after relocation,
writing to it corrupts relocation table.

This patch removes the global ddr3_size variable and uses local one
instead.

Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
Tested-by: Nishanth Menon <nm@ti.com>
H A Dddr3_k2e.c66c98a0c Wed Feb 11 13:07:58 CST 2015 Vitaly Andrianov <vitalya@ti.com> keystone2: ddr3: eliminate using global ddr3_size variable

KS2 ddr3 initialization uses ddr3_size global variable before u-boot
relocation. Even if the variable is not being used after relocation,
writing to it corrupts relocation table.

This patch removes the global ddr3_size variable and uses local one
instead.

Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
Tested-by: Nishanth Menon <nm@ti.com>
H A Dddr3_k2hk.c66c98a0c Wed Feb 11 13:07:58 CST 2015 Vitaly Andrianov <vitalya@ti.com> keystone2: ddr3: eliminate using global ddr3_size variable

KS2 ddr3 initialization uses ddr3_size global variable before u-boot
relocation. Even if the variable is not being used after relocation,
writing to it corrupts relocation table.

This patch removes the global ddr3_size variable and uses local one
instead.

Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
Tested-by: Nishanth Menon <nm@ti.com>
H A Dboard.c66c98a0c Wed Feb 11 13:07:58 CST 2015 Vitaly Andrianov <vitalya@ti.com> keystone2: ddr3: eliminate using global ddr3_size variable

KS2 ddr3 initialization uses ddr3_size global variable before u-boot
relocation. Even if the variable is not being used after relocation,
writing to it corrupts relocation table.

This patch removes the global ddr3_size variable and uses local one
instead.

Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
Tested-by: Nishanth Menon <nm@ti.com>