Tom Rini
358b6a20e4
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2018-06-04 11:57:37 -04:00
Alex Kiernan
002c3234e6
Migrate IMAGE_FORMAT_LEGACY to Kconfig
...
This converts IMAGE_FORMAT_LEGACY to Kconfig
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com >
Reviewed-by: Tom Rini <trini@konsulko.com >
2018-04-28 10:42:35 -04:00
Mario Six
07dea2e737
treewide: Migrate CONFIG_FSL_ESDHC to Kconfig
...
Migrate the CONFIG_FSL_ESDHC option to Kconfig.
Signed-off-by: Mario Six <mario.six@gdsys.cc >
2018-04-08 18:31:05 -04:00
Tom Rini
c9542eae0b
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2018-04-07 20:37:13 -04:00
Jagan Teki
3d40915350
imx6q: engicam: Use SPL_LOAD_FIT for MMC boards
...
Currently SPL_LOAD_FIT is unable to boot from nand on
i.MX6QDL platform, so enable only for MMC boards.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com >
2018-02-22 14:51:01 +01:00
Jagan Teki
bc1fe9006d
icorem6: Make SPL to pick suitable fdt
...
SPL FIT is able to pick the suitable fdt file for u-boot,
so add that function through board_fit_config_name_match.
Cc: Stefano Babic <sbabic@denx.de >
Cc: Matteo Lisi <matteo.lisi@engicam.com >
Cc: Michael Trimarchi <michael@amarulasolutions.com >
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com >
2017-05-18 11:23:31 +02:00
Jagan Teki
6f1f3f59ed
engicam: Set fdt_file env during run-time
...
Set fdt_file env variable during board_late_init
Cc: Stefano Babic <sbabic@denx.de >
Cc: Matteo Lisi <matteo.lisi@engicam.com >
Cc: Michael Trimarchi <michael@amarulasolutions.com >
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com >
2017-05-18 11:23:31 +02:00
Simon Glass
218257b01a
Convert CONFIG_CMD_BMODE to Kconfig
...
This converts the following to Kconfig:
CONFIG_CMD_BMODE
Signed-off-by: Simon Glass <sjg@chromium.org >
[trini: Make this default y and depend on mx5/6/7]
Signed-off-by: Tom Rini <trini@konsulko.com >
2017-04-30 10:30:06 -04:00
Tom Rini
8728c97eff
configs: Re-sync
...
Signed-off-by: Tom Rini <trini@konsulko.com >
2017-03-13 13:52:33 -04:00
Jagan Teki
ada832f8f5
defconfigs: imx6: engicam: Enable FIT
...
Enable Flattened Image Tree support for all Engicam boards.
Cc: Stefano Babic <sbabic@denx.de >
Cc: Matteo Lisi <matteo.lisi@engicam.com >
Cc: Michael Trimarchi <michael@amarulasolutions.com >
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com >
2017-01-02 17:34:11 +01:00
Jagan Teki
8a9c775aff
defconfigs: engicam: Enable UBI commands
...
Create ubifs.img:
$ mkfs.ubifs -q -r /rootfs -m 4096 -e 253952 -c 7936 -o ubifs.img
Write ubifs.img:
---------------
icorem6qdl> nand erase.part rootfs
icorem6qdl> ubi part rootfs
icorem6qdl> ubi create rootfs
icorem6qdl> ext4load mmc 0:2 ${loadaddr} ubifs.img
166592512 bytes read in 8091 ms (19.6 MiB/s)
icorem6qdl> ubi write ${loadaddr} rootfs ${filesize}
166592512 bytes written to volume rootfs
icorem6qdl> ubifsmount ubi0:rootfs
Cc: Stefano Babic <sbabic@denx.de >
Cc: Matteo Lisi <matteo.lisi@engicam.com >
Cc: Michael Trimarchi <michael@amarulasolutions.com >
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com >
2017-01-02 17:30:51 +01:00
Jagan Teki
3a22808f76
defconfigs: engicam: Enable MMC commands in nand
...
For writing Linux or rootfs on to NAND, the best suitable way
is to use MMC commands since MMC driver by default enabled by
mx6_common.h, hence enabled MMC commands in nand defconfigs.
Cc: Stefano Babic <sbabic@denx.de >
Cc: Matteo Lisi <matteo.lisi@engicam.com >
Cc: Michael Trimarchi <michael@amarulasolutions.com >
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com >
2017-01-02 17:28:54 +01:00
Jagan Teki
bfd96402c2
imx6: engicam: Use bootm instead of bootz
...
Boot Linux with uImage instead of zImage, so update
bootz with bootm.
Cc: Stefano Babic <sbabic@denx.de >
Cc: Matteo Lisi <matteo.lisi@engicam.com >
Cc: Michael Trimarchi <michael@amarulasolutions.com >
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com >
2017-01-02 17:25:05 +01:00
Masahiro Yamada
187809517d
Sync defconfig files by savedefconfig
...
Generated by "tools/moveconfig -s".
This will make config moves easier.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com >
2016-12-29 13:07:33 -05:00
Jagan Teki
5bdf6b574a
imx6: icorem6: Rename engicam icorem6 defconfig files
...
Rename defconfig files for better compatible with
respective board names and dts files.
Cc: Stefano Babic <sbabic@denx.de >
Cc: Matteo Lisi <matteo.lisi@engicam.com >
Cc: Michael Trimarchi <michael@amarulasolutions.com >
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com >
2016-12-16 18:38:54 +01:00