obust
* Improved code readability
v1:
* First submission to maillist
Signed-off-by: Alexey Ignatov
---
cmd/Kconfig | 7 ++
cmd/ximg.c | 356
2 files changed, 363 insertions(+)
diff --git a/cmd/Kconfig b/cmd/Kconfig
Signed-off-by: Alexey Ignatov
---
cmd/ximg.c | 142 +
1 file changed, 76 insertions(+), 66 deletions(-)
diff --git a/cmd/ximg.c b/cmd/ximg.c
index d033c15b62..73a571b52b 100644
--- a/cmd/ximg.c
+++ b/cmd/ximg.c
@@ -28,6 +28,81
until requested image is found or
total read size limit exceeded.
Signed-off-by: Alexey Ignatov
---
cmd/Kconfig | 7 ++
cmd/ximg.c | 226
2 files changed, 233 insertions(+)
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 2e4d2334a6..02b83
Aliases must be present for USB gadget with DM_USB. Without this,
usb_setup_ehci_gadget() fails because it can't find required devices
in UCLASS_USB.
Signed-off-by: Alexey Ignatov
---
arch/arm/dts/imx6qdl.dtsi | 1 +
arch/arm/dts/imx6sll.dtsi | 2 ++
arch/arm/dts/imx6sx.dtsi | 2 ++
arc
mkimage -T mxs now support new flag in config file:
DISPLAYPROGRESS - makes boot process print HTLLC characters for each BootROM
instruction.
Signed-off-by: Alexey Ignatov
---
arch/arm/cpu/arm926ejs/mxs/mxsimage-signed.cfg | 1 +
arch/arm/cpu/arm926ejs/mxs/mxsimage.mx23.cfg | 1 +
arch/arm
2014-10-09 2:10 GMT+04:00 Marek Vasut :
> On Wednesday, October 08, 2014 at 10:49:38 PM, Alexey Ignatov wrote:
>> mkimage -T mxs now support new flags in config file:
>> NODISPLAYPROGRESS - makes boot silent
> Please make this the other way -- that is, add flag to make the dis
mkimage -T mxs now support new flag in config file:
DISPLAYPROGRESS - makes boot process print HTLLC characters for each BootROM
instruction.
Signed-off-by: Alexey Ignatov
---
arch/arm/cpu/arm926ejs/mxs/mxsimage-signed.cfg | 1 +
arch/arm/cpu/arm926ejs/mxs/mxsimage.mx23.cfg | 1 +
arch/arm
Sorry, forgot to add changelog.
v1: initial version
v2: contains an error, don't use it
v3: removed VERBOSEPROGRESS flag, added DISPLAYPROGRESS flag to default mkimage
configs, added documentation
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists
mkimage -T mxs now support new flags in config file:
NODISPLAYPROGRESS - makes boot silent
VERBOSEPROGRESS - makes boot progress display more verbose
Signed-off-by: Alexey Ignatov
---
tools/mxsimage.c | 41 ++---
tools/mxsimage.h | 6 +-
2 files changed
Use RTC watchdog feature as hardware watchdog.
Signed-off-by: Alexey Ignatov
---
drivers/watchdog/Makefile | 1 +
drivers/watchdog/mxsrtc_wdt.c | 23 +++
include/configs/mxs.h | 4
3 files changed, 28 insertions(+)
create mode 100644 drivers/watchdog
Fixes a bug when objcopy doesn't put .dtb.init.rodata section to resulting
u-boot.bin, so u-boot was unable to find embedded DTB.
---
arch/arm/config.mk | 4
1 file changed, 4 insertions(+)
diff --git a/arch/arm/config.mk b/arch/arm/config.mk
index 66ecc2e..5fa1825 100644
--- a/arch/arm/conf
11 matches
Mail list logo