platform/kernel/u-boot.git
7 months agoconfigs: tizen_starfive_visionfive2: Load custom envitonment if possible
Łukasz Stelmach [Wed, 2 Aug 2023 13:10:47 +0000 (15:10 +0200)]
configs: tizen_starfive_visionfive2: Load custom envitonment if possible

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>
7 months agopackaging: install boot.scr.uimg for QEMU
Łukasz Stelmach [Wed, 26 Jul 2023 10:15:21 +0000 (12:15 +0200)]
packaging: install boot.scr.uimg for QEMU

Change-Id: I487eabf16f67d56dc71bcda45a54a33325117eaa
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
7 months agosamsung: tizen_riscv: add dedicated bootcmd for Tizen
Łukasz Stelmach [Wed, 2 Aug 2023 13:14:13 +0000 (15:14 +0200)]
samsung: tizen_riscv: add dedicated bootcmd for Tizen

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>
7 months agotizen: bootscript: Adapt the script to work u-boot boot device/partition detection
Łukasz Stelmach [Wed, 2 Aug 2023 07:49:35 +0000 (09:49 +0200)]
tizen: bootscript: Adapt the script to work u-boot boot device/partition detection

Make the bootscript work properly when called by the upstream
distro_bootcmd script.

Change-Id: Iad38fdfdb7a6d10cd27924458fa9d23911a607db
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
7 months agosamsung: tizen_riscv: Reorganise environment defaults for RISC-V
Łukasz Stelmach [Wed, 2 Aug 2023 07:26:29 +0000 (09:26 +0200)]
samsung: tizen_riscv: Reorganise environment defaults for RISC-V

Rename, reorganize and use the default envitonment settings in the header
file for both VisionFive2 and QEMU targets.

Change-Id: Ic6ab2c5b2dc146d232a54eab6727afce845c1353
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
7 months agotizen: bootscript: add virtio support
Łukasz Stelmach [Fri, 4 Aug 2023 12:59:25 +0000 (14:59 +0200)]
tizen: bootscript: add virtio support

Recognize virtio0 as a valid boot device (target) and
set other necessary variables accordingly.

Change-Id: Ia6afb47713074da7382c62f6d65da7bd27a80f7e
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
7 months agotizen: bootscript: rename environment variables
Łukasz Stelmach [Wed, 26 Jul 2023 10:12:51 +0000 (12:12 +0200)]
tizen: bootscript: rename environment variables

The script shall be used in QEMU with virtio storage, so we better rename
variables to avoid confusion.

Change-Id: I17c32390b19287113d78ac9e95c45d5d6590ae04
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
7 months agotizen: bootscript: remove uEnv.txt from VisionFive2 package
Łukasz Stelmach [Thu, 3 Aug 2023 05:38:05 +0000 (07:38 +0200)]
tizen: bootscript: remove uEnv.txt from VisionFive2 package

The file isn't loaded automatically and all the information it contains
are in the default environment compiled from appropriate header files.

Change-Id: I569bd0657c3246dc6bf50117b5d7567a557dbd68
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
7 months agoRISCV: dts: jh7110-starifive-visionfive-2: Add a gpio-restart node
Jaehoon Chung [Mon, 31 Jul 2023 23:25:20 +0000 (08:25 +0900)]
RISCV: dts: jh7110-starifive-visionfive-2: Add a  gpio-restart node

Add a gpio-restart node to do reset.
Before applied this patch, System Reset Extension doesn't appear with
sbi command.

OpenSBI 1.3
Machine:
  Vendor ID 489
  Architecture ID 8000000000000007
  Implementation ID 4210427
Extensions:
  sbi_set_timer
  sbi_console_putchar
...[snip]...
  IPI Extension
  RFENCE Extension
  Hart State Management Extension
  Performance Monitoring Unit Extension

After applied this patch, System Reset Extension is supported from SBI.

OpenSBI 1.3
Machine:
  Vendor ID 489
  Architecture ID 8000000000000007
  Implementation ID 4210427
Extensions:
  sbi_set_timer
  sbi_console_putchar
...[snip]...
  IPI Extension
  RFENCE Extension
  Hart State Management Extension
  System Reset Extension
  Performance Monitoring Unit Extension

Change-Id: Idf298b22ff2fb728ddade59befa741718e9c2466
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agolibtizen: Remove the including lcd header
Jaehoon Chung [Fri, 28 Jul 2023 01:56:49 +0000 (10:56 +0900)]
libtizen: Remove the including lcd header

Remove the including lcd header.
lcd header was removed since v2023.01.

Change-Id: I47121000f1c23d00832a255c57c8ecd326ed9b5d
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoconfigs: tizen: Enable TEXT_BASE value in config
Jaehoon Chung [Fri, 28 Jul 2023 01:45:46 +0000 (10:45 +0900)]
configs: tizen: Enable TEXT_BASE value in config

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>
7 months agotizen: bootscript: vf2-uEnv: Fix the address of environment variables
Hoegeun Kwon [Wed, 26 Jul 2023 09:02:12 +0000 (18:02 +0900)]
tizen: bootscript: vf2-uEnv: Fix the address of environment variables

Fix the overlapping address with the address used as cma. The cma is
used from 0x80000000.

Change-Id: I631215ba4cd34cddfd821f69d4f1f08b7b649b92
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
7 months agotizen: bootscript: vf2-uEnv: Fix to load wrong fdt file
Jaehoon Chung [Wed, 26 Jul 2023 01:20:21 +0000 (10:20 +0900)]
tizen: bootscript: vf2-uEnv: Fix to load wrong fdt file

During boot from pre-built u-boot, boot script is using the prebuilt's
environment. fdtfile is starfive/starfive-visionfive2.dtb.
To fix this problem, update fdtfile in uEnv.txt.

Change-Id: I53d8af046b7a7406944906ab6ecea7580d4f192d
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: fix filtering of lsblk output for loopback devices
Łukasz Stelmach [Tue, 25 Jul 2023 11:04:52 +0000 (13:04 +0200)]
scripts: fix filtering of lsblk output for loopback devices

The "loop" pattern needs to be anchored at with "^" too.

Change-Id: I22c122595bd3266b53401b6824f201e5addb1023
Fixes: cc2ad962242 ("scripts: sd_fusing_rpi4: support formatting loop devices")
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agopackaging: u-boot*: Upgrade build required openssl version from 1.1 to 3
Seung-Woo Kim [Mon, 3 Jul 2023 02:20:58 +0000 (11:20 +0900)]
packaging: u-boot*: Upgrade build required openssl version from 1.1 to 3

Openssl 1.1.1 is supported until September 2023, so Tizen 8.0
upgrades Openssl 3.0.x. To meet this, change build required
openssl version. Also, required with pkgconfig.

Change-Id: Ifffd9c57db94e4d8dbe2c3179118ea3dec3703c5
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
7 months agotizen: bootscripts: vf2: remove console=tty0 from cmdline
Jaehoon Chung [Tue, 27 Jun 2023 10:05:15 +0000 (19:05 +0900)]
tizen: bootscripts: vf2: remove console=tty0 from cmdline

Remove console=tty0 from cmdline.
When it's using, kernel message is displayed to vidconsole.

Change-Id: I6b294037773a78e32908f035695b47285031d9c8
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agopackaging: u-boot-visionfive2: Add uEnv.txt file
Jaehoon Chung [Thu, 15 Jun 2023 02:18:58 +0000 (11:18 +0900)]
packaging: u-boot-visionfive2: Add uEnv.txt file

Add uEnv.txt file to use an enviornment variable when booting from
preflashed u-boot.

Change-Id: I267d0a9d695c1f17f37ec82cc8e3b1205d9e0b8b
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agosamsung: tizen_visionfive2: Change logevel from 4 to 7
Jaehoon Chung [Mon, 12 Jun 2023 01:05:31 +0000 (10:05 +0900)]
samsung: tizen_visionfive2: Change logevel from 4 to 7

Change loglevel from 4 to 7.
Because Visionfive2 is developing now, it needs to check debug message.
If it's more stable than now, it will be changed to 4 again.

Change-Id: I8d94058d954e61273e8a1481b1b71f5d67459965
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agotizen: bootscript: vf2: Support a ramdisk booting
Jaehoon Chung [Fri, 9 Jun 2023 00:03:44 +0000 (09:03 +0900)]
tizen: bootscript: vf2: Support a ramdisk booting

Support a ramdisk booting.
It will not mount a ramdisk partition directly.
Instead, it will be loading ramdisk image to ram area.

Change-Id: Iec0f3863d42b54405a55171aead0da97a0ad8d7d
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoconfigs: tizen_starfive_visionfive2: Update configurations
Jaehoon Chung [Thu, 8 Jun 2023 23:25:22 +0000 (08:25 +0900)]
configs: tizen_starfive_visionfive2: Update configurations

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>
7 months agopackaging: u-boot-visionfive2: Add visionfive2 boot script
Jaehoon Chung [Wed, 7 Jun 2023 07:19:45 +0000 (16:19 +0900)]
packaging: u-boot-visionfive2: Add visionfive2 boot script

Add visionfive2 boot script for Tizen.

Change-Id: I113423e6b19d3d1bd41689ce1a8535ab32be3d86
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoinclude: starfive-visionfive2: Add tizen environment into starfive-visionfive2 header
Jaehoon Chung [Wed, 7 Jun 2023 05:20:32 +0000 (14:20 +0900)]
include: starfive-visionfive2: Add tizen environment into starfive-visionfive2 header

Add tizen environment into starfive-visionfive2 haeder.
Tizen specific environment value will be added in
include/samsung/tizen_visionfvie2.h

Change-Id: I142780cf59f35f909d49f90fcb243420e61750e5
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoconfigs: tizen_starfive_visionfive2: Change the device-tree path
Jaehoon Chung [Wed, 7 Jun 2023 05:19:19 +0000 (14:19 +0900)]
configs: tizen_starfive_visionfive2: Change the device-tree path

Change the device-tree path to root dir from starfive dir.

Change-Id: I0548d4910f4cfa7808e2d3a3cb71961e5b8f7d39
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agotizen: bootscript: Add visionfive2 bootscript and env file
Jaehoon Chung [Fri, 2 Jun 2023 07:29:36 +0000 (16:29 +0900)]
tizen: bootscript: Add visionfive2 bootscript and env file

Add visionfive2 bootscript and uEnv.txt file.
tizen-boot-vf2-uEnv.txt file will be used when booting from pre-flashed u-boot.

Custom U-boot will not be used tizen-boot-vf2-uEnv.txt file.
Instead, Custom u-boot will be using the generated uboot.env.

Change-Id: Ic4d2542ddd3d7312f0367c733618f8be6926fef3
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agosamsung: Add tizen_visionfive2 header
Jaehoon Chung [Fri, 2 Jun 2023 08:27:13 +0000 (17:27 +0900)]
samsung: Add tizen_visionfive2 header

Add tizen_visionfive2 header file to use tizen speicific environments.

Change-Id: Ideb153007d7351ecc5e4ddffade424f1d2f253db
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agopackaging: Add u-boot-qemu-riscv64 spec file
Łukasz Stelmach [Fri, 26 May 2023 17:44:32 +0000 (19:44 +0200)]
packaging: Add u-boot-qemu-riscv64 spec file

Change-Id: Idf0402efaf70974b09760732a29769afd8b713e7
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
7 months agoconfigs: tizen_starfive_visionfive2: Enable environment configs
Jaehoon Chung [Fri, 2 Jun 2023 03:59:34 +0000 (12:59 +0900)]
configs: tizen_starfive_visionfive2: Enable environment configs

Enable environment configs to use uboot.env file in FAT filesystem.

Change-Id: I9f6877ec810eed31ebfb9b65e71318a868cc31b7
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agopackaging: Add u-boot-visionfive2 spec file
Jaehoon Chung [Tue, 2 May 2023 04:09:13 +0000 (13:09 +0900)]
packaging: Add u-boot-visionfive2 spec file

Add u-boot-visionfive2 spec file.

Change-Id: I2d3f0fb2c3865779299a3ba2a3e03ae626d5e6eb
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: tizen: sd_fusing_rpi3/4: update print_logo
Jaehoon Chung [Mon, 22 May 2023 10:04:26 +0000 (19:04 +0900)]
scripts: tizen: sd_fusing_rpi3/4: update print_logo

To prevent a confusion, update print_logo more clarify.

Change-Id: I85f6f17168b399878d865ed4f491265452aed123
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: tizen: sf_fusing_vf2: add u-boot.itb to flash u-boot
Jaehoon Chung [Fri, 28 Apr 2023 06:49:44 +0000 (15:49 +0900)]
scripts: tizen: sf_fusing_vf2: add u-boot.itb to flash u-boot

Mainline u-boot is using u-boot.itb instead ob u-boot.img.
To flash correct u-boot image, add u-boot.itb in table.

Change-Id: I4ffe88d97b151e847475c489a2fe85ea7850bf22
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agotools: starfive: Add spl_tool of starfive
Jaehoon Chung [Fri, 28 Apr 2023 00:50:16 +0000 (09:50 +0900)]
tools: starfive: Add spl_tool of starfive

To build visionfive2 board, it needs to use spl_tool of starfive.
This files are taken from below git repo.
URL: https://github.com/starfive-tech/Tools/tree/master/spl_tool

Refer to doc/board/starfive/visionfive2.rst in u-boot repo.

Change-Id: I8e5d8e11dc5f49d84edb32979372062603f4a13c
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agotizen: rpi4: Fix slot check
Marek Pikuła [Fri, 28 Apr 2023 11:26:42 +0000 (13:26 +0200)]
tizen: rpi4: Fix slot check

Change-Id: I0b1ff3ef5a90ff2d43d54bb3559266c28e95eae4
Signed-off-by: Marek Pikuła <m.pikula@partner.samsung.com>
7 months agoconfigs: Add tizen_starfive_visionfive2 defconfig
Jaehoon Chung [Tue, 25 Apr 2023 04:31:51 +0000 (13:31 +0900)]
configs: Add tizen_starfive_visionfive2 defconfig

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>
7 months agoscripts: sd_fusing_vf2: Support to flash u-boot and spl image
Jaehoon Chung [Thu, 6 Apr 2023 07:36:37 +0000 (16:36 +0900)]
scripts: sd_fusing_vf2: Support to flash u-boot and spl image

Support to flash u-boot and spl image with script.
- u-boot + opensbi : u-boot.img
- spl : u-boot-sp.bin.normal.out

It can be changed to other name in future.
If change image names, it will be changed.

Change-Id: Iba4337f9591b339c37a1207848794b92da56542a
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: tizen: Add a fusing script for Visionfive2
Jaehoon Chung [Fri, 10 Mar 2023 03:48:19 +0000 (12:48 +0900)]
scripts: tizen: Add a fusing script for Visionfive2

Add a fusing script for visionFive2.
This script is for SD-Card.

Change-Id: If895466dbc8f72b86b77c5807247475c1cb63d1a
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: sd_fusing_rpi3: Update sd_fusing_rpi3 version
Jaehoon Chung [Thu, 2 Mar 2023 06:33:18 +0000 (15:33 +0900)]
scripts: sd_fusing_rpi3: Update sd_fusing_rpi3 version

Update sd_fusing_rpi3 version from 2.2.2 to 2.3.0.

Change-Id: I3deb33e134e28e3031c84ef9b41a58bc0eb283c6
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: sd_fusing_rpi3: support the latest sfdisk version
Jaehoon Chung [Thu, 2 Mar 2023 05:14:01 +0000 (14:14 +0900)]
scripts: sd_fusing_rpi3: support the latest sfdisk version

In Ubunut 22.04, sfdisk version is 2.37.2 by default.
Before applied this patch, script is failed with messsage of "No space
left...".
It seems that It's caused about wrong start offset.
If sfdisk version is upper than 2.37, remove the start offset.

Change-Id: Ic6ecf839e48024cc68b051f1f05e6b4fc56332da
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: sd_fusing_rpi4: support formatting loop devices
Marek Pikuła [Wed, 18 Jan 2023 15:57:27 +0000 (16:57 +0100)]
scripts: sd_fusing_rpi4: support formatting loop devices

Change-Id: Ic6384281104ed710552119f9910cfca95ddf9a21
Signed-off-by: Marek Pikuła <m.pikula@partner.samsung.com>
7 months agoconfigs: tizen_rpi_4: disable USB_XHCI_PCI config
Jaehoon Chung [Fri, 13 Jan 2023 01:50:23 +0000 (10:50 +0900)]
configs: tizen_rpi_4: disable USB_XHCI_PCI config

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>
7 months agoconfig: tizen_rpi: Add bootargs for hdmi
Hoegeun Kwon [Fri, 18 Nov 2022 06:39:46 +0000 (15:39 +0900)]
config: tizen_rpi: Add bootargs for hdmi

Add bootargs required for hdmi operation. Adding this bootargs can
solve the FHD timeout issue with rpi4 hdmi-0.

Change-Id: Ic438198c68fdbb6665b27ce0333f085bec792a1c
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
7 months agopackaging: remove u-boot-rpi3 spec files
Jaehoon Chung [Fri, 11 Nov 2022 05:38:25 +0000 (14:38 +0900)]
packaging: remove u-boot-rpi3 spec files

Remove u-boot-rpi3 spec files.
Since Tizen-7.0, RPi3 board doesn't support anymore.

Change-Id: I2f085e9a06550e2f4217016a50c6c65b21ad9540
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: sd_fusing_rpi4: add skip-resize option
Jaehoon Chung [Fri, 11 Nov 2022 05:29:37 +0000 (14:29 +0900)]
scripts: sd_fusing_rpi4: add skip-resize option

Add skip-resize option to test A/B update.

Change-Id: I7cea9f665b3f474987bb710994a639351389f5b4
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agopackaging: move u-boot-tools from rpi3 to rpi4
Jaehoon Chung [Tue, 8 Nov 2022 05:53:00 +0000 (14:53 +0900)]
packaging: move u-boot-tools from rpi3 to rpi4

Move u-boot-tools from rpi3 to rpi4.
RPi3 target was deprecated. To remove u-boot-rpi3 spec file, it needs to
move u-boot-tools package into rpi4.

Change-Id: I308af97d06e72e8809eb0194c001e631f915c416
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoconfigs: tizen-amlogic: sync orignal defconfig files
Jaehoon Chung [Mon, 17 Oct 2022 03:19:48 +0000 (12:19 +0900)]
configs: tizen-amlogic: sync orignal defconfig files

Sync orignal defconfig files.
- khadas-vim3/vim3l
- odroid-n2/c4

Change-Id: I513f1cc9afda87557aed712e58bc8bf0ca357dab
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agotizen: amlogic: move CONFIG_TIZEN into Kconfig
Jaehoon Chung [Mon, 17 Oct 2022 02:43:34 +0000 (11:43 +0900)]
tizen: amlogic: move CONFIG_TIZEN into Kconfig

Move CONFIG_TIZEN into Kconfig.
When new config is added, it has to be in Kconfig.

Change-Id: Idaef847edc2bb87907d80dfdd16d622a0c5c27b6
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoconfigs: tizen_rpi: enable CONFIG_SYS_INIT_SP_ADDR
Jaehoon Chung [Mon, 17 Oct 2022 00:13:18 +0000 (09:13 +0900)]
configs: tizen_rpi: enable CONFIG_SYS_INIT_SP_ADDR

Enable CONFIG_SYS_INIT_SP_ADDR in rpi3/4 configuration.

Change-Id: Id4b4c269631fb58c1e24a431c6588ce9bcca43a2
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: sd_fusing_rpi4: add initialize_parameter function
Jaehoon Chung [Wed, 12 Oct 2022 01:25:57 +0000 (10:25 +0900)]
scripts: sd_fusing_rpi4: add initialize_parameter function

Add initialize_parameter function to clear previous values.
When flash the image without format, its value is remaining with
previous value.

Change-Id: I59b684bfa4ba851325902d8f769ce0c2efe67d85
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: Normalize device name
Łukasz Stelmach [Thu, 29 Sep 2022 21:06:15 +0000 (23:06 +0200)]
scripts: Normalize device name

Make sure the DEVICE holds the the real name of the block device and
not one of symbolic links that can be found in /dev/disk/by-* directories.

Change-Id: I8b3416b5de6471a15ef46748d124dbfbf80df156
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
7 months agoscripts: Fix broken message
Łukasz Stelmach [Thu, 29 Sep 2022 19:46:44 +0000 (21:46 +0200)]
scripts: Fix broken message

Change-Id: I6e9f42ef3d3147927db99406e9fd4d1fea526d13
Fixes: 267186468d ("scripts: tizen: sd_fusing_rpi4: support A/B partition")
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
7 months agoscripts: sd_fusing_rpi4: update version to 1.0.7
Jaehoon Chung [Tue, 6 Sep 2022 02:20:16 +0000 (11:20 +0900)]
scripts: sd_fusing_rpi4: update version to 1.0.7

Since 1.0.7, partition-a/b-status.info is supported.

Change-Id: I2cce9a92c88a54d73f62e1e556c85219b90f0071
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: sd_fusing_rpi4: add the partition-a/b-status.info
Jaehoon Chung [Wed, 31 Aug 2022 22:53:30 +0000 (07:53 +0900)]
scripts: sd_fusing_rpi4: add the partition-a/b-status.info

Add the partition-a/b-status.info as "ok" by default.
It can be set to "ok", "failed" or "corrupted".

Change-Id: I10e749928ad27c96eb3adaf83d5dc8f636844150
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: sd_fusing_rpi4: change a value of partition-ab-cloned from 0 to 1
Jaehoon Chung [Wed, 17 Aug 2022 03:10:19 +0000 (12:10 +0900)]
scripts: sd_fusing_rpi4: change a value of partition-ab-cloned from 0 to 1

Change a value of partition-ab-cloned from 0 to 1 by default.

Change-Id: I0879b1d9c9b969ec0663439e04f8dd4b8150e77e
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agofixup! rpi: use board_early_init_r to init PCI/USB and detect boot device
Marek Szyprowski [Tue, 16 Aug 2022 11:44:45 +0000 (13:44 +0200)]
fixup! rpi: use board_early_init_r to init PCI/USB and detect boot device

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
7 months agoconfigs: amlogic: move CONFIG_SYS_MEM_TOP_HIDE to defconfig
Jaehoon Chung [Mon, 1 Aug 2022 03:35:30 +0000 (12:35 +0900)]
configs: amlogic: move CONFIG_SYS_MEM_TOP_HIDE to defconfig

Move CONFIG_SYS_MEM_TOP_HIDE to defconfig.

Change-Id: I99de23e4019d3a2fb5280d155e2c6119d930e9e7
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoconfigs: vim3/odroid: Update the missed configs about amlogic target
Jaehoon Chung [Fri, 29 Jul 2022 01:15:58 +0000 (10:15 +0900)]
configs: vim3/odroid: Update the missed configs about amlogic target

Update the missed configs about amlogic target.

Change-Id: Ibb531da60be971f17e0b56e20f8d476bec88d574
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoconfigs: tizen_rpi_3/4_defconfig: Update the missed configurations
Jaehoon Chung [Fri, 29 Jul 2022 01:09:18 +0000 (10:09 +0900)]
configs: tizen_rpi_3/4_defconfig: Update the missed configurations

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>
7 months agopackaging: update version from 2021.10 to 2022.10
Jaehoon Chung [Fri, 29 Jul 2022 00:38:50 +0000 (09:38 +0900)]
packaging: update version from 2021.10 to 2022.10

Update version from 2021.10 to 2022.19.

Change-Id: I2d96f29a32de54a90f66348cf38a558b60447570
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: sd_fusing_rpi4: remove resize2fs command
Jaehoon Chung [Mon, 25 Jul 2022 06:25:54 +0000 (15:25 +0900)]
scripts: sd_fusing_rpi4: remove resize2fs command

Remove resize2fs command about ext4 partitions.
It'll be resized at first booting time.

Change-Id: I6a255ffd847c133183383d4a93e10e437b8f040d
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agosamsung: tizen_amlogic: increase ramdisk size from 8M to 32M
Jaehoon Chung [Wed, 20 Jul 2022 09:25:55 +0000 (18:25 +0900)]
samsung: tizen_amlogic: increase ramdisk size from 8M to 32M

Increase ramdisk size from 8M to 32M.

Change-Id: Ie36d169d0e815ce6a0a0b671de80a6616b9af73c
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: tizen_rpi: remove unnecessary line change
Jaehoon Chung [Mon, 18 Jul 2022 06:53:33 +0000 (15:53 +0900)]
scripts: tizen_rpi: remove unnecessary line change

Remove unnecessary line change.

Change-Id: I91ab784a1e46d0145ff511b4f1012a23eeb5022d
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: tizen_rpi: add the reboot_param_clear
Jaehoon Chung [Mon, 18 Jul 2022 06:14:15 +0000 (15:14 +0900)]
scripts: tizen_rpi: add the reboot_param_clear

Add the reboot_param_clear to clear the reboot parameter.
If there is no method to clear reboot parameter, it can be enterred to some
mode infinitely.

Change-Id: I6edbe2d4d989e172fa7bc6f032b5e627e540637a
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: sd_fusing_rpi4: change a name from recovery to ramdisk-recovery
Jaehoon Chung [Thu, 14 Jul 2022 02:29:38 +0000 (11:29 +0900)]
scripts: sd_fusing_rpi4: change a name from recovery to ramdisk-recovery

Change a name from recovery_a/b to ramdisk-recovery_a/b.

Change-Id: I36593eccf4e4e33989365a180951434d37599c75
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: sd_fusing_rpi4: set to norm about reboot-param by default
Jaehoon Chung [Wed, 13 Jul 2022 09:07:29 +0000 (18:07 +0900)]
scripts: sd_fusing_rpi4: set to norm about reboot-param by default

Set to norm about value of  reboot-param.bin by default.
At first booting, the below message is displayed on u-boot side.
- Failed to load 'reboot-param.bin'

Change-Id: I9cbc6f3f3634661e49318d2997b9bf2f82ecd522
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: sd_fusing_rpi4: add new partition information files
Jaehoon Chung [Wed, 13 Jul 2022 08:02:15 +0000 (17:02 +0900)]
scripts: sd_fusing_rpi4: add new partition information files

Add new partition information files.
- partition-ab-cloned.info
- upgrade-status.info
- partition-param.bin -> paritition-ab.info

Change-Id: I7ad94d1f30fd01fd4e3e9ee9948e0a266dd8a5aa
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: sd_fusing_rpi4: change a name from modules_a/b to module_a/b
Jaehoon Chung [Wed, 13 Jul 2022 07:34:44 +0000 (16:34 +0900)]
scripts: sd_fusing_rpi4: change a name from modules_a/b to module_a/b

modules_a/b is typo.
Change a correct name from modules_a/b to module_a/b.

Change-Id: I61a0e461598b48a3c494b569302bf4e8e9b366ac
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoconfigs: tizen_rpi_4: enable TIZEN_RPI4 config
Jaehoon Chung [Fri, 1 Jul 2022 04:48:58 +0000 (13:48 +0900)]
configs: tizen_rpi_4: enable TIZEN_RPI4 config

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>
7 months agoARM: bcm283x: Add TIZEN_RPI3/4 config
Jaehoon Chung [Fri, 1 Jul 2022 04:44:17 +0000 (13:44 +0900)]
ARM: bcm283x: Add TIZEN_RPI3/4 config

Add TIZEN_RPI3/4 config to check the tizen specific things.

Change-Id: Ie25b90046cf2bfa3e954b000afa5ae33fa41b775
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agodisk: part_efi: skip the verification when partition size is smaller
Jaehoon Chung [Fri, 1 Jul 2022 03:41:20 +0000 (12:41 +0900)]
disk: part_efi: skip the verification when partition size is smaller

In tizen, user partition is created as remained disk size.
It's a difficult to fix to constant value.
This patch is help to skip the verification if partition size is smaller than real size.

Change-Id: I7156ddd8b62aec5e931b5fa14a9ad5a262a3a646
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agosamsung: tizen_rpi: add update_gpt_part uboot variable
Jaehoon Chung [Fri, 1 Jul 2022 03:54:46 +0000 (12:54 +0900)]
samsung: tizen_rpi: add update_gpt_part uboot variable

Add update_gpt_part uboot variable.
If wants to change a partition from mbr to gpt, run the below command on
u-boot console.

- run update_gpt_part

NOTE: This is for only RPi4.

Change-Id: Idd46ce313f8c28b9b04f7f8c7190ee1aed51d6f0
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agosamsung: tizen_rpi: add a gpt partition list
Jaehoon Chung [Fri, 1 Jul 2022 03:18:54 +0000 (12:18 +0900)]
samsung: tizen_rpi: add a gpt partition list

Add a gpt partition list to verify or write about gpt.

Change-Id: Ie56076ee91316499829fc6be125dd93510e01e0b
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoconfigs: tizen_rpi_4: enable PARTITION_TYPE_GUID config
Jaehoon Chung [Fri, 1 Jul 2022 03:10:08 +0000 (12:10 +0900)]
configs: tizen_rpi_4: enable PARTITION_TYPE_GUID config

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>
7 months agoconfigs: tizen_rpi_4: enabled CMD_GPT configuration
Jaehoon Chung [Thu, 30 Jun 2022 04:48:50 +0000 (13:48 +0900)]
configs: tizen_rpi_4: enabled CMD_GPT configuration

Enable CMD_GPT configuration.

Change-Id: I3dbcecfb0fb5e671ed4afce4c209580738bc457c
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: tizen: rpi4: If setting ansi color, clear it always
Seung-Woo Kim [Thu, 30 Jun 2022 03:52:10 +0000 (12:52 +0900)]
scripts: tizen: rpi4: If setting ansi color, clear it always

There is case not clearing ansi color. Clear it always.

Change-Id: I47695a7edc3250ce311aa052f16eb925704976f7
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
7 months agosamsung: tizen_rpi: add a set_to_part_a/b uboot env
Jaehoon Chung [Wed, 29 Jun 2022 03:59:58 +0000 (12:59 +0900)]
samsung: tizen_rpi: add a set_to_part_a/b uboot env

Add a set_to_part_a/b uboot env.
If wants to change to part_a or part_b, run the below command on u-boot
console.
e.g) "run set_to_part_a" or "run set_to_part_b"

Change-Id: I639aea2809f08382ade115d6718fa63d3931c35a
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: tizen: rpi4: disable metadata_csum feature about inform partition
Jaehoon Chung [Tue, 28 Jun 2022 01:40:36 +0000 (10:40 +0900)]
scripts: tizen: rpi4: disable metadata_csum feature about inform partition

Disable metadata_csum feature about inform partition.
It needs to disable to use ext4write command.

Change-Id: I0fee6fd08cbb9dc3426842ba0e26bd2fbab6dda1
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoconfigs: tizen_rpi_4: enable CONFIG_EXT4_WRITE
Jaehoon Chung [Fri, 24 Jun 2022 01:24:50 +0000 (10:24 +0900)]
configs: tizen_rpi_4: enable CONFIG_EXT4_WRITE

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>
7 months agotizen: build-amlogic: change the config names
Jaehoon Chung [Mon, 20 Jun 2022 08:25:02 +0000 (17:25 +0900)]
tizen: build-amlogic: change the config names

Change the config name with tizen as prefix.

Change-Id: Id6a7fcd68e171e12fb2bc0b9130c2b7ead5a0181
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agopackaging: amlogic: change the config names
Jaehoon Chung [Mon, 20 Jun 2022 08:22:07 +0000 (17:22 +0900)]
packaging: amlogic: change the config names

Change the config names with tizen as prefix.

Change-Id: I0c7d2179a8d969ba6abf58bbb5a7be1e75191744
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoconfigs: amlogic: create the tizen specific config files
Jaehoon Chung [Mon, 20 Jun 2022 07:57:05 +0000 (16:57 +0900)]
configs: amlogic: create the tizen specific config files

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>
7 months agoscripts: tizen: rpi4: fix the missing hal_b information
Jaehoon Chung [Mon, 20 Jun 2022 04:53:34 +0000 (13:53 +0900)]
scripts: tizen: rpi4: fix the missing hal_b information

Fix the missing hal_b information.

Change-Id: I0dcac7b578a7852a8e69fcb04d30d5e5dfee6625
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: tizen: rpi4: create a partition-param.bin file
Jaehoon Chung [Mon, 20 Jun 2022 04:39:46 +0000 (13:39 +0900)]
scripts: tizen: rpi4: create a partition-param.bin file

Create a partition-param.bin file to check the A/B partition.
This file has to be included at format time.

Change-Id: Iad21e3254026b31fa2316c166d908592b40965fc
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: tizen: rpi4: support to flash only B partiton
Jaehoon Chung [Fri, 17 Jun 2022 11:12:05 +0000 (20:12 +0900)]
scripts: tizen: rpi4: support to flash only B partiton

If wants to update only B partition, "update" option can be used with b.
e.g) ./sd_fusing_rip4 -d <..> -b <..> --update b

Otherwise, it will be flashed to both partition.

Change-Id: Ic9cec8b506f663b50ace52040f8bccdd4f0315ff
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agotizen: rpi4: support A/B boot on PRi4 target
Jaehoon Chung [Thu, 16 Jun 2022 07:47:45 +0000 (16:47 +0900)]
tizen: rpi4: support A/B boot on PRi4 target

Support A/B boot on RPi4.
It has to be partition-param.bin file to distinguish with
a/b in inform partition. Then bootscript can be parsing its value.

partition-param.bin can be changed to other name.
But it has to change also slotfile of uboot's environment as same value.

Change-Id: I143b9485117a0f10ed3d427a1f3f15b4a86ffd43
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agopackaging: add bc package as BuildRequires
Jaehoon Chung [Thu, 16 Jun 2022 04:16:08 +0000 (13:16 +0900)]
packaging: add bc package as BuildRequires

Add bc package as BuildRequires.

Fix the below message during building package.
"/bin/sh: bc: command not found"

Change-Id: I36e3c97e3a58756898e40a1073dfa0779545daa7
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: tizen: rpi4: add reserved partition
Jaehoon Chung [Wed, 15 Jun 2022 03:05:07 +0000 (12:05 +0900)]
scripts: tizen: rpi4: add reserved partition

Add reserved partition.
In future, if additional partition will be used, it can be used with
reserved partition.

Change-Id: I587f03011b853cba9c65d15229fd0c8929b8256d
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: tizen: rpi4: add the additional option to flash A/B partition
Jaehoon Chung [Wed, 15 Jun 2022 02:01:13 +0000 (11:01 +0900)]
scripts: tizen: rpi4: add the additional option to flash A/B partition

Add additional option as '-ab'.
If it's used, it will be flashed to both A/B partitions.
Otherwise, it will be flashed to A partition by default.
Actaully, some developers don't need to update B partiton.

Change-Id: I584be9e1be388b9f6bc247d105e406dd66d86ec0
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: tizen: rpi4: add boot_a/b partition
Jaehoon Chung [Mon, 13 Jun 2022 08:03:14 +0000 (17:03 +0900)]
scripts: tizen: rpi4: add boot_a/b partition

Add boot_a/b partition

Change-Id: Ifb106926e63ae5641be9251b21828ecedae3ab24
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: tizen: rpi4: add hal_a/b partition
Jaehoon Chung [Mon, 13 Jun 2022 06:04:18 +0000 (15:04 +0900)]
scripts: tizen: rpi4: add hal_a/b partition

Add hal_a/b partition and don't support older sfdisk command anymore.
The maintaining older sfdisk command is wasted the cost.

Change-Id: Ic1fa41017cb9fa7d0aaae022509821545c627503
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: tizen: sd_fusing_rpi4: support gpt label
Jaehoon Chung [Fri, 10 Jun 2022 09:18:05 +0000 (18:18 +0900)]
scripts: tizen: sd_fusing_rpi4: support gpt label

Support gpt label to use PARTLABEL.
This patch is based on what SRPOL had been shared.

Change-Id: I0d1221493e78d43a38bfe712d96622b7f216edaf
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: tizen: sd_fusing_rpi4: support A/B partition
Jaehoon Chung [Thu, 9 Jun 2022 04:28:36 +0000 (13:28 +0900)]
scripts: tizen: sd_fusing_rpi4: support A/B partition

Support A/B partition layout.

Change-Id: I06e5999be208b75d049e93c6544e8769a6fc3265
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: tizen: sd_fusing: separate rpi3 and rpi4
Jaehoon Chung [Thu, 9 Jun 2022 04:06:28 +0000 (13:06 +0900)]
scripts: tizen: sd_fusing: separate rpi3 and rpi4

RPi4 will have other partition layout.
It can't be used same fusing scsript about rpi3/4.

Change-Id: Ie16ee56a74612889107214ac19de44548eb7f1ee
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agotizen: rpi: add a partition_ab bootargs
Jaehoon Chung [Mon, 13 Jun 2022 09:26:05 +0000 (18:26 +0900)]
tizen: rpi: add a partition_ab bootargs

Add a partition_ab bootargs and set to "a" by default.

Change-Id: Ief593f3b35efdda1170f2c35403a340f93dbfaf9
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agodfu: add CONFIG_DFU_NAME_MAX_SIZE configuration
Jaehoon Chung [Wed, 25 May 2022 04:48:46 +0000 (13:48 +0900)]
dfu: add CONFIG_DFU_NAME_MAX_SIZE configuration

Add CONFIG_DFU_NAME_MAX_SIZE to change the proper size.
If name is longer than default size, it can do wrong behavior during updating
image. So it need to change the proper maximum size.

This patch is proviced the solution to change value with configuration.

Change-Id: I5c371eb749954b5cb699c04347d40d31fcf4a7d5
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agoscripts: sd_fusing_rpi3: remove unnecessary grep calls
Łukasz Stelmach [Wed, 9 Mar 2022 12:53:37 +0000 (13:53 +0100)]
scripts: sd_fusing_rpi3: remove unnecessary grep calls

Handle pattern matching with awk instead of grep.

Change-Id: I7377e578987dc77f0f22d0083630acd5888eff66
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
7 months agoscripts: sd_fusing_rpi3: check file type before writing an image
Łukasz Stelmach [Mon, 13 Sep 2021 16:46:39 +0000 (18:46 +0200)]
scripts: sd_fusing_rpi3: check file type before writing an image

Sometimes, when sfdisk failure is not handeled properly, sd_fusing_rpi3
may leave a regular file named like a device in the /dev directory. Such
file will exist and prevent images from beeing properly flashed until
the machine is rebooted. The message indicates there is somehting wrong
with the device file so users may check and fix any problems.

Change-Id: Ie7021129b858f0f4f2923ce88ee96f349e869029
Signed-off-by: Łukasz Stelmach <stlman@poczta.fm>
7 months agoscripts: sd_fusing_rpi3: do not print new, when asking for a reply
Łukasz Stelmach [Mon, 13 Sep 2021 15:25:54 +0000 (17:25 +0200)]
scripts: sd_fusing_rpi3: do not print new, when asking for a reply

When printing prompt to ask users to confirm formatting of a card do
not print new line character after the message so users type their
response on the same line.

Change-Id: Ic53fcdd3b8ae3b4fe2c4259ab8e199f2fcc1bb2d
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
7 months agorpi: always set fdt_addr to the correct value
Marek Szyprowski [Mon, 14 Feb 2022 10:35:12 +0000 (11:35 +0100)]
rpi: always set fdt_addr to the correct value

The fdt_addr env have meaning only for the current runtime and it depends
on the dtb size or firmware version. If one save the environment to disk
and the loads it on the latter boot, the fdt_addr might change, what
result in passing incorrect dtb address to the kernel. Fix this by always
setting the fdt_addr env. This fixes system operation after saving the
env to disk and updating i.e. dtb files or firmware.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I8f242e0d92ff7cc8557c0fd4a7459804270d5d6d

7 months agopackaging: add baselibs.conf file
Jaehoon Chung [Mon, 17 Jan 2022 06:57:11 +0000 (15:57 +0900)]
packaging: add baselibs.conf file

Add baselibs.conf file to copy vim3 u-boot into armv7l repo.

Change-Id: I06b54d57afb0a03a34e9f4ce20b1f441b365aed6
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
7 months agorpi3: create the tizen specific rpi3 defconfig
Jaehoon Chung [Wed, 29 Dec 2021 00:52:43 +0000 (09:52 +0900)]
rpi3: create the tizen specific rpi3 defconfig

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>
7 months agorpi4: create the tizen specific rpi4 defconfig
Jaehoon Chung [Wed, 29 Dec 2021 00:45:17 +0000 (09:45 +0900)]
rpi4: create the tizen specific rpi4 defconfig

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>