Tomasz Żyjewski
40ef4f7621
dts: do not check signatures if PLATFORM_SIGN_KEY not set
...
In some more develop cases (e.g. OptiPlex) we do not have GPG platform
key, so we cannot download one.
Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com >
2024-01-10 09:14:19 +01:00
Michał Żygowski
277ffcd3d4
meta-dts-distro/recipes-dts/dts/dts/dts-functions.sh: Update SINIT ACM ZIP name
2024-01-10 09:10:51 +01:00
Maximilian Ronniger
7fd5fd0ca0
dts/dts-functions.sh: update checksum for ACM relese file v003
2024-01-10 09:10:39 +01:00
Piotr Król
b5d276122e
Merge pull request #79 from Dasharo/fix-platform-keys
...
distro: dts-functions: fix PLATFORM_SIGN_KEY variable for msi cases
2024-01-08 10:03:34 +01:00
Tomasz Żyjewski
87d86ccc10
distro: dts-functions: fix PLATFORM_SIGN_KEY variable for msi cases
...
Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com >
2024-01-08 09:49:47 +01:00
Michał Żygowski
d7488002b4
Merge pull request #78 from deeplow/77-fix-platform-gpg
...
Update dts-functions.sh
2024-01-07 23:31:31 +01:00
deeplow
a94007a663
Update dts-functions.sh
...
Fixes (partially) #77
2024-01-07 14:12:56 -05:00
Tomasz Żyjewski
6c26f36639
dts-functions: do not fetch 3mdeb Master keys in get_signing_keys func
...
Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com >
2024-01-03 10:32:52 +01:00
Tomasz Żyjewski
3904d3b8ba
distro: dts: set GNUPGHOME env when dts script is executed
...
On boot the image starts with dts script and env from profile is not set
so we need to be sure that also in this situation GNUPGHOME will be set
correctly.
Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com >
2024-01-03 10:32:52 +01:00
Tomasz Żyjewski
a71e3d48d2
distro: dts-functions: run curl in silent mode when fetching artifacts
...
Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com >
2023-12-22 15:18:04 +01:00
Tomasz Żyjewski
51ed81e11f
distro: dts-functions: silence logs from pub key fetching
...
Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com >
2023-12-22 15:18:04 +01:00
Tomasz Żyjewski
016bd819ee
distro: dts-environment: set default value for FW_STORE_URL variable
...
This allows to override FW_STORE_URL value from cmdline, while starting dts script
Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com >
2023-12-22 15:18:04 +01:00
Tomasz Żyjewski
a56bce36df
distro: dts-environment: remove unused variable
...
Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com >
2023-12-22 15:18:04 +01:00
Tomasz Żyjewski
cdd43358e3
distro: dts-functions: flash whole bios for ncm adl update
...
Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com >
2023-12-22 15:18:04 +01:00
Tomasz Żyjewski
061af0a4bc
distro: dts-functions: bump ncm adl to v1.7.2
...
Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com >
2023-12-22 15:18:04 +01:00
Tomasz Żyjewski
064595aa13
distro: dts: add signature verification of Dasharo firmware binaries
...
Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com >
2023-12-22 15:18:04 +01:00
Tomasz Żyjewski
4d049f756e
distro: dts: cleanup environment and functions
...
Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com >
2023-12-22 15:18:04 +01:00
Filip Lewiński
40ed34b934
recipes-dasharo/dasharo-coreboot-customizer: add recipe
...
Signed-off-by: Filip Lewiński <filip.lewinski@3mdeb.com >
2023-12-20 14:53:36 +01:00
Maciej Pijanowski
ea2dd776ce
dts: check for network in board_config(), improve err msgs
...
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com >
2023-12-20 14:53:36 +01:00
Maciej Pijanowski
691337852e
dts: add bootsplash_migration()
...
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com >
2023-12-20 14:53:36 +01:00
Maciej Pijanowski
41fbc1e2d3
dts: add check_if_ac() before fw update
...
Checked on the NovaCustom NS5X TGL
Also checked on Dell Optiplex 7010 and Protectli VP4630 that
the path /sys/class/power_supply/AC does not exist there.
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com >
2023-12-20 14:53:36 +01:00
Michał Kopeć
2b67a83eea
meta-dts-distro: add dasharo_ectool
...
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com >
2023-11-20 18:37:16 +01:00
Michał Kopeć
2b4f31ad46
dts: print list of IPs when starting SSH
...
eliminates the need to drop to shell and check IP manually
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com >
2023-11-20 18:37:16 +01:00
Maciej Pijanowski
d7b948fe3e
Merge pull request #53 from Dasharo/nvc_rwa
...
dts/dts-functions.sh: fix updating boards without Vboot slot B
2023-11-03 15:25:37 +01:00
Michał Kopeć
069cbd9ff2
dts/dts-functions.sh: fix updating boards without Vboot slot B
...
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com >
2023-11-03 15:22:18 +01:00