- Jan 05, 2017
-
-
York Sun authored
Use Kconfig option E6500 and clean up existing usage. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
After most config options are moved to Kconfig, the unused ifdef or elif can be removed. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Use Kconfig to select DDR version instead of using config header. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
These two macros are used for the same thing, the total number of DDR controllers for a given SoC. Use SYS_NUM_DDR_CTRLS in Kconfig and merge existing usage. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Use option NUM_DDR_CONTROLLERS in ddr Kconfig and clean up existing usage in ls102xa and fsl-layerscape. Remove all powerpc macros in config header and board header files. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Use Kconfig to select errata workaround. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Add option SYS_FSL_ERRATUM_ESDHC111, SYS_FSL_ERRATUM_ESDHC13, SYS_FSL_ERRATUM_ESDHC135, SYS_FSL_ERRATUM_ESDHC_A001 to mmc Kconfig. Move existing macros to related Kconfig. Signed-off-by:
York Sun <york.sun@nxp.com> [trini: Migrate bk4r1] Signed-off-by:
Tom Rini <trini@konsulko.com>
-
York Sun authored
Use Kconfig to select errata workaround. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Create driver/ddr/fsl/Kconfig and move existing options. Clean up existing macros. Signed-off-by:
York Sun <york.sun@nxp.com> [trini: Migrate sbc8641d, xpedite537x and MPC8536DS, run a moveconfig.py -s] Signed-off-by:
Tom Rini <trini@konsulko.com>
-
York Sun authored
Remove this macro. It was added by e622d9ed but actually wasn't used. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Use TARGET_T2081QDS from Kconfig instead. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Use TARGET_T2080RDB from Kconfig instead. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Use TARGET_T2080QDS from Kconfig instead. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Use TARGET_T1040QDS from Kconfig instead. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Use TARGET_T1024RDB from Kconfig instead. Signed-off-by:
York Sun <york.sun@nxp.com> [trini: Get missing hunk in board/freescale/t102xrdb/ddr.c] Signed-off-by:
Tom Rini <trini@konsulko.com>
-
York Sun authored
Use TARGET_T1023RDB from Kconfig instead. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Remove these SoCs from Kconfig because they don't have individual configuration. Clean up existing macros. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Use Kconfig option to set little- or big-endian access to secure boot and trust architecture. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Instead of define CONFIG_SYS_FSL_SEC_COMPAT in header files for PowerPC and ARM SoCs, move it to Kconfig under the driver. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Use Kconfig SYS_PPC_E500_DEBUG_TLB and clean up existing macros. Signed-off-by:
York Sun <york.sun@nxp.com> [trini: Migrate 8572] Signed-off-by:
Tom Rini <trini@konsulko.com>
-
York Sun authored
Use Kconfig option for SYS_NUM_TLBCAMS and clean up existing macros. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Use Kconfig option for E500 and E500MC macros. Signed-off-by:
York Sun <york.sun@nxp.com>
-
- Jan 03, 2017
-
-
Tom Rini authored
Signed-off-by:
Tom Rini <trini@konsulko.com>
-
- Jan 02, 2017
-
-
git://www.denx.de/git/u-boot-imxTom Rini authored
-
The standard way is to put ifdef/endif in the very first column. Signed-off-by:
Fabio Estevam <fabio.estevam@nxp.com>
-
Enable I2C support for Engicam GEAM6UL NAND module. 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>
-
Add Jagan as MAINTAINERS of configs/imx6ul_geam_nand_defconfig 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>
-
Add FIT image booting from MMC device, during MMC bootcmd u-boot env script look for bootscript, else fit image or else finally look for legacy image uImage. 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>
-
- Add tab space - remove exctra 'mmc dev ${mmcdev}' 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>
-
Enabling FIT along with Signature will make bootm to not-understanding u-boot legacy image formats like uImage, etc. So this patch enabling legacy image format for backward compatibility. 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>
-
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>
-
Add config options for booting Linux from NAND in UBI format. 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>
-
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>
-
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>
-
gpmi-nand is the proper name used in nand driver from Linux for all imx related nand boards, so rename mtdparts name as gpmi-nand instead of nand, this will eventually reflects all nand info to Linux from u-boot like mtdparts. 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>
-
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>
-
Increase the nand kernel partition size, for supporting large uImage files, maximum 8MiB. 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>
-
Uri Mashiach authored
Modify U-Boot default env settings. Boot sequence: 1. SD card boot script 2. SD card boot no script 3. SATA boot script 4. SATA boot no script 5. eMMC boot script 6. eMMC boot no script Signed-off-by:
Uri Mashiach <uri.mashiach@compulab.co.il> Acked-by:
Igor Grinberg <grinberg@compulab.co.il> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
Dmitry Lifshitz authored
Add MAC support. Use PHY, connected to RGMII1 as a default Eth adapter, by appropriate setting of 'cpsw_data.active_slave'. 'cpsw_phy' env variable can override this setting. Set the MAC addresses in the U-Boot environment. The addresses are retrieved from the on-board EEPROM or from the SOC's MAC fuses. Set the following PHYs RGMII clock delays: - Enable RX delay - Disable TX delay Signed-off-by:
Dmitry Lifshitz <lifshitz@compulab.co.il> [uri.mashiach@compulab.co.il: add RGMII clock delays] Signed-off-by:
Uri Mashiach <uri.mashiach@compulab.co.il> Acked-by:
Igor Grinberg <grinberg@compulab.co.il> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
Dmitry Lifshitz authored
Add PCB revision message. Implement board revision get_board_rev API. Signed-off-by:
Dmitry Lifshitz <lifshitz@compulab.co.il> Commit description update. Signed-off-by:
Uri Mashiach <uri.mashiach@compulab.co.il> Acked-by:
Igor Grinberg <grinberg@compulab.co.il> Reviewed-by:
Tom Rini <trini@konsulko.com>
-