- Jun 10, 2024
-
-
Emekcan Aras authored
Add Documentation: README.md, DCO.txt, and LICENSE See merge request !2
-
Hugues Kamba Mpiana authored
Add Developer Certificate of Origin (DCO) to ensure contributors agree to the terms before submitting code. Include instructions on how contributors should certify their commits. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
Hugues Kamba Mpiana authored
The license file is renamed to align with best practices and enhance clarity and functionality in the repository. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
Hugues Kamba Mpiana authored
* Improve visibility and standardization across various platforms and tools. * Ensure better compatibility and automatic recognition by GitLab and other services. * Enhance readability and makes the README file more prominent in the repository. * Add disclaimer * Format headers and snippets using standard syntax. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
- Jun 07, 2024
-
-
Hugues Kamba Mpiana authored
The file did not contain any information. Additionally there is already a README file with information. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
- Sep 29, 2022
-
-
Emekcan Aras authored
Add corstone1000 platform See merge request !1
-
Emekcan Aras authored
Adds corstone1000 platform and related configurations under product folder as a new product. Signed-off-by:
Emekcan Aras <emekcan.aras@arm.com>
-
- Aug 18, 2022
-
-
Emekcan Aras authored
Initialize driver pointer to NULL and fix compilation errors on uninitialized pointers. Signed-off-by:
Emekcan Aras <emekcan.aras@arm.com> Signed-off-by:
Rui Miguel Silva <rui.silva@linaro.org>
-
- Apr 11, 2022
-
-
Rui Miguel Silva authored
Move device static pointer declaration to the correct place, in the source file. That would make compilers happier. Signed-off-by:
Vishnu Banavath <vishnu.banavath@arm.com> Signed-off-by:
Rui Miguel Silva <rui.silva@linaro.org>
-
- Aug 03, 2020
-
-
Abdellatif El Khlifi authored
GCC detects that in the rpmsg_init_ept function ept->name string NULL character may be overriden by strncpy. This could cause a buffer overflow (stringop-truncation warning). This commit fixes this issue. Change-Id: I74a890589e63d5c192cd8ac597f51b3d80a2dc39 Signed-off-by:
Lakshmi Kailasanathan <lakshmi.kailasanathan@arm.com> Signed-off-by:
Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
-
- Jan 24, 2020
-
-
Set UART clock 32MHz to aling with FPGA Change-Id: I10c394028ecbcda47659dfa2bf602eb4a67f1b5c
-
- Sep 04, 2019
-
-
Change-Id: I3c0cb2b52975af89d6e2d5482389d9ebc06a0cfe Signed-off-by:
Morten Borup Petersen <morten.petersen@arm.com>
-
Tushar Khandelwal authored
Change-Id: Iab62f91ecfcf0f331675129c4359f2c008e7e65e Signed-off-by:
Tushar Khandelwal <tushar.khandelwal@arm.com>
-
Tushar Khandelwal authored
Change-Id: I39790ac981e44944011b60d3eb6dacff1ea37c60 Signed-off-by:
Tushar Khandelwal <tushar.khandelwal@arm.com>
-
Tushar Khandelwal authored
Change-Id: I706f33683c67198a37d3fdcfe607cfd460db711e Signed-off-by:
Tushar Khandelwal <tushar.khandelwal@arm.com>
-
Change-Id: If4ac963b38848b130ec023c9df41490be05e9826 Signed-off-by:
Morten Borup Petersen <morten.petersen@arm.com> Signed-off-by:
Tushar Khandelwal <tushar.khandelwal@arm.com>
-
this commit adds support for architecture, nvic, framework and build tools Change-Id: I0b0621dfafece9b2f08913311bcd8a3c456b6ff0 Signed-off-by:
Tushar Khandelwal <tushar.khandelwal@arm.com>
-
Change-Id: I6efd1bdf451d90862f8c17e2ceffd05518ed4acf Signed-off-by:
tushar khandelwal <tushar.khandelwal@arm.com>
-
- Jul 04, 2019
-
-
Rui Miguel Silva authored
-