| #
9bea236b |
| 26-May-2015 |
Tom Rini <trini@konsulko.com> |
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
|
| #
1022b85c |
| 22-May-2015 |
Peter Robinson <pbrobinson@gmail.com> |
mx6: standardise CONFIG_CMD_CACHE
Move CONFIG_CMD_CACHE to mx6_common and standardise the way it's defined.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Tom Rini <trini at kons
mx6: standardise CONFIG_CMD_CACHE
Move CONFIG_CMD_CACHE to mx6_common and standardise the way it's defined.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Tom Rini <trini at konsulko.com>
show more ...
|
| #
e51c1e8e |
| 22-May-2015 |
Peter Robinson <pbrobinson@gmail.com> |
imx6: generic MMC config options to mx6_common
Move all standard mx6 MMC configs to mx6_common.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Tom Rini <trini at konsulko.com>
|
| #
a380ce6e |
| 22-May-2015 |
Peter Robinson <pbrobinson@gmail.com> |
imx6: standardise filesystem and boot options
Move all standard filesystem, partition and fdt options to mx6_common.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
|
| #
2d8a0747 |
| 22-May-2015 |
Peter Robinson <pbrobinson@gmail.com> |
imx6: move generic miscellaneous and overwrite options
Move generic miscellaneous options that are standard across most, if not all, mx6 boards to central mx6_common define to ensure consistent fea
imx6: move generic miscellaneous and overwrite options
Move generic miscellaneous options that are standard across most, if not all, mx6 boards to central mx6_common define to ensure consistent features.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
show more ...
|
| #
81830581 |
| 22-May-2015 |
Peter Robinson <pbrobinson@gmail.com> |
imx6: centralise common boot options in mx6_common.h
Define common LOADADDR and BOOTDELAY to ensure a consistent experience across mx6 boards
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
|
| #
ea690917 |
| 22-May-2015 |
Peter Robinson <pbrobinson@gmail.com> |
imx6: move standard ATAG configs to mx6_common.h
Define the standard ATAG consfigs in mx6_common.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Tom Rini <trini at konsulko.com>
|
| #
3b1f6811 |
| 22-May-2015 |
Peter Robinson <pbrobinson@gmail.com> |
imx6: move generic imx6 options to mx6_common.h
All boards define CONFIG_MX6, CONFIG_DISPLAY_BOARDINFO, CONFIG_DISPLAY_CPUINFO and CONFIG_SYS_GENERIC_BOARD so define them in mx6_common
Signed-off-b
imx6: move generic imx6 options to mx6_common.h
All boards define CONFIG_MX6, CONFIG_DISPLAY_BOARDINFO, CONFIG_DISPLAY_CPUINFO and CONFIG_SYS_GENERIC_BOARD so define them in mx6_common
Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Tom Rini <trini at konsulko.com>
show more ...
|
| #
056845c2 |
| 22-May-2015 |
Peter Robinson <pbrobinson@gmail.com> |
imx6: move all standard includes to mx6_common.h
The linux/sizes.h, asm/arch/imx-regs.h, asm/imx-common/gpio.h, config_cmd_default.h includes are used fairly universally across imx6 boards so includ
imx6: move all standard includes to mx6_common.h
The linux/sizes.h, asm/arch/imx-regs.h, asm/imx-common/gpio.h, config_cmd_default.h includes are used fairly universally across imx6 boards so include them in mx6_common.h by default.
We define CONFIG_SYS_NO_FLASH before config_cmd_default.h so that we don't have to undef CONFIG_CMD_FLASH / CONFIG_CMD_IMLS everywhere.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
show more ...
|
| #
0a9c2150 |
| 21-May-2015 |
Tim Harvey <tharvey@gateworks.com> |
imx: ventana: update MMC env configuration
We will use the same env size and redundancy used for NAND env for MMC.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
|
| #
53940a50 |
| 09-May-2015 |
Tim Harvey <tharvey@gateworks.com> |
imx: ventana: config: enable Falcon mode
Falcon mode entails the SPL booting the OS directly instead of U-Boot.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
|
| #
e06a0362 |
| 15-May-2015 |
Tim Harvey <tharvey@gateworks.com> |
imx: ventana: add pmic_setup to SPL
We need to do any PMIC setup in the SPL if we are to bypass U-Boot for falcon mode.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
|
| #
55ff55e9 |
| 15-May-2015 |
Tim Harvey <tharvey@gateworks.com> |
imx: ventana: (cosmetic) clean up size defines for improved readability
Use the SZ_1M and SZ_1K macros from linuz/sizes.h for improved readability
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
|
| #
e889e23a |
| 15-May-2015 |
Tim Harvey <tharvey@gateworks.com> |
imx: ventana: config: use MMC SPL RAW support
Switch to MMC RAW support for SPL. We will place the uboot.img at 69KB.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
|
| #
50de5088 |
| 09-May-2015 |
Tim Harvey <tharvey@gateworks.com> |
imx: ventana: config: enable Thermal support
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
|
| #
d41c8c8e |
| 09-May-2015 |
Tim Harvey <tharvey@gateworks.com> |
imx: ventana: enable DM_SERIAL
mxc_serial supports DM so lets use it.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
|
| #
e1b4770c |
| 09-May-2015 |
Tim Harvey <tharvey@gateworks.com> |
imx: ventana: config: enable driver model
Enable U-Boot Driver Model (DM).
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
|
| #
32a6eaea |
| 09-May-2015 |
Tim Harvey <tharvey@gateworks.com> |
imx: ventana: config: enable gpio command
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
|
| #
06c3564d |
| 09-May-2015 |
Tim Harvey <tharvey@gateworks.com> |
imx: ventana: display SPL boot device
Display what device the SPL will fetch uboot.img from
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
|
| #
560e8b3f |
| 09-May-2015 |
Tim Harvey <tharvey@gateworks.com> |
imx: ventana: set dtype env var to boot media
Bootscripts for some distro's such as Android can benefit from knowing what boot media its script was loaded from.
Signed-off-by: Tim Harvey <tharvey@g
imx: ventana: set dtype env var to boot media
Bootscripts for some distro's such as Android can benefit from knowing what boot media its script was loaded from.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
show more ...
|
| #
b939689c |
| 05-May-2015 |
Albert ARIBAUD <albert.u.boot@aribaud.net> |
Merge branch 'u-boot/master' into 'u-boot-arm/master'
|
| #
e536ab88 |
| 28-Apr-2015 |
Tom Rini <trini@konsulko.com> |
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
|
| #
3f6dcdb9 |
| 24-Apr-2015 |
Tom Rini <trini@konsulko.com> |
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
|
| #
f8cb101e |
| 20-Mar-2015 |
York Sun <yorksun@freescale.com> |
driver/i2c/mxc: Enable I2C bus 3 and 4
Some SoCs have more than two I2C busses. Instead of adding ifdef to the driver, macros are put into board header file where CONFIG_SYS_I2C_MXC is defined.
Sig
driver/i2c/mxc: Enable I2C bus 3 and 4
Some SoCs have more than two I2C busses. Instead of adding ifdef to the driver, macros are put into board header file where CONFIG_SYS_I2C_MXC is defined.
Signed-off-by: York Sun <yorksun@freescale.com> CC: Heiko Schocher <hs@denx.de>
show more ...
|
| #
e2801a96 |
| 08-Apr-2015 |
Tim Harvey <tharvey@gateworks.com> |
imx: ventana: update boot scripts to support ubifs boot vol
Added support in default boot scripts to find kernel/dtbs on a boot volume separate from rootfs volume.
Signed-off-by: Tim Harvey <tharve
imx: ventana: update boot scripts to support ubifs boot vol
Added support in default boot scripts to find kernel/dtbs on a boot volume separate from rootfs volume.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
show more ...
|