Re: [PATCH] global: Use proper project name U-Boot (next2)

2023-09-08 Thread Alexander Graf



On 07.09.23 15:00, Michal Simek wrote:

Use proper project name in README, rst and comment.
Done in connection to commit bb922ca3eb4b ("global: Use proper project name
U-Boot (next)").

Signed-off-by: Michal Simek 



For ppce500:

Reviewed-by: Alexander Graf 


Alex




Re: [PATCH] global: Use proper project name U-Boot (next2)

2023-09-08 Thread Michal Simek




On 9/7/23 17:57, Simon Glass wrote:

On Thu, 7 Sept 2023 at 07:00, Michal Simek  wrote:


Use proper project name in README, rst and comment.
Done in connection to commit bb922ca3eb4b ("global: Use proper project name
U-Boot (next)").

Signed-off-by: Michal Simek 
---

  board/cobra5272/README  | 18 +-
  board/emulation/qemu-ppce500/qemu-ppce500.c |  2 +-
  doc/board/xilinx/zynq.rst   |  2 +-
  doc/board/xilinx/zynqmp-r5.rst  |  4 ++--
  doc/imx/mkimage/imximage.txt|  2 +-
  doc/usage/environment.rst   |  2 +-
  doc/usage/semihosting.rst   |  2 +-
  tools/binman/entries.rst|  2 +-
  8 files changed, 17 insertions(+), 17 deletions(-)


[..]


diff --git a/tools/binman/entries.rst b/tools/binman/entries.rst
index e7dfe6b2a363..a8c7423c4005 100644
--- a/tools/binman/entries.rst
+++ b/tools/binman/entries.rst
@@ -2505,7 +2505,7 @@ Properties / Entry arguments:
  See Entry_u_boot_ucode for full details of the three entries involved in
  this process. This entry updates U-Boot with the offset and size of the
  microcode, to allow early x86 boot code to find it without doing anything
-complicated. Otherwise it is the same as the u-boot entry.
+complicated. Otherwise it is the same as the U-Boot entry.


This is actually correct already, since it is the name of an entry type.


Ok. Removed this in v2.

M


Re: [PATCH] global: Use proper project name U-Boot (next2)

2023-09-07 Thread Simon Glass
On Thu, 7 Sept 2023 at 07:00, Michal Simek  wrote:
>
> Use proper project name in README, rst and comment.
> Done in connection to commit bb922ca3eb4b ("global: Use proper project name
> U-Boot (next)").
>
> Signed-off-by: Michal Simek 
> ---
>
>  board/cobra5272/README  | 18 +-
>  board/emulation/qemu-ppce500/qemu-ppce500.c |  2 +-
>  doc/board/xilinx/zynq.rst   |  2 +-
>  doc/board/xilinx/zynqmp-r5.rst  |  4 ++--
>  doc/imx/mkimage/imximage.txt|  2 +-
>  doc/usage/environment.rst   |  2 +-
>  doc/usage/semihosting.rst   |  2 +-
>  tools/binman/entries.rst|  2 +-
>  8 files changed, 17 insertions(+), 17 deletions(-)

[..]

> diff --git a/tools/binman/entries.rst b/tools/binman/entries.rst
> index e7dfe6b2a363..a8c7423c4005 100644
> --- a/tools/binman/entries.rst
> +++ b/tools/binman/entries.rst
> @@ -2505,7 +2505,7 @@ Properties / Entry arguments:
>  See Entry_u_boot_ucode for full details of the three entries involved in
>  this process. This entry updates U-Boot with the offset and size of the
>  microcode, to allow early x86 boot code to find it without doing anything
> -complicated. Otherwise it is the same as the u-boot entry.
> +complicated. Otherwise it is the same as the U-Boot entry.

This is actually correct already, since it is the name of an entry type.

Regards,
Simon


Re: [PATCH] global: Use proper project name U-Boot (next)

2023-06-19 Thread Tom Rini
On Mon, 05 Jun 2023 13:58:59 +0200, Michal Simek wrote:

> Use proper project name in DTs, messages and READMEs.
> 
> 

To get the most testing time on this one, applied to u-boot/next, thanks!

-- 
Tom



Re: [PATCH] global: Use proper project name U-Boot

2023-05-30 Thread Michal Simek




On 5/22/23 10:16, Neil Armstrong wrote:

On 17/05/2023 09:17, Michal Simek wrote:

Use proper project name in comments, Kconfig, readmes.

Signed-off-by: Michal Simek 



For amlogic changes:

Reviewed-by: Neil Armstrong 



---

I am ignoring these for now because they can break automated scripts or
user setting that's why they should be fixed separately.






doc/board/amlogic/pre-generated-fip.rst:77:- bl33.bin: U-boot binary image


You can add this change safely,

Neil







Applied.
M


Re: [PATCH] global: Use proper project name U-Boot

2023-05-22 Thread Qu Wenruo




On 2023/5/17 15:17, Michal Simek wrote:

Use proper project name in comments, Kconfig, readmes.

Signed-off-by: Michal Simek 

[...]

diff --git a/fs/btrfs/compat.h b/fs/btrfs/compat.h
index 9cf8a10c76c5..02173dea5f48 100644
--- a/fs/btrfs/compat.h
+++ b/fs/btrfs/compat.h
@@ -46,7 +46,7 @@
  /*
   * Read data from device specified by @desc and @part
   *
- * U-boot equivalent of pread().
+ * U-Boot equivalent of pread().
   *
   * Return the bytes of data read.
   * Return <0 for error.
diff --git a/fs/btrfs/extent-io.h b/fs/btrfs/extent-io.h
index 6b0c87da969d..5c5c579d1eaf 100644
--- a/fs/btrfs/extent-io.h
+++ b/fs/btrfs/extent-io.h
@@ -8,7 +8,7 @@
   *   Use pointer to provide better alignment.
   * - Remove max_cache_size related interfaces
   *   Includes free_extent_buffer_nocache()
- *   As we don't cache eb in U-boot.
+ *   As we don't cache eb in U-Boot.
   * - Include headers
   *
   * Write related functions are kept as we still need to modify dummy extent


For the btrfs part:

Reviewed-by: Qu Wenruo 

Thanks,
Qu


Re: [PATCH] global: Use proper project name U-Boot

2023-05-22 Thread Neil Armstrong

On 17/05/2023 09:17, Michal Simek wrote:

Use proper project name in comments, Kconfig, readmes.

Signed-off-by: Michal Simek 



For amlogic changes:

Reviewed-by: Neil Armstrong 



---

I am ignoring these for now because they can break automated scripts or
user setting that's why they should be fixed separately.






doc/board/amlogic/pre-generated-fip.rst:77:- bl33.bin: U-boot binary image


You can add this change safely,

Neil







Re: [PATCH] global: Use proper project name U-Boot

2023-05-17 Thread Ilias Apalodimas
On Wed, 17 May 2023 at 10:18, Michal Simek  wrote:
>
> Use proper project name in comments, Kconfig, readmes.
>
> Signed-off-by: Michal Simek 
> ---
>
> I am ignoring these for now because they can break automated scripts or
> user setting that's why they should be fixed separately.
>
> arch/arm/dts/am335x-igep0033.dtsi:178:  label = "U-boot";
> arch/arm/dts/armada-3720-db.dts:183:label = 
> "U-boot Env";
> board/armadeus/opos6uldev/opos6uldev.env:45:echo Flashing 
> of U-boot SPL succeed;
> board/armadeus/opos6uldev/opos6uldev.env:46:else echo Flashing of 
> U-boot SPL failed;
> board/armadeus/opos6uldev/opos6uldev.env:55:echo Flashing 
> of U-boot image succeed;
> board/armadeus/opos6uldev/opos6uldev.env:56:else echo Flashing of 
> U-boot image failed;
> board/freescale/common/fsl_chain_of_trust.c:130:printf("SPL: 
> Validation of U-boot successful\n");
> board/freescale/ls1012afrdm/README:55:U-boot| 1MB   | 0x4010_
> board/freescale/ls1012afrdm/README:56:U-boot Env| 1MB   | 0x4020_
> board/freescale/ls1012aqds/README:56:U-boot | 1MB   | 0x4010_
> board/freescale/ls1012aqds/README:57:U-boot Env | 1MB   | 0x4020_
> board/freescale/ls1012ardb/README:51:U-boot | 1MB   | 0x4010_
> board/freescale/ls1012ardb/README:52:U-boot Env | 1MB   | 0x4020_
> board/freescale/ls1012ardb/README:93:U-boot | 1MB   | 0x4010_
> board/freescale/ls1012ardb/README:94:U-boot Env | 1MB   | 0x4030_
> board/imgtec/boston/checkboard.c:19:lowlevel_display("U-boot  ");
> doc/board/amlogic/pre-generated-fip.rst:77:- bl33.bin: U-boot binary image
> include/dt-bindings/memory/bcm-ns3-mc.h:31:/* ATF/U-boot/Linux error logs */
> net/dhcpv6.h:41:#define DHCP6_VCI_STRING"U-boot"
>
> ---
>  arch/Kconfig.nxp   |  2 +-
>  arch/arc/include/asm/io.h  |  2 +-
>  arch/arm/cpu/armv7/Kconfig |  2 +-
>  arch/arm/cpu/armv8/Kconfig |  2 +-
>  .../cpu/armv8/fsl-layerscape/doc/README.lsch3  |  2 +-
>  arch/arm/dts/fsl-ls1028a.dtsi  |  2 +-
>  arch/arm/dts/meson-g12-common-u-boot.dtsi  |  2 +-
>  arch/arm/dts/meson-gx-u-boot.dtsi  |  2 +-
>  arch/arm/dts/rk3328-evb-u-boot.dtsi|  2 +-
>  arch/arm/dts/rk3328.dtsi   |  2 +-
>  .../asm/arch-fsl-layerscape/stream_id_lsch2.h  |  2 +-
>  .../asm/arch-fsl-layerscape/stream_id_lsch3.h  |  2 +-
>  board/bosch/acc/acc.c  |  2 +-
>  board/bosch/shc/README |  2 +-
>  board/compulab/cl-som-imx7/cl-som-imx7.c   |  2 +-
>  board/hisilicon/poplar/README  |  2 +-
>  board/isee/igep003x/board.c|  2 +-
>  board/isee/igep00x0/igep00x0.c |  2 +-
>  board/keymile/Kconfig  |  8 
>  board/keymile/README   |  2 +-
>  board/kontron/sl-mx6ul/spl.c   |  2 +-
>  board/phytec/pcm058/README | 18 +-
>  board/synopsys/hsdk/hsdk.c | 14 +++---
>  boot/boot_fit.c|  2 +-
>  cmd/ufs.c  |  2 +-
>  common/spl/spl.c   |  2 +-
>  common/spl/spl_mmc.c   |  2 +-
>  doc/README.pcap|  2 +-
>  doc/README.s5p4418 |  2 +-
>  doc/SPL/README.spl-secure-boot |  4 ++--
>  doc/board/amlogic/p201.rst |  2 +-
>  doc/board/amlogic/p212.rst |  2 +-
>  doc/board/amlogic/s400.rst |  2 +-
>  doc/board/emulation/qemu-arm.rst   |  2 +-
>  doc/board/nxp/ls1046ardb.rst   |  2 +-
>  doc/board/nxp/mx6sabresd.rst   |  2 +-
>  doc/board/rockchip/rockchip.rst|  6 +++---
>  doc/board/sifive/unmatched.rst |  2 +-
>  doc/board/st/stm32mp1.rst  |  2 +-
>  doc/board/xen/xenguest_arm64.rst   | 10 +-
>  doc/develop/driver-model/bind.rst  |  2 +-
>  .../driver-model/fs_firmware_loader.rst|  6 +++---
>  doc/develop/uefi/uefi.rst  |  2 +-
>  doc/usage/cmd/source.rst   |  2 +-
>  doc/usage/dfu.rst  |  2 +-
>  drivers/clk/clk-mux.c  |  2 +-
>  drivers/gpio/gpio-fxl6408.c|  2 +-
>  drivers/mtd/nand/raw/Kconfig   |  6 +++---
>  drivers/mtd/nand/raw/fsl_ifc_spl.c |  4 ++--
>  drivers/net/pfe_eth/pfe_hw.c   |  2 +-
>  drivers/phy/marvell/comphy_cp110.c |  2 +-
>  drivers/spi/spi-qup.c  |  2 +-
>  dts/Kconfig

Re: [PATCH] global: Use proper project name U-Boot

2023-05-17 Thread Stefan Roese

On 5/17/23 09:17, Michal Simek wrote:

Use proper project name in comments, Kconfig, readmes.

Signed-off-by: Michal Simek 


Reviewed-by: Stefan Roese 

Thanks,
Stefan


---

I am ignoring these for now because they can break automated scripts or
user setting that's why they should be fixed separately.

arch/arm/dts/am335x-igep0033.dtsi:178:  label = "U-boot";
arch/arm/dts/armada-3720-db.dts:183:label = "U-boot 
Env";
board/armadeus/opos6uldev/opos6uldev.env:45:echo Flashing 
of U-boot SPL succeed;
board/armadeus/opos6uldev/opos6uldev.env:46:else echo Flashing of 
U-boot SPL failed;
board/armadeus/opos6uldev/opos6uldev.env:55:echo Flashing 
of U-boot image succeed;
board/armadeus/opos6uldev/opos6uldev.env:56:else echo Flashing of 
U-boot image failed;
board/freescale/common/fsl_chain_of_trust.c:130:printf("SPL: 
Validation of U-boot successful\n");
board/freescale/ls1012afrdm/README:55:U-boot| 1MB   | 0x4010_
board/freescale/ls1012afrdm/README:56:U-boot Env| 1MB   | 0x4020_
board/freescale/ls1012aqds/README:56:U-boot | 1MB   | 0x4010_
board/freescale/ls1012aqds/README:57:U-boot Env | 1MB   | 0x4020_
board/freescale/ls1012ardb/README:51:U-boot | 1MB   | 0x4010_
board/freescale/ls1012ardb/README:52:U-boot Env | 1MB   | 0x4020_
board/freescale/ls1012ardb/README:93:U-boot | 1MB   | 0x4010_
board/freescale/ls1012ardb/README:94:U-boot Env | 1MB   | 0x4030_
board/imgtec/boston/checkboard.c:19:lowlevel_display("U-boot  ");
doc/board/amlogic/pre-generated-fip.rst:77:- bl33.bin: U-boot binary image
include/dt-bindings/memory/bcm-ns3-mc.h:31:/* ATF/U-boot/Linux error logs */
net/dhcpv6.h:41:#define DHCP6_VCI_STRING"U-boot"

---
  arch/Kconfig.nxp   |  2 +-
  arch/arc/include/asm/io.h  |  2 +-
  arch/arm/cpu/armv7/Kconfig |  2 +-
  arch/arm/cpu/armv8/Kconfig |  2 +-
  .../cpu/armv8/fsl-layerscape/doc/README.lsch3  |  2 +-
  arch/arm/dts/fsl-ls1028a.dtsi  |  2 +-
  arch/arm/dts/meson-g12-common-u-boot.dtsi  |  2 +-
  arch/arm/dts/meson-gx-u-boot.dtsi  |  2 +-
  arch/arm/dts/rk3328-evb-u-boot.dtsi|  2 +-
  arch/arm/dts/rk3328.dtsi   |  2 +-
  .../asm/arch-fsl-layerscape/stream_id_lsch2.h  |  2 +-
  .../asm/arch-fsl-layerscape/stream_id_lsch3.h  |  2 +-
  board/bosch/acc/acc.c  |  2 +-
  board/bosch/shc/README |  2 +-
  board/compulab/cl-som-imx7/cl-som-imx7.c   |  2 +-
  board/hisilicon/poplar/README  |  2 +-
  board/isee/igep003x/board.c|  2 +-
  board/isee/igep00x0/igep00x0.c |  2 +-
  board/keymile/Kconfig  |  8 
  board/keymile/README   |  2 +-
  board/kontron/sl-mx6ul/spl.c   |  2 +-
  board/phytec/pcm058/README | 18 +-
  board/synopsys/hsdk/hsdk.c | 14 +++---
  boot/boot_fit.c|  2 +-
  cmd/ufs.c  |  2 +-
  common/spl/spl.c   |  2 +-
  common/spl/spl_mmc.c   |  2 +-
  doc/README.pcap|  2 +-
  doc/README.s5p4418 |  2 +-
  doc/SPL/README.spl-secure-boot |  4 ++--
  doc/board/amlogic/p201.rst |  2 +-
  doc/board/amlogic/p212.rst |  2 +-
  doc/board/amlogic/s400.rst |  2 +-
  doc/board/emulation/qemu-arm.rst   |  2 +-
  doc/board/nxp/ls1046ardb.rst   |  2 +-
  doc/board/nxp/mx6sabresd.rst   |  2 +-
  doc/board/rockchip/rockchip.rst|  6 +++---
  doc/board/sifive/unmatched.rst |  2 +-
  doc/board/st/stm32mp1.rst  |  2 +-
  doc/board/xen/xenguest_arm64.rst   | 10 +-
  doc/develop/driver-model/bind.rst  |  2 +-
  .../driver-model/fs_firmware_loader.rst|  6 +++---
  doc/develop/uefi/uefi.rst  |  2 +-
  doc/usage/cmd/source.rst   |  2 +-
  doc/usage/dfu.rst  |  2 +-
  drivers/clk/clk-mux.c  |  2 +-
  drivers/gpio/gpio-fxl6408.c|  2 +-
  drivers/mtd/nand/raw/Kconfig   |  6 +++---
  drivers/mtd/nand/raw/fsl_ifc_spl.c |  4 ++--
  drivers/net/pfe_eth/pfe_hw.c   |  2 +-
  drivers/phy/marvell/comphy_cp110.c |  2 +-
  drivers/spi/spi-qup.c  |  2 +-
  dts/Kconfig|  4 ++--
  fs/btrfs/compat.h