Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-16 | keystone2: ddr3: eliminate using global ddr3_size variable | Vitaly Andrianov | |
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> | |||
2014-07-25 | board: k2e-evm: add board support | Hao Zhang | |
This patch adds Keystone2 k2e_evm evaluation board support. Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com> |