commit | 8890e7d2420b695e64610c88e37b6c172c96a7ba | [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 | 8c1957a42f7e4eedd02f1440140282c94efef179 [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>