- 26 4月, 2021 1 次提交
-
-
由 boxi 提交于
Provide a separate configuration macro for boot environment in RAM. Depends on: Need to copy boot environment data to the specified ram by boot. Closes #I3OADR Change-Id: Ie36a92c0a44f245482d1602c3a6851395944776d
-
- 25 4月, 2021 1 次提交
-
-
由 Guangyao Ma 提交于
Change-Id: Ib068696c9280105e209469e875c187d741b704d2
-
- 21 4月, 2021 3 次提交
-
-
由 shenchenkai 提交于
-
由 JING 提交于
-
由 JING 提交于
-
- 20 4月, 2021 1 次提交
-
-
由 Haryslee 提交于
Change-Id: I7bb8abb2c8c250373f22d0e6bec5a9765e2f52be
-
- 19 4月, 2021 2 次提交
-
-
由 Caoruihong 提交于
Change-Id: I052d930d54e63179b17b77f02c107a015f3cfc3f
-
由 Caoruihong 提交于
Change-Id: I8d2e9f96e86f4130474da9898791240b5d42328e
-
- 17 4月, 2021 2 次提交
-
-
由 zhangfanfan2 提交于
-
由 YOUR_NAME 提交于
Description:Fix related interface competition issues. Sig:liteos_a Feature or Bugfix:Bugfix Binary Source:No Change-Id: I1198408be9ce577bbf0735e3da53d0834622f429
-
- 15 4月, 2021 1 次提交
-
-
由 Far 提交于
1. Bcache block with high mem address is after lower mem address in RCU list when initing bcache. 2. Format will clear the bcache before writing the FAT. 3. The fatfs_readdir use the bcache writing block to reduce the chance of data switching out 4. Add performance analysing macron switch Change-Id: I8fbc48418509d2e660d725d2c265266e931c26f8
-
- 14 4月, 2021 1 次提交
-
-
由 Caoruihong 提交于
Change-Id: Ie48b96fe9c8ab036d7234b56a169d6668171a895
-
- 11 4月, 2021 1 次提交
-
-
由 likailong 提交于
Description: Fix watchdog macro bug Sig:kernel Feature or Bugfix: Bugfix Binary Source: No
-
- 09 4月, 2021 1 次提交
-
-
由 arvinzzz 提交于
Description:Fix limits.h & Adjust some macro definition positions. Feature or Bugfix:Bugfix Binary Source:NA Change-Id: Ia53c1b4b83f60862ac24c5c14a87883fe0af6db0
-
- 08 4月, 2021 1 次提交
-
-
由 mucor 提交于
Change-Id: I5ca037ef20eb65578b804e314617953bfbf6c35b
-
- 06 4月, 2021 1 次提交
-
-
由 arvinzzz 提交于
Description: Fix the problem that the actual implementation of the function does not match the description. Change-Id: Icdbc0182efc023734ccbe7e80b1926d64a18d01c
-
- 02 4月, 2021 2 次提交
- 31 3月, 2021 2 次提交
-
-
由 YOUR_NAME 提交于
Description:Delete VM to support only kernel mode. Sig:liteos_a Feature or Bugfix:Feature Binary Source:No Change-Id: Ie1029c8fbc0c1b85c138663933118d2d148b7769
-
由 星e雨 提交于
Description:Scheduling module has signed number and unsigned number comparison. Sig:kernel Feature or Bugfix:Bugfix Binary Source:No Change-Id: Ie6385e5ab779b6b542282198b38c966871b03c8e
-
- 30 3月, 2021 1 次提交
-
-
由 laokz 提交于
Change-Id: I94175fa89a61f4f08d9f921203bedfc2dd9e53e4
-
- 29 3月, 2021 3 次提交
- 26 3月, 2021 3 次提交
- 24 3月, 2021 1 次提交
-
-
由 星e雨 提交于
Description:Change the exception error message to Panic to clarify what normal does not return. Sig:kernel Feature or Bugfix:Bugfix Binary Source:No Change-Id: Ie7087cafe709f79604831f6d3eefcee6fe48ccbb
-
- 23 3月, 2021 1 次提交
-
-
由 denny 提交于
Change-Id: I608a6e18aad240c52398d744191f6df4bdd68cb5
-
- 19 3月, 2021 1 次提交
-
-
由 wangchenyang 提交于
Feature or Bugfix:Feature Binary Source:Huawei PrivateCode(Yes/No):Yes Change-Id: I175d2648bc6f9078c34de2c0a5c93fda10b86c47 ChangeID:13306388
-
- 13 3月, 2021 1 次提交
-
-
由 Haryslee 提交于
Change-Id: Id7765f13d15014c8b19b75156b9f5971cbe99705
-
- 11 3月, 2021 1 次提交
-
-
由 mamingshuai 提交于
-
- 18 2月, 2021 1 次提交
-
-
由 冷钦街 提交于
-
- 05 2月, 2021 1 次提交
-
-
由 laokz 提交于
-
- 03 2月, 2021 1 次提交
-
-
由 冷钦街 提交于
-
- 15 1月, 2021 1 次提交
-
-
由 冷钦街 提交于
-
- 13 1月, 2021 1 次提交
-
-
由 zhangfanfan2 提交于
-
- 07 1月, 2021 1 次提交
-
-
由 zhOu 提交于
-
- 31 12月, 2020 2 次提交
-
-
由 Zbigniew Bodek 提交于
Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: I3c93fd703eb184d946f25a7f6be3c70124b469c1
-
由 Zbigniew Bodek 提交于
The macros assume that constants that are compared against "addr" are either unsigned or less than INT_MAX. In some cases it is not true so change costants to unsigned using U32_C macros. The correct solution would be to change teh MEM_ADDR, PMM_BASE, etc. to be unsigned long but currently "U" suffix is appended in various places so the assumption is that those macros use default definition (which is int). Put "addr" into brackets by the way since it could be an expression rather than one variable. Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: Ife9bc5863b4934ecaab64b24faa084b87d7d7ea5
-