| #
5c2728ff |
| 06-Jun-2016 |
Lokesh Vutla <lokeshvutla@ti.com> |
configs: k2*_evm: Update fdt file names
Now that all Keystone2 dts file names are changed in Linux kernel, reflect the same in evn variables inorder to find the right dtb file.
Signed-off-by: Lokes
configs: k2*_evm: Update fdt file names
Now that all Keystone2 dts file names are changed in Linux kernel, reflect the same in evn variables inorder to find the right dtb file.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
show more ...
|
| #
89cb2b5f |
| 24-Apr-2016 |
Tom Rini <trini@konsulko.com> |
configs: Re-sync with cmd/Kconfig
Update the config.h and defconfig files for the commands that 8e3c036 converted over to Kconfig
Signed-off-by: Tom Rini <trini@konsulko.com>
|
| #
b8dafa22 |
| 11-Mar-2016 |
Vitaly Andrianov <vitalya@ti.com> |
ti: k2g: increase phy autoneg timeout
After power cycle of a K2G EVM dhcp fails due to a auto-negotiation timeout. This commit increases the timeout to fix the issue.
Signed-off-by: Vitaly Andriano
ti: k2g: increase phy autoneg timeout
After power cycle of a K2G EVM dhcp fails due to a auto-negotiation timeout. This commit increases the timeout to fix the issue.
Signed-off-by: Vitaly Andrianov <vitalya@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
d28a86c0 |
| 09-Mar-2016 |
Yan Liu <yan-liu@ti.com> |
keystone2: env: Set mmc as default boot for k2g-evm
For k2l, k2e and k2hk, ubi is set to default boot in uboot environment settings; while for k2g, mmc should be the default boot. This patch is to s
keystone2: env: Set mmc as default boot for k2g-evm
For k2l, k2e and k2hk, ubi is set to default boot in uboot environment settings; while for k2g, mmc should be the default boot. This patch is to set mmc as default for k2g-evm
Signed-off-by: Yan Liu <yan-liu@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
abca9477 |
| 09-Mar-2016 |
Murali Karicheri <m-karicheri2@ti.com> |
keystone2: env: add env script for booting with an initramfs with firmware
This patch updates the env script to include a initramfs with firmware loaded and provided to kernel through second argumen
keystone2: env: add env script for booting with an initramfs with firmware
This patch updates the env script to include a initramfs with firmware loaded and provided to kernel through second argument of bootz command during boot. Defined DEFAULT_FW_INITRAMFS_BOOT_ENV to have all of the required env variables and use it in evm specific config file.
The K2 linux drivers for PCIe and NetCP (1G, 10G) requires serdes firmwares. These requires firmware to be available early through the boot process in some cases to satisfy firmware requests from driver. Hence use a small initramfs to provide the same and update boot env to accommodate this in the boot flow. This method is used when rootfs is nfs and ubifs. This fs contains just lib/firmware folder with all required firmware.
When rootfs is on initramfs, then the filesystem has the firmware under lib/firmware and this early initramfs is not required and is not used.
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
84fe2838 |
| 09-Mar-2016 |
Lokesh Vutla <lokeshvutla@ti.com> |
k2g: configs: Add support to save env in MMC
Adding support to save env in MMC on k2g platforms, as it is the preferred peripheral in saving env.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Re
k2g: configs: Add support to save env in MMC
Adding support to save env in MMC on k2g platforms, as it is the preferred peripheral in saving env.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
0552d1d8 |
| 09-Mar-2016 |
Lokesh Vutla <lokeshvutla@ti.com> |
k2g: env: Allow use of a script and plain text env files
For development purposes, it is easier to use the env import command and plain text or script files instead of script-images. So allow u-boot
k2g: env: Allow use of a script and plain text env files
For development purposes, it is easier to use the env import command and plain text or script files instead of script-images. So allow u-boot to load env var from a text file or a script file.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
6f6e9439 |
| 25-Feb-2016 |
Nishanth Menon <nm@ti.com> |
configs: k2g_evm: Add TI power processor support
Enable support for PMMC the TI power processor on K2G. This processor manages all power management related activities on the SoC and and allows the O
configs: k2g_evm: Add TI power processor support
Enable support for PMMC the TI power processor on K2G. This processor manages all power management related activities on the SoC and and allows the Operating Systems on compute processors such as ARM, DSP to offload the power logic away into the power processor.
Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
a69fdc77 |
| 23-Oct-2015 |
Stefano Babic <sbabic@denx.de> |
Merge branch 'master' of git://git.denx.de/u-boot
|
| #
b9ca4ab4 |
| 19-Sep-2015 |
Lokesh Vutla <lokeshvutla@ti.com> |
ARM: k2g: Add config file
Add config file for k2g
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
|