mbox series

[0/5] Reduce size of a few boards

Message ID 20220311191005.364540-1-sjg@chromium.org
Headers show
Series Reduce size of a few boards | expand

Message

Simon Glass March 11, 2022, 7:10 p.m. UTC
This series is intended to be applied before with EFI clean-up series
from Takahiro-san. It reduces the size of a few boards by removing
features. It also allows the partition driver to be dropped in SPL,
thus eliminating the SPL size gains.

The helper-function patch must be applied after the EFI series, but
the others can come before.


Simon Glass (5):
  disk: Add an option for partitions in SPL
  tbs2910: Disable ext4 write
  rcar3_salvator-x: Drop EFI_LOADER
  phycore-rk3288: Avoid enabling partition support in SPL
  disk: Use a helper function to reduce duplication

 configs/phycore-rk3288_defconfig   |  2 +-
 configs/rcar3_salvator-x_defconfig |  2 +-
 configs/tbs2910_defconfig          |  1 -
 disk/Kconfig                       | 24 +++++++++++++---
 disk/Makefile                      |  6 ++--
 disk/disk-uclass.c                 | 46 ++++++++++++++++--------------
 drivers/block/blk-uclass.c         |  2 +-
 7 files changed, 51 insertions(+), 32 deletions(-)