- 17 Nov, 2020 1 commit
-
-
Thomas Schäfer authored
- Remove 'legacy_boot' from bootcmd and clean up related boot scripts in default environment. Signed-off-by:
Thomas Schaefer <thomas.schaefer@kontron.com>
-
- 13 Nov, 2020 1 commit
-
-
Thomas Schäfer authored
- Enable CONFIG_DM_VIDEO instead of CONFIG_VIDEO. - Remove SPLASH_SCREEN as some display resolutions cannot be configured properly for HDMI displays. - Enable CMD_BMP to allow for displaying graphics on HDMI screen. Signed-off-by:
Thomas Schaefer <thomas.schaefer@kontron.com>
-
- 11 Nov, 2020 2 commits
-
-
Thomas Schäfer authored
- add 'board_phys_sdram_size' function to calculate the total amount of memory appropriately. - set PHYS_SDRAM_SIZE to the maximum possible value of 0xC0000000 (3 GiB) - remove 'PHYS_SDRAM_2_SIZE' from board config file. Signed-off-by:
Thomas Schaefer <thomas.schaefer@kontron.com>
-
Thomas Schäfer authored
- Add support to test available memory. - Add test configuration for 2 GiB variant. - Use BRD_REV0 and BRD_REV1 signals to detect memory variant of the module. Currently, 2 GiB and 4 GiB memory variants are supported. Signed-off-by:
Thomas Schaefer <thomas.schaefer@kontron.com>
-
- 10 Nov, 2020 1 commit
-
-
Thomas Schäfer authored
- Enable CONFIG_LOG in pitx-imx8m defconfig. - CONFIG_LOG support available in emb_eep driver so far. - Set pitx-imx8m log format to 'm' (=0x20): log message only. Signed-off-by:
Thomas Schaefer <thomas.schaefer@kontron.com>
-
- 22 Oct, 2020 1 commit
-
-
Thomas Schäfer authored
- use the 'update_pitx/update.scr' script for bootloader updates in emmc boot partition 0. Signed-off-by:
Thomas Schaefer <thomas.schaefer@kontron.com>
-
- 18 Sep, 2020 1 commit
-
-
Thomas Schäfer authored
- Fix struct definitions from new u-boot Environment data structure were renamed in v2020.04. Fix environment env_entry structure definitions. - Remove memory setup functions Memory setup functions 'dram_init', 'get_effective_memsize' and 'dram_init_banksize' are defined within mach-imx specific memory driver and thus removed here. - Fix some device node names Some device nodes are renamed in underlying dtsi files. Fix references to these nodes. - Fix SPL build fix include files used fix PMIC configuration settings to allow build with PMIC support. Signed-off-by:
Thomas Schaefer <thomas.schaefer@kontron.com>
-
- 17 Sep, 2020 14 commits
-
-
-
Thomas Schäfer authored
- variable name is 'scriptaddr' instead of 'script_addr' Signed-off-by:
Thomas Schaefer <thomas.schaefer@kontron.com>
-
Thomas Schäfer authored
- enable BOOT_TARGET_DEVICES mmc0, mmc1, usb0 and dhcp - add missing environment variables for distro_boot - fix bootcmd - legacy bootcmd settings still available and executed before distro_boot targets Signed-off-by:
Thomas Schaefer <thomas.schaefer@kontron.com>
-
Thomas Schäfer authored
- move configs to pitx-imx8m_defconfig - minor style fixes Signed-off-by:
Thomas Schaefer <thomas.schaefer@kontron.com>
-
Thomas Schäfer authored
- Enable ums (USB Mass Storage) support that allows to mount onboard mass storage devices like eMMC and SD card on external host machine. This can be a convenient method to install software on onboard devices. - Remove configuration settings duplicated (and outdated) in pitx-imx8.h config file. Signed-off-by:
Thomas Schaefer <thomas.schaefer@kontron.com>
-
Thomas Schäfer authored
- move config settings from include/configs/pitx-imx8m.h to pitx-imx8m_defconfig. - add device support for different SPI flash vendors: Winbond, EON, Gigadevice, ISSI, STMICRO. - format line length of EXTRA_ENVIRONMENT_SETTINGS to below 80 characters. Signed-off-by:
Thomas Schaefer <thomas.schaefer@kontron.com>
-
Thomas Schäfer authored
- move settings from include/configs to defconfig - remove uncommented settings from config - adapt qspi node in dts Signed-off-by:
Thomas Schaefer <thomas.schaefer@kontron.com>
-
Thomas Schäfer authored
- setup DRAM1 and DRAM2 memory region size correctly - add functionality to populate bi_dram[].start and bi_dram[].size struct variables appropriately. Signed-off-by:
Thomas Schaefer <thomas.schaefer@kontron.com>
-
Thomas Schäfer authored
Signed-off-by:
Thomas Schaefer <thomas.schaefer@kontron.com>
-
Thomas Schäfer authored
Signed-off-by:
Thomas Schaefer <thomas.schaefer@kontron.com>
-
Thomas Schäfer authored
- contains update to u-boot v2019.04 - adds flash.bin build target that combines firmware blobs (ddr, hdmi, dp, atf ...) into bootable image file. Firmware blobs must be loaded/ built separately and copied to u-boot build dir. Signed-off-by:
Thomas Schaefer <thomas.schaefer@kontron.com>
-
Remove unsused lines. Enlarge SPL max size to 148KB (see commit 0442e985).
-
This fixes hanging during DRAM initialization.
-
Copy KAD sources as is.
-