[PATCH v2 18/21] x86: apl: Reduce size for TPL
Simon Glass
sjg at chromium.org
Mon Dec 28 17:25:29 CET 2020
Update various drivers to use of_match_ptr() and to avoid including debug
strings in TPL. Omit the WiFi driver entirely, since it is not used in
TPL.
This reduces the TPL binary size by about 608 bytes.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
arch/x86/cpu/apollolake/lpc.c | 13 ++++++++-----
arch/x86/cpu/apollolake/pch.c | 4 +++-
arch/x86/cpu/apollolake/pmc.c | 4 +++-
arch/x86/cpu/apollolake/uart.c | 4 +++-
arch/x86/cpu/intel_common/Makefile | 2 +-
arch/x86/cpu/intel_common/itss.c | 4 +++-
arch/x86/cpu/intel_common/p2sb.c | 4 +++-
arch/x86/cpu/turbo.c | 5 +++++
board/google/chromebook_coral/coral.c | 4 +++-
drivers/gpio/intel_gpio.c | 4 +++-
drivers/pinctrl/intel/pinctrl_apl.c | 4 +++-
drivers/power/acpi_pmc/acpi-pmc-uclass.c | 4 +++-
drivers/timer/tsc_timer.c | 4 +++-
13 files changed, 44 insertions(+), 16 deletions(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list