* [Buildroot] [PATCH 1/3] board/freescale/imx8mqevk: Fix typos in readme
@ 2018-12-27 16:08 André Hentschel
2018-12-27 16:08 ` [Buildroot] [PATCH 2/3] package/freescale-imx/firmware-imx: Fix typos André Hentschel
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: André Hentschel @ 2018-12-27 16:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
---
board/freescale/imx8mqevk/readme.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/freescale/imx8mqevk/readme.txt b/board/freescale/imx8mqevk/readme.txt
index a32c122f91..e60eba4cb6 100644
--- a/board/freescale/imx8mqevk/readme.txt
+++ b/board/freescale/imx8mqevk/readme.txt
@@ -21,7 +21,7 @@ You will find in output/images/ the following files:
- boot.vfat
- fsl-imx8mq-evk.dtb
- Image
- - imx-boot-imx8mqevk-sd.bin
+ - imx8-boot-sd.bin
- lpddr4_pmu_train_fw.bin
- rootfs.ext2
- rootfs.ext4
@@ -69,7 +69,7 @@ Enable HDMI output
To enable HDMI output at boot you must provide the video kernel boot
argument. To set the video boot argument from U-Boot run after
-stoping in U-Boot prompt:
+stopping in U-Boot prompt:
setenv mmcargs 'setenv bootargs console=${console} root=${mmcroot} video=HDMI-A-1:1920x1080-32 at 60'
saveenv
--
2.17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* [Buildroot] [PATCH 2/3] package/freescale-imx/firmware-imx: Fix typos
2018-12-27 16:08 [Buildroot] [PATCH 1/3] board/freescale/imx8mqevk: Fix typos in readme André Hentschel
@ 2018-12-27 16:08 ` André Hentschel
2019-01-18 13:06 ` Peter Korsgaard
2018-12-27 16:08 ` [Buildroot] [PATCH 3/3] board/freescale/common/imx: Fix typo André Hentschel
` (2 subsequent siblings)
3 siblings, 1 reply; 7+ messages in thread
From: André Hentschel @ 2018-12-27 16:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
---
package/freescale-imx/firmware-imx/firmware-imx.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/freescale-imx/firmware-imx/firmware-imx.mk b/package/freescale-imx/firmware-imx/firmware-imx.mk
index 0a503d7a66..f9db09dae8 100644
--- a/package/freescale-imx/firmware-imx/firmware-imx.mk
+++ b/package/freescale-imx/firmware-imx/firmware-imx.mk
@@ -35,7 +35,7 @@ endef
define FIRMWARE_IMX_INSTALL_IMAGES_CMDS
# Create padded versions of lpddr4_pmu_* and generate lpddr4_pmu_train_fw.bin.
- # lpddr4_pmu_train_fw.bin isneeded when generating imx-boot-imx8mqevk-sd.bin
+ # lpddr4_pmu_train_fw.bin is needed when generating imx8-boot-sd.bin
# which is done in post-image script.
$(call FIRMWARE_IMX_PREPARE_LPDDR4_FW,1d)
$(call FIRMWARE_IMX_PREPARE_LPDDR4_FW,2d)
--
2.17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* [Buildroot] [PATCH 3/3] board/freescale/common/imx: Fix typo
2018-12-27 16:08 [Buildroot] [PATCH 1/3] board/freescale/imx8mqevk: Fix typos in readme André Hentschel
2018-12-27 16:08 ` [Buildroot] [PATCH 2/3] package/freescale-imx/firmware-imx: Fix typos André Hentschel
@ 2018-12-27 16:08 ` André Hentschel
2019-01-18 13:06 ` Peter Korsgaard
2018-12-27 16:10 ` [Buildroot] [PATCH 1/3] board/freescale/imx8mqevk: Fix typos in readme Thomas Petazzoni
2019-01-18 13:06 ` Peter Korsgaard
3 siblings, 1 reply; 7+ messages in thread
From: André Hentschel @ 2018-12-27 16:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
---
board/freescale/common/imx/genimage.cfg.template_imx8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/freescale/common/imx/genimage.cfg.template_imx8 b/board/freescale/common/imx/genimage.cfg.template_imx8
index fdb645014a..2f8842f8e0 100644
--- a/board/freescale/common/imx/genimage.cfg.template_imx8
+++ b/board/freescale/common/imx/genimage.cfg.template_imx8
@@ -3,7 +3,7 @@
# We mimic the .sdcard Freescale's image format:
# * the SD card must have 33 kB free space at the beginning,
# * U-Boot is integrated into imx8-boot-sd.bin and is dumped as is,
-# * a FAT partition at offset 32MB is containing Image and DTB files
+# * a FAT partition at offset 8MB is containing Image and DTB files
# * a single root filesystem partition is required (ext2, ext3 or ext4)
#
--
2.17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 3/3] board/freescale/common/imx: Fix typo
2018-12-27 16:08 ` [Buildroot] [PATCH 3/3] board/freescale/common/imx: Fix typo André Hentschel
@ 2019-01-18 13:06 ` Peter Korsgaard
0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2019-01-18 13:06 UTC (permalink / raw)
To: buildroot
>>>>> "Andr?" == Andr? Hentschel <nerv@dawncrow.de> writes:
> Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
Committed to 2018.11.x, thanks.
> ---
> board/freescale/common/imx/genimage.cfg.template_imx8 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> diff --git a/board/freescale/common/imx/genimage.cfg.template_imx8
> b/board/freescale/common/imx/genimage.cfg.template_imx8
> index fdb645014a..2f8842f8e0 100644
> --- a/board/freescale/common/imx/genimage.cfg.template_imx8
> +++ b/board/freescale/common/imx/genimage.cfg.template_imx8
> @@ -3,7 +3,7 @@
> # We mimic the .sdcard Freescale's image format:
> # * the SD card must have 33 kB free space at the beginning,
> # * U-Boot is integrated into imx8-boot-sd.bin and is dumped as is,
> -# * a FAT partition at offset 32MB is containing Image and DTB files
> +# * a FAT partition at offset 8MB is containing Image and DTB files
> # * a single root filesystem partition is required (ext2, ext3 or ext4)
> #
> --
> 2.17.1
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 1/3] board/freescale/imx8mqevk: Fix typos in readme
2018-12-27 16:08 [Buildroot] [PATCH 1/3] board/freescale/imx8mqevk: Fix typos in readme André Hentschel
2018-12-27 16:08 ` [Buildroot] [PATCH 2/3] package/freescale-imx/firmware-imx: Fix typos André Hentschel
2018-12-27 16:08 ` [Buildroot] [PATCH 3/3] board/freescale/common/imx: Fix typo André Hentschel
@ 2018-12-27 16:10 ` Thomas Petazzoni
2019-01-18 13:06 ` Peter Korsgaard
3 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2018-12-27 16:10 UTC (permalink / raw)
To: buildroot
Hello,
On Thu, 27 Dec 2018 17:08:04 +0100, Andr? Hentschel wrote:
> Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
> ---
> board/freescale/imx8mqevk/readme.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
All three patches applied to master, thanks!
I've marked the previous series of 9 patches as "Changes Requested" in
patchwork. Could you remember to post an updated version of the
remaining 6 patches ?
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 1/3] board/freescale/imx8mqevk: Fix typos in readme
2018-12-27 16:08 [Buildroot] [PATCH 1/3] board/freescale/imx8mqevk: Fix typos in readme André Hentschel
` (2 preceding siblings ...)
2018-12-27 16:10 ` [Buildroot] [PATCH 1/3] board/freescale/imx8mqevk: Fix typos in readme Thomas Petazzoni
@ 2019-01-18 13:06 ` Peter Korsgaard
3 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2019-01-18 13:06 UTC (permalink / raw)
To: buildroot
>>>>> "Andr?" == Andr? Hentschel <nerv@dawncrow.de> writes:
> Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
Committed to 2018.11.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-01-18 13:06 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-27 16:08 [Buildroot] [PATCH 1/3] board/freescale/imx8mqevk: Fix typos in readme André Hentschel
2018-12-27 16:08 ` [Buildroot] [PATCH 2/3] package/freescale-imx/firmware-imx: Fix typos André Hentschel
2019-01-18 13:06 ` Peter Korsgaard
2018-12-27 16:08 ` [Buildroot] [PATCH 3/3] board/freescale/common/imx: Fix typo André Hentschel
2019-01-18 13:06 ` Peter Korsgaard
2018-12-27 16:10 ` [Buildroot] [PATCH 1/3] board/freescale/imx8mqevk: Fix typos in readme Thomas Petazzoni
2019-01-18 13:06 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox