[PATCH 00/22] x86: Move some boards to text environment
Pali Rohár
pali at kernel.org
Sun Aug 6 17:55:15 CEST 2023
On Sunday 06 August 2023 08:39:43 Simon Glass wrote:
> Hi Pali,
>
> On Sun, 6 Aug 2023 at 04:51, Pali Rohár <pali at kernel.org> wrote:
> >
> > I'm not x86 maintainer, and I'm not going to review changes. So please
> > do not send me these emails. I have expressed it many times.
>
> You were sent one patch (and the cover letter) because you are the
> second committer on arch/x86/cpu/qemu/dram.c
I'm not maintainer of arch/x86/cpu/qemu/dram.c. How many times I have to
repeat it? You do not understand? Or what you are trying to do now?
> > On Sunday 30 July 2023 21:01:43 Simon Glass wrote:
> > > This series starts the process of moving x86 boards to a text environment.
> > >
> > > This includes conversions for about half the boards.
> > >
> > > The rest (including the more complicated Chromebooks) can come in a later
> > > series.
> > >
> > >
> > > Simon Glass (22):
> > > doc: Explain how to avoid the distro-boot scripts
> > > env: Use include/env for text-environment includes
> > > env: Explain how to use #include files in text environment
> > > x86: Drop CFG_SYS_STACK_SIZE
> > > x86: i8254: Include required ibmpc.h header
> > > x86: edison: Drop inclusion of ibmpc.h
> > > x86: Drop inclusion of ibmpc.h
> > > x86: Drop unused distro settings
> > > x86: Add a common include for environment settings
> > > x86: coreboot: Convert to text environment
> > > x86: crownbay: Convert to text environment
> > > x86: bayleybay: Convert to text environment
> > > x86: galileo: Convert to text environment
> > > x86: edison: Convert to text environment
> > > x86: cherryhill: Convert to text environment
> > > x86: cougarcanyon2: Convert to text environment
> > > x86: minnowmax: Convert to text environment
> > > x86: slimbootloader: Convert to text environment
> > > x86: efi-x86_app: Convert to text environment
> > > x86: efi-x86_payload: Convert to text environment
> > > x86: qemu: Add required linux/sizes.h include
> > > x86: qemu-x86: Convert to text environment
> > >
> > > arch/x86/cpu/qemu/dram.c | 1 +
> > > arch/x86/cpu/qemu/e820.c | 1 +
> > > arch/x86/lib/i8254.c | 1 +
> > > arch/x86/lib/physmem.c | 3 +-
> > > board/coreboot/coreboot/coreboot.env | 9 +++++
> > > board/efi/efi-x86_app/efi-x86_app.env | 6 ++++
> > > board/efi/efi-x86_payload/efi-x86_payload.env | 6 ++++
> > > board/emulation/qemu-x86/qemu-x86.env | 6 ++++
> > > board/intel/bayleybay/bayleybay.env | 9 +++++
> > > board/intel/cherryhill/cherryhill.env | 9 +++++
> > > board/intel/cougarcanyon2/cougarcanyon2.env | 6 ++++
> > > board/intel/crownbay/crownbay.env | 6 ++++
> > > board/intel/edison/edison.env | 6 ++++
> > > board/intel/galileo/galileo.env | 11 ++++++
> > > board/intel/minnowmax/minnowmax.env | 11 ++++++
> > > board/intel/slimbootloader/slimbootloader.env | 25 +++++++++++++
> > > board/keymile/km83xx/km83xx.env | 4 +--
> > > board/keymile/kmcent2/kmcent2.env | 2 +-
> > > .../keymile/pg-wcom-ls102xa/pg-wcom-expu1.env | 2 +-
> > > .../keymile/pg-wcom-ls102xa/pg-wcom-seli8.env | 2 +-
> > > board/siemens/iot2050/iot2050.env | 2 +-
> > > board/ti/am62ax/am62ax.env | 4 +--
> > > board/ti/am62x/am62x.env | 4 +--
> > > board/ti/am64x/am64x.env | 6 ++--
> > > board/ti/am65x/am65x.env | 8 ++---
> > > board/ti/j721e/j721e.env | 10 +++---
> > > board/ti/j721s2/j721s2.env | 10 +++---
> > > board/ti/ks2_evm/k2e_evm.env | 4 +--
> > > board/ti/ks2_evm/k2g_evm.env | 6 ++--
> > > board/ti/ks2_evm/k2hk_evm.env | 4 +--
> > > board/ti/ks2_evm/k2l_evm.env | 4 +--
> > > doc/usage/environment.rst | 8 ++++-
> > > include/configs/am335x_evm.h | 2 +-
> > > include/configs/am43xx_evm.h | 2 +-
> > > include/configs/am57xx_evm.h | 2 +-
> > > include/configs/am62ax_evm.h | 4 +--
> > > include/configs/am62x_evm.h | 2 +-
> > > include/configs/am64x_evm.h | 4 +--
> > > include/configs/am65x_evm.h | 6 ++--
> > > include/configs/bayleybay.h | 17 ---------
> > > include/configs/cherryhill.h | 13 -------
> > > include/configs/coreboot.h | 20 -----------
> > > include/configs/cougarcanyon2.h | 13 -------
> > > include/configs/crownbay.h | 17 ---------
> > > include/configs/da850evm.h | 2 +-
> > > include/configs/dra7xx_evm.h | 2 +-
> > > include/configs/edison.h | 11 ------
> > > include/configs/efi-x86_app.h | 11 ------
> > > include/configs/efi-x86_payload.h | 17 ---------
> > > include/configs/galileo.h | 19 ----------
> > > include/configs/minnowmax.h | 16 ---------
> > > include/configs/omap3_evm.h | 2 +-
> > > include/configs/omapl138_lcdk.h | 2 +-
> > > include/configs/phycore_am335x_r2.h | 4 +--
> > > include/configs/qemu-x86.h | 23 ------------
> > > include/configs/sifive-unleashed.h | 2 +-
> > > include/configs/slimbootloader.h | 35 -------------------
> > > include/configs/ti_omap4_common.h | 2 +-
> > > include/configs/ti_omap5_common.h | 4 +--
> > > include/configs/x86-common.h | 19 ----------
> > > include/{environment => env}/distro/sf.h | 0
> > > .../{environment => env}/pg-wcom/common.env | 0
> > > .../{environment => env}/pg-wcom/ls102xa.env | 2 +-
> > > .../{environment => env}/pg-wcom/powerpc.env | 0
> > > include/{environment => env}/ti/dfu.h | 0
> > > include/{environment => env}/ti/k3_dfu.env | 0
> > > include/{environment => env}/ti/k3_dfu.h | 0
> > > include/{environment => env}/ti/k3_rproc.env | 0
> > > include/{environment => env}/ti/k3_rproc.h | 0
> > > include/{environment => env}/ti/mmc.env | 0
> > > include/{environment => env}/ti/mmc.h | 0
> > > include/{environment => env}/ti/nand.env | 0
> > > include/{environment => env}/ti/nand.h | 0
> > > .../ti/ti_armv7_common.env | 0
> > > .../ti/ti_armv7_keystone2.env | 0
> > > include/{environment => env}/ti/ufs.env | 0
> > > include/{environment => env}/ti/ufs.h | 0
> > > include/env/x86.env | 20 +++++++++++
> > > 78 files changed, 200 insertions(+), 291 deletions(-)
> > > create mode 100644 board/coreboot/coreboot/coreboot.env
> > > create mode 100644 board/efi/efi-x86_app/efi-x86_app.env
> > > create mode 100644 board/efi/efi-x86_payload/efi-x86_payload.env
> > > create mode 100644 board/emulation/qemu-x86/qemu-x86.env
> > > create mode 100644 board/intel/bayleybay/bayleybay.env
> > > create mode 100644 board/intel/cherryhill/cherryhill.env
> > > create mode 100644 board/intel/cougarcanyon2/cougarcanyon2.env
> > > create mode 100644 board/intel/crownbay/crownbay.env
> > > create mode 100644 board/intel/edison/edison.env
> > > create mode 100644 board/intel/galileo/galileo.env
> > > create mode 100644 board/intel/minnowmax/minnowmax.env
> > > create mode 100644 board/intel/slimbootloader/slimbootloader.env
> > > rename include/{environment => env}/distro/sf.h (100%)
> > > rename include/{environment => env}/pg-wcom/common.env (100%)
> > > rename include/{environment => env}/pg-wcom/ls102xa.env (95%)
> > > rename include/{environment => env}/pg-wcom/powerpc.env (100%)
> > > rename include/{environment => env}/ti/dfu.h (100%)
> > > rename include/{environment => env}/ti/k3_dfu.env (100%)
> > > rename include/{environment => env}/ti/k3_dfu.h (100%)
> > > rename include/{environment => env}/ti/k3_rproc.env (100%)
> > > rename include/{environment => env}/ti/k3_rproc.h (100%)
> > > rename include/{environment => env}/ti/mmc.env (100%)
> > > rename include/{environment => env}/ti/mmc.h (100%)
> > > rename include/{environment => env}/ti/nand.env (100%)
> > > rename include/{environment => env}/ti/nand.h (100%)
> > > rename include/{environment => env}/ti/ti_armv7_common.env (100%)
> > > rename include/{environment => env}/ti/ti_armv7_keystone2.env (100%)
> > > rename include/{environment => env}/ti/ufs.env (100%)
> > > rename include/{environment => env}/ti/ufs.h (100%)
> > > create mode 100644 include/env/x86.env
> > >
> > > --
> > > 2.41.0.487.g6d72f3e995-goog
> > >
>
> Regards,
> Simon
More information about the U-Boot
mailing list