From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 8 Dec 2019 11:31:23 +0800 Subject: [PATCH v6 059/102] x86: Don't repeat microcode in U-Boot if not needed In-Reply-To: <20191206213936.v6.59.I7e4d9db0141141a71865369b131bc54d8ca23985@changeid> References: <20191207044315.51770-1-sjg@chromium.org> <20191206213936.v6.59.I7e4d9db0141141a71865369b131bc54d8ca23985@changeid> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Dec 7, 2019 at 12:49 PM Simon Glass wrote: > > At present if SPL sets up the microcode then it is still included in > U-Boot as well. This is wasteful as microcode is large. Adjust the logic > in the image to prevent this. > > Reviewed-by: Bin Meng > Signed-off-by: Simon Glass > --- > > Changes in v6: None > Changes in v5: None > Changes in v4: None > Changes in v3: None > Changes in v2: None > > arch/x86/dts/u-boot.dtsi | 7 +++++++ > 1 file changed, 7 insertions(+) > applied to u-boot-x86/next, thanks!