Revision tags: v00.04.15, v00.04.14, v00.04.13, v00.04.12, v00.04.11 |
|
#
cd38e46d |
| 15-Apr-2022 |
Chia-Wei Wang <chiawei_wang@aspeedtech.com> |
Merge branch pull request #10 into aspeed-dev-v2019.04
Change-Id: Ibddf7f9058fd8d09299085f44b6cb6b5bfa0295c
|
Revision tags: v00.04.10, v00.04.09, v00.04.08, v00.04.07, v00.04.06, v00.04.05, v00.04.04, v00.04.03, v00.04.02, v00.04.01, v00.04.00, v2021.04 |
|
#
113ce686 |
| 19-Mar-2021 |
Peng Fan <peng.fan@nxp.com> |
tools: imx image: fix write warning
Fix the warning by set the variable zero to uint64_t "warning: ‘write’ reading 5 bytes from a region of size 4"
Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherr
tools: imx image: fix write warning
Fix the warning by set the variable zero to uint64_t "warning: ‘write’ reading 5 bytes from a region of size 4"
Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 16841a6a500766662f6e5d3c07ad1595c7deaceb) Signed-off-by: Joel Stanley <joel@jms.id.au>
show more ...
|
Revision tags: v00.03.03, v2021.01, v2020.10, v2020.07, v00.02.13, v2020.04, v2020.01, v2019.10, v00.02.05, v00.02.04, v00.02.03, v00.02.02, v00.02.01, v2019.07, v00.02.00, v2019.04 |
|
#
748ad078 |
| 30-Jan-2019 |
Tom Rini <trini@konsulko.com> |
Merge tag 'u-boot-imx-20190129' of git://git.denx.de/u-boot-imx
For 2019.04
|
#
9ec1791e |
| 18-Jan-2019 |
Fabio Estevam <festevam@gmail.com> |
Revert "tools: imx8image: set dcd_skip to true"
This reverts commit f7e475db4011d18b4ae974154eb022c3af6a4d16.
This commit breaks the boot on imx8qxp evk and it should only be re-applied after imx8q
Revert "tools: imx8image: set dcd_skip to true"
This reverts commit f7e475db4011d18b4ae974154eb022c3af6a4d16.
This commit breaks the boot on imx8qxp evk and it should only be re-applied after imx8qxp evk is converted to SPL.
Revert it for now, so that imx8qxp evk can be functional.
Reported-by: Breno Lima <breno.lima@nxp.com> Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Tested-by: Breno Lima <breno.lima@nxp.com>
show more ...
|
#
eb7f908a |
| 17-Dec-2018 |
Heinrich Schuchardt <xypron.glpk@gmx.de> |
tools: imx8image: use correct printf escape sequence
core is of type uint64_t. So for printing we need "%"PRIu64 (not "%lu").
Without the patch a warning is issued when building on a 32bit system.
tools: imx8image: use correct printf escape sequence
core is of type uint64_t. So for printing we need "%"PRIu64 (not "%lu").
Without the patch a warning is issued when building on a 32bit system.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
show more ...
|
#
e807f6b5 |
| 15-Jan-2019 |
Tom Rini <trini@konsulko.com> |
Merge branch '2019-01-14-master-imports'
- MediaTek improvements (eth support) - DM conversion for HI6220 - ISEE, Toby Churchill, other platform updates - Various format code printf fixes - Build ra
Merge branch '2019-01-14-master-imports'
- MediaTek improvements (eth support) - DM conversion for HI6220 - ISEE, Toby Churchill, other platform updates - Various format code printf fixes - Build race fixes - Command repeat functionality enhanced, command autocomplete support enhanced.
show more ...
|
#
bb5835bc |
| 08-Jan-2019 |
Vagrant Cascadian <vagrant@debian.org> |
Fix typo: missmatched -> mismatched.
Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Reviewed-by: Peng Fan <peng.fan@nxp.com>
|
#
e5aa3f4d |
| 10-Jan-2019 |
Tom Rini <trini@konsulko.com> |
Merge tag 'u-boot-imx-20190110' of git://git.denx.de/u-boot-imx
Fixes for 2019.01
|
#
f7e475db |
| 15-Dec-2018 |
Peng Fan <peng.fan@nxp.com> |
tools: imx8image: set dcd_skip to true
To B0[+] chips, dcd_skip needs to be true. For A0 chip, it needs to be false, however A0 chip is no longer being supported anymore. Considering we are moving c
tools: imx8image: set dcd_skip to true
To B0[+] chips, dcd_skip needs to be true. For A0 chip, it needs to be false, however A0 chip is no longer being supported anymore. Considering we are moving code from imx-mkimage to uboot mkimage, to make sure we not introduce some surprise, we still keep dcd_skip code there.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
show more ...
|
#
dd610e61 |
| 06-Nov-2018 |
Tom Rini <trini@konsulko.com> |
Merge tag 'u-boot-imx-20181106' of git://git.denx.de/u-boot-imx
Fix coverity issues for i.MX8
|
#
47f7a9de |
| 05-Nov-2018 |
Peng Fan <peng.fan@nxp.com> |
tools: imx8image: flatten container header only when creating container
If there is no CONTAINER entry, there is no need to flatten container header.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
|
#
a9f7f1c5 |
| 05-Nov-2018 |
Peng Fan <peng.fan@nxp.com> |
tools: imx8image: fix coverity CID 184233
Fix: CID 184233: (NEGATIVE_RETURNS) Using variable "container" as an index to array "imx_header.fhdr".
Reported-by: Coverity Signed-off-by: Peng Fan <pe
tools: imx8image: fix coverity CID 184233
Fix: CID 184233: (NEGATIVE_RETURNS) Using variable "container" as an index to array "imx_header.fhdr".
Reported-by: Coverity Signed-off-by: Peng Fan <peng.fan@nxp.com>
show more ...
|
#
df439e93 |
| 05-Nov-2018 |
Peng Fan <peng.fan@nxp.com> |
tools: imx8image: fix coverity CID 184234
Fix: CID 184234: (TAINTED_SCALAR) Using tainted variable "header.num_images - 1" as an index into an array "header.img".
Reported-by: Coverity Signed-of
tools: imx8image: fix coverity CID 184234
Fix: CID 184234: (TAINTED_SCALAR) Using tainted variable "header.num_images - 1" as an index into an array "header.img".
Reported-by: Coverity Signed-off-by: Peng Fan <peng.fan@nxp.com>
show more ...
|
#
fc61cc2c |
| 05-Nov-2018 |
Peng Fan <peng.fan@nxp.com> |
tools: imx8image: check lseek return value
Check lseek return value.
Fix Coverity CID: 184236 184235 184232
Reported-by: Coverity Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Fabio Este
tools: imx8image: check lseek return value
Check lseek return value.
Fix Coverity CID: 184236 184235 184232
Reported-by: Coverity Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
show more ...
|
#
cf033e04 |
| 25-Oct-2018 |
Tom Rini <trini@konsulko.com> |
Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imx
Merged imx8 architecture, fix build for imx8 + warnings
|
#
a2b96ece |
| 15-Oct-2018 |
Peng Fan <peng.fan@nxp.com> |
tools: add i.MX8/8X image support
i.MX8/8X bootable image type is container type. The bootable image, containers a container set which supports two container. The 1st container is for SECO firmware,
tools: add i.MX8/8X image support
i.MX8/8X bootable image type is container type. The bootable image, containers a container set which supports two container. The 1st container is for SECO firmware, the 2nd container needs to include scfw, m4_0/1 image, ACore images per your requirement.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
show more ...
|