summaryrefslogtreecommitdiff
path: root/configs
AgeCommit message (Collapse)AuthorFilesLines
2024-05-10rpi4: restore USB support in ARM64 buildMarek Szyprowski1-1/+1
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Change-Id: I9896646b56075a13ca9893062b0813649c09ee39
2024-05-10tizen: rpi4: drop outdated MBR supportMarek Szyprowski2-2/+0
Tizen use GPT partition layout, so there is no point keeping MBR support. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Change-Id: I5059df0261f17b42fb07e1504d99dc2db3507b0b
2024-05-09Enable network on VF2 boardaccepted/tizen/unified/x/20240510.020852accepted/tizen/unified/toolchain/20240513.061330accepted/tizen/unified/20240510.095752Daniil Ruban1-0/+8
- This MR enables network on VF2 boards. This is needed to have network boot on CI device under test - Patch adds some fixes from: https://patchwork.ozlabs.org/project/uboot/list/?series=346678&state=* which was suddenly removed Change-Id: I3f61728d04401fff57e829d2ac4ab1314aaa16b5 Signed-off-by: Daniil Ruban <intx82@gmail.com>
2024-04-11tizen: bootscript: vf2: update boot scriptsMarek Szyprowski2-2/+3
Update VF2 boot script to match the one developped recently for LicheePi4A. This improves the following things: - partitions are discovered by GPT name, not by hardcoded number - root= kernel parameter is correctly set for partitions up to 19th - switch to generic devtype/devnum envs like for typical distro_boot case - reordered some operations and added more comments - tested A/B booting Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Change-Id: I038f42c8b4f1133798b8d8c8e2f89955b717ca9d
2024-03-14configs: tizen_rpi_4: enable options needed for RPi5 supportMarek Szyprowski1-1/+2
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Change-Id: Ib6613e118a4cfbbda309934f5f2da6012976a1cb
2023-12-27configs: Enable CONFIG_SPL_DM_SEQ_ALIASaccepted/tizen/unified/riscv/20231227.105107accepted/tizen/unified/20231227.170504Jaehoon Chung1-0/+3
Enable CONFIG_SPL_DM_SEQ_ALIAS configuration to use alias on SPL side. Change-Id: Ibce270d2f96a51ffae577e82a05ffa242fa50734 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-27configs: tizen: Enable VIDEO_MESON config about amlogic boardsJaehoon Chung4-0/+16
CONFIG_DM_VIDEO was changed to CONFIG_VIDEO. It needs to enable CONFIG_VIDEO / CONFIG_VIDEO_MESON again. Change-Id: I096fb411c0a15e3616104ab476bfe396932f6fd1 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-27configs: tizen: enable CONFIG_DM_USB_GADGET about amlogic boardsJaehoon Chung4-4/+8
Enable CONFIG_DM_USB_GADGET about amlogic boards. Change-Id: If74ca88cbbf1b8efb1dcac3be35876346b0a0877 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-20configs: tizen_starfive_visionfive2: Update config fileJaehoon Chung1-13/+20
Update config file according to update the version. Change-Id: Ib5c55110cd8db1f0f7eb71cca0d24d37830dffe5 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-20configs: tizen_rpi_4: Enable Video configurationJaehoon Chung2-4/+8
During upgrade to v2023.10, DM_VIDEO is changed to VIDEO. Change-Id: Iad6a2a72d7022578af37b98308bae684ff97c48b Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17qemu-riscv64_smode: Load custom envitonment if possibleŁukasz Stelmach1-1/+1
Check if loadbootenv and importbootenv environment variables are available and use them to load additional environment variables. Change-Id: I4e85a6a248cb6e1b5314771fda2e0f9df406417a Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
2023-10-17configs: tizen_starfive_visionfive2: Enable ID EEPROM configurationŁukasz Stelmach1-1/+8
Enabled ID_EEPROM and I2C configuration for StarFive VisionFive2 board. Change-Id: Id63b7166acf2a336d6d3f2a8d6b41675adb63a0a Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
2023-10-17configs: Align QEMU config with VF2Łukasz Stelmach1-2/+4
Adjust platform independent configuration options in S-Mode QEMU defconfig to match the configuration for VF2. Change-Id: I1ed1a813e60a470955fba89fbaf5e7c16c9ad159 Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
2023-10-17configs: Enable environment configs for QEMUŁukasz Stelmach1-0/+2
Enable environment configs to use uboot.env file in FAT filesystem. Change-Id: Ic19ac7e6552700038e35ba93f4d3c0736ec00776 Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
2023-10-17configs: Adjust environemnt on QEMUŁukasz Stelmach1-1/+2
Check if loadbootenv and importbootenv environment variables are available and use them to load additional environment variables. Set CONFIG_BOOTCOMMAND in QEMU Tizen defconfig. Change-Id: I12e45fca58d26edfc4e1287fe8d73a22ec4e136f Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
2023-10-17configs: Add tizen_qemu-riscv64 defconfigsŁukasz Stelmach2-0/+49
Add tizen_qemu-riscv64_defconfig and tizen_qemu-riscv64_smode_defconfig files. They will be used for Tizen. Change-Id: I640f25ac97c15f56a2078bd0d1c827493eecd296 Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
2023-10-17configs: tizen_starfive_visionfive2: Load custom envitonment if possibleŁukasz Stelmach1-1/+1
Check if loadbootenv and importbootenv environment variables are available and use them to load additional environment variables. Change-Id: I667783263575de8421df852a9921f5c938620409 Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
2023-10-17samsung: tizen_riscv: add dedicated bootcmd for TizenŁukasz Stelmach1-0/+1
Compile in bootcmd and other scripts previously in uEnv.txt The default value of bootcmd environment variable cannot be overriden in platform specific header files. It needs to be set in .config. Change-Id: I1c5430895911fc9a499f79a6e9575ed2ad4e833f Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
2023-10-17configs: tizen: Enable TEXT_BASE value in configJaehoon Chung6-104/+36
Enable TEXT_BASE value in config. It's changed from SYS_TEXT_BASE to TEXT_BASE. Change-Id: Id4a679eb2010f6e6180c6622567f2fb53bf93b73 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17configs: tizen_starfive_visionfive2: Update configurationsJaehoon Chung1-1/+3
Update configurations. - Enable CMD_SBI and SYSRESET - Change Prompt from "Starfive #" to "VisionFive2> " Change-Id: I240ebaf2793f4f9614f3fe423c0afe24ece28b7c Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17configs: tizen_starfive_visionfive2: Change the device-tree pathJaehoon Chung1-1/+4
Change the device-tree path to root dir from starfive dir. Change-Id: I0548d4910f4cfa7808e2d3a3cb71961e5b8f7d39 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17configs: tizen_starfive_visionfive2: Enable environment configsJaehoon Chung1-4/+8
Enable environment configs to use uboot.env file in FAT filesystem. Change-Id: I9f6877ec810eed31ebfb9b65e71318a868cc31b7 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17configs: Add tizen_starfive_visionfive2 defconfigJaehoon Chung1-0/+79
Add tizen_starfive_visionfive2 defconfig file. It will be used for Tizen. To maintain orignal defconfig, create a defconfig to use tizen. Change-Id: I361b79fb1a7c6dd2319d25a62b31ca153e26c666 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17configs: tizen_rpi_4: disable USB_XHCI_PCI configJaehoon Chung2-2/+2
Disable USB_XHCI_PCI config for usb hub on RPI4. There is a problem on 8GiB RPi4 with 32bit image. In future, it will be re-enabled after fixing a problem. Change-Id: Ibd042fcd8d7a919f0d462cfdc91494413d800cae Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17configs: tizen-amlogic: sync orignal defconfig filesJaehoon Chung4-8/+16
Sync orignal defconfig files. - khadas-vim3/vim3l - odroid-n2/c4 Change-Id: I513f1cc9afda87557aed712e58bc8bf0ca357dab Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17configs: tizen_rpi: enable CONFIG_SYS_INIT_SP_ADDRJaehoon Chung4-8/+12
Enable CONFIG_SYS_INIT_SP_ADDR in rpi3/4 configuration. Change-Id: Id4b4c269631fb58c1e24a431c6588ce9bcca43a2 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17configs: amlogic: move CONFIG_SYS_MEM_TOP_HIDE to defconfigJaehoon Chung4-0/+4
Move CONFIG_SYS_MEM_TOP_HIDE to defconfig. Change-Id: I99de23e4019d3a2fb5280d155e2c6119d930e9e7 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17configs: vim3/odroid: Update the missed configs about amlogic targetJaehoon Chung4-9/+13
Update the missed configs about amlogic target. Change-Id: Ibb531da60be971f17e0b56e20f8d476bec88d574 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17configs: tizen_rpi_3/4_defconfig: Update the missed configurationsJaehoon Chung4-8/+18
Update the missed configurations. After version is updated, some configurations has to be defined in defconfig. Change-Id: I992ba76585f6075d3c213c04ebbef1134b200f4c Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17configs: tizen_rpi_4: enable TIZEN_RPI4 configJaehoon Chung2-0/+2
Enable TIZEN_RPI4 configuration. If want to add some codes for tizen specific code, use this configuration. Change-Id: I33296230b29895f53d3b620f6db5137c7b76c631 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17configs: tizen_rpi_4: enable PARTITION_TYPE_GUID configJaehoon Chung2-2/+2
Enable PARTITION_TYPE_GUID and RANDOM_UUID configruations. Gpt partition table needs to use UUID. If there is not the defined UUID, it has to generate RANDOM UUID. Otherwise, it will be failed during verifying or writing. Change-Id: Ie98adc68b2ac7150b81ac47ef49362e46f7349f0 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17configs: tizen_rpi_4: enabled CMD_GPT configurationJaehoon Chung2-0/+6
Enable CMD_GPT configuration. Change-Id: I3dbcecfb0fb5e671ed4afce4c209580738bc457c Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17configs: tizen_rpi_4: enable CONFIG_EXT4_WRITEJaehoon Chung2-6/+6
Enable CONFIG_EXT4_WRITE configuration. It will be used to control a file under ext4 filesystem. Change-Id: I72553b6675b8877326e832eda181efc9e0135cfa Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17configs: amlogic: create the tizen specific config filesJaehoon Chung4-0/+417
Create the tizen specific amlogic config files. To keep the mainline configs, seperate to other files. Change-Id: I91179fd562e2d54c1b799d425a47aabbfc137c4a Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17rpi3: create the tizen specific rpi3 defconfigJaehoon Chung2-0/+106
Create the tizen specific rpi3 defconfig. rpi_3_32b_defconfig/rpi_3_defconfig are restored to orignal mainline status. Change-Id: Ibdbd65d61bb148c3fbf13cc5045b0753c6c60009 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17rpi4: create the tizen specific rpi4 defconfigJaehoon Chung2-0/+145
Create the tizen specific rpi4 defconfig. rpi_4_32b_defconfig and rpi_4_defconfig are restored to original mainline status. Change-Id: I409581139df9ae8fa080512b017f03c994c47c02 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17samsung: tizen_rpi: check MBR partition layout from prebootMarek Szyprowski4-2/+4
Verify if the MBR partition layout on SD card matches the one defined in the bootloader. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Change-Id: I7c296a4f64e294a9dc510e0a248e83375bacf9cb
2023-10-17samsung: tizen_rpi: add support for the MBR commandMarek Szyprowski4-0/+4
Enable recently added 'mbr' command and define MBR partition table layout based on the values from the current sd_fusing_rpi3.sh script. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Change-Id: I25e44f10365f95624cf6b85e09962671cf0c12c0
2023-10-17configs: rpi4: disable CONFIG_USB_KEYBOARDJaehoon Chung2-2/+2
It doesn't need to enable CONFIG_USB_KEYBOARD on Tizen. - It needs to enable USB_KEYBOARD when grub mode is used. Change-Id: I8c7572d6f903037a9367351422010f72306e252f Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17configs: Enable options for splash image in khadas-vim3(l)_defconfigSylwester Nawrocki2-0/+4
These options are needed for the splash image loading. Change-Id: Ieeddd2e2d9ff6872297b9eb3f3d899702ee717a7 Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
2023-10-17configs: enable CONFIG_SETEXPR configJaehoon Chung4-4/+0
Eanble CONFIG_SETEXPR configuration. Change-Id: If1255fabae584b17e176fb7d8cbc0324ac2b3902 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17ARM: meson: Add TIZEN_KHADAS_VIM3L configJaehoon Chung1-0/+1
Add TIZEN_KHADAS_VIM3L config and enable it. Change-Id: I20c431b4cc5f54f1ea8f24dbc8e94290e6047f96 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17samsung: tizen_amlogic: remove CONFIG_SYS_PROMPT in header fileJaehoon Chung2-0/+2
Remove CONFIG_SYS_PROMPT in tizen_amlogic header file. Instead, it's enabled in each defconfigs with correct board name. Change-Id: I8d47240e2af97bb2833f4af8720d019588a72e22 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17ARM: meson: Kconfig: Add Tizen specific configurationJaehoon Chung2-0/+2
Add Tizen Specific configuratoin. - Enable tizen configuration to distinguish which board is used. Change-Id: I09329b59cb7c2c47f72198a4bebde6ee511ffc7b Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17configs: odroid-n2: enable configs relevant to videoJaehoon Chung1-0/+2
Enable configs relevant to video. Change-Id: Ib5a7c75c74d6cd644b0dab50b3f80e9d64237cc9 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17rpi3/4: enable NFS download featureMarek Szyprowski3-0/+3
Sync RPi3/4 defconfigs and enable NFS download feature for all configs. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Change-Id: I35ade633d89bbd18374270362ba831d35c9a0d49
2023-10-17configs: rpi_4_32b_defconfig: enable UMS configurationJaehoon Chung1-0/+1
Enable UMS configuration. It can be used to usb-mass storage. Usage: U-Boot> ums 0 mmc 0 - Then you can see block device node on your local host. It's useful to flash or format for using Tizen. Change-Id: Ic3a27a69a03d05691f60e764990d33d8bfef2275 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-17configs: rpi: enable MMC_BCM2835 configurationJaehoon Chung1-0/+1
Enable MMC_BCM2835 configuration. Change-Id: Ic5cd05df99fc86157efd686ec6f5f69fd090ec72 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2023-10-02configs: Resync with savedefconfigTom Rini402-428/+410
Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <trini@konsulko.com>
2023-09-28configs: iot2050: Disable CONFIG_CONSOLE_MUXJan Kiszka1-2/+1
We only have serial as console option, and leaving this on turns on SYS_CONSOLE_IS_IN_ENV which is also not true for these devices, leaving an ugly In: No input devices available! Out: No output devices available! Err: No error devices available! behind. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>