commit | 9cc2323feebdde500f50f7abb855045dbde765cb | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Sat Jan 26 22:13:04 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Feb 02 08:19:17 2019 -0500 |
tree | 7d4c0bf226c098a560620457a6e4a96321a47bee | |
parent | e3b4fc9598388f47632a8c802aaa68b1154526f2 [diff] |
lmb: handle more than one DRAM BANK This fixes the automatic lmb initialization and reservation for boards with more than one DRAM bank. This fixes the CVE-2018-18439 and -18440 fixes that only allowed to load files into the firs DRAM bank from fs and via tftp. Found-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Tested-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>