- Jul 27, 2018
-
-
Troy Kisky authored
-
Eric Nelson authored
The use of the i.MX6 fuses is useful even on designs without the FEC ethernet controller. Allow boards to request the routine through CONFIG_FEC_MAC_FUSE. Signed-off-by:
Eric Nelson <eric.nelson@boundarydevices.com>
-
Troy Kisky authored
-
Troy Kisky authored
-
Troy Kisky authored
mxc_i2c: add I2C_PADS_INFO_CPU for imx51 mxc_i2c: add mx53 support for I2C_PADS_INFO_ENTRY mxc_i2c: add MX7D support to I2C_PADS_INFO_ENTRY Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
iomux-v3: add IOMUX_PAD_CTRL for CONFIG_MX7D iomux-v3: add IOMUX_PAD_CTRL for imx51 iomux-v3: add support for i.mx53 with IOMUX_PAD_CTRL Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
-
Eric Nelson authored
Signed-off-by:
Eric Nelson <eric.nelson@boundarydevices.com>
-
Eric Nelson authored
-
Gary Bisson authored
Some drives take even more than 10s to respond to the initial data command while they're spinning up. Signed-off-by:
Laci Tele <laci@boundarydevices.com> Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com>
-
Eric Nelson authored
Signed-off-by:
Eric Nelson <eric.nelson@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
- Jul 19, 2018
-
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
- Jul 13, 2018
-
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
- Jul 12, 2018
-
-
Gary Bisson authored
Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Otherwise, it is not there when booting from imx_usb, when it is most needed. Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
- Jul 11, 2018
-
-
Laci Tele authored
Signed-off-by:
Laci Tele <laci@boundarydevices.com>
-
Gary Bisson authored
Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com>
-
Gary Bisson authored
Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com>
-
Gary Bisson authored
Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com>
-
- Jul 10, 2018
-
-
Troy Kisky authored
nitrogen8m: add ddr/ddr_memory_map.h nitrogen8m: u-boot update changes nitrogen8m: turn off cameras nitrogen8m: cameras reset/pwrdn use ODE This limits the high level current to the pullup resistor. Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com> nitrogen8m: make sure MIPI to LVDS chip is disabled at bootup nitrogen8m: add env_dev/part definition for upgrade script convenience nitrogen8m: add missing variables for upgrade/boot scripts nitrogen8m: reset boot_scripts if upgradeu fails nitrogen8m: restore netboot command Only requires to set 'tftpserverip' and 'nfsroot' variables Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Gary Bisson authored
Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com>
-
Gary Bisson authored
The comparison between the new and old U-boot is still done using $filesize and therefore is correct. Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com>
-
Gary Bisson authored
Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com>
-
Gary Bisson authored
Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com>
-
Gary Bisson authored
Based on 6x_bootscript*.txt but using the variables name from config_distro_bootcmd.h. Also using $prefix as $bootdir for Yocto and Mainline versions. boundary: bootscript: yocto: remove obsolete commands boundary: bootscripts: fix bad disk variable replacement boundary: bootscripts: net_upgradeu_fs: fix loaded script name boundary: bootscripts: net_upgradeu_fs: update to match distro_bootcmd boundary: bootscripts: add README file boundary: bootscripts: rename folder to be plural boundary: bootscripts: net_upgradeu_fs: remove active_partition Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com> boundary: bootscripts: add upgrade.txt boundary: bootscripts: s/\${cpu}/\${imx_cpu}/g cpu already has a standard definition. Move to imx_cpu so that eventual we can also use the standard definition of cpu. boundary: bootscripts: s/dtbname/fdt_file/g Again fdt_file seems to be the standard for which dtb file to load. Noone else uses dtbname. boundary: bootscripts: remove references to ${bootdir}, or replace with ${prefix} boundary: bootscripts: net_upgrade_fs=net_upgrade_fs.scr boundary: bootscripts: prevent hdmi audio from being card 0 boundary: bootscripts: ubuntu: check for console environment var before adding to bootargs boundary: bootscripts: upgrade: check for chip at45db041d so that erase is not too big for chip boundary: bootscripts: net_upgradeu: check for chip at45db041d so that erase is not too big for chip Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com> boundary: honor distro_bootpart in u-boot upgrade upgrade.txt hard codes all file accesses to partition 1 instead of honoring the standard u-boot variable distro_bootpart. Replace all occurrences of ${devnum}:1 with ${devnum}:${distro_bootpart} Signed-off-by:
Stefan Becker <sbecker@neolitics.com>
-
Gary Bisson authored
Avoids the warning at the end of the build that says those configs should be changed to Kconfig. Fix whitelist for Boundary config_whitelist: add CONFIG_VIDEO_SKIP_VERSION config_whitelist: add FEC_MAC_FUSE config_whitelist: add SYS_ARM_PODF config_whitelist: add missing configs Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Peng Fan authored
Add i.mx8m pinctrl driver. Signed-off-by:
Peng Fan <peng.fan@nxp.com> Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-