summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Yunhee Seo [Tue, 16 Jul 2024 07:21:32 +0000 (16:21 +0900)]
util: Add handling code to safely read and write arrays
There was a missing code for handling the null character
so that it doesn't exceed the array size when reading and storing strings.
The code has been modified to handle the array safely.
To avoid overflow issue, this is necessary.
Change-Id: Ib75301a07906391c57fb739ef3399ff211cd1503
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
Mateusz Moscicki [Tue, 2 Jul 2024 10:29:14 +0000 (12:29 +0200)]
Add upgrade type feature
Use set_upgrade_type to select the type of upgrade:
* online
* offline
After reboot fota, u-boot will run online or offline upgrade based on
the selected type.
Change-Id: Ie9fc41224140d0ef4a7a481dcbb4718954dc85e8
Mateusz Moscicki [Fri, 14 Jun 2024 11:33:41 +0000 (13:33 +0200)]
reboot: support storage partition for delivering reboot parameters
In addition other information is stored on this partition, such as:
* upgrade progress status
* upgrade state
* current partition slot
* partition clone status
Change-Id: If5f749d72bd5d15fdfc7db137aa7947f88b6f618
Mateusz Moscicki [Wed, 12 Jun 2024 09:37:21 +0000 (11:37 +0200)]
Add board module (import from RPI4)
Change-Id: I815053a2c8250aba8efef32fd0ff0401edd33198
Mateusz Moscicki [Thu, 4 Jul 2024 12:16:57 +0000 (14:16 +0200)]
Use hal-rootstrap instead of individual packages
Change-Id: I4df072341584c501f4799664c6a38cef1d3cf30f
Mateusz Moscicki [Wed, 12 Jun 2024 09:21:57 +0000 (11:21 +0200)]
Add list of PARTLABEL and LABEL of a/b partitions
Change-Id: Ie953dac6d70fe614e775fb9b38cc90eae28c4964
Youngjae Cho [Fri, 21 Jun 2024 02:18:22 +0000 (11:18 +0900)]
memory: Add empty function
Tizen C# TCT blame there is no memory backend. At least, it requires
empty backend.
Change-Id: I932232afd0fe5e8c8391410a9e92657320565791
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
Yunhee Seo [Wed, 19 Jun 2024 05:54:41 +0000 (14:54 +0900)]
display: Add display hal-backend module
As VisionFive2 board supports display feature, display hal-backend module is needed.
However, visionfive2 does not support control display brightness yet.
Thus, currently dummy functions are added.
Change-Id: Ic26a64416ef4fa00f88a3d255c1e130b96b4025b
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
Jinkun Jang [Sat, 1 Jun 2024 01:18:53 +0000 (01:18 +0000)]
Initial empty repository