File tree Expand file tree Collapse file tree
system/linux/machine/generic Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 * SPDX-License-Identifier: BSD-3-Clause
33 */
44
5- /* This is a sample demonstration application that showcases usage of rpmsg
6- This application is meant to run on the remote CPU running baremetal code.
7- This application echoes back data that was sent to it by the master core. */
5+ /*
6+ * This is a sample demonstration application that showcases usage of rpmsg
7+ * This application is meant to run on the remote CPU running baremetal code.
8+ * This application echoes back data that was sent to it by the master core.
9+ */
810
911#include <stdio.h>
1012#include <openamp/open_amp.h>
Original file line number Diff line number Diff line change 22 * SPDX-License-Identifier: BSD-3-Clause
33 */
44
5- /* This is a sample demonstration application that showcases usage of rpmsg
6- This application is meant to run on the remote CPU running baremetal code.
7- This application echoes back data that was sent to it by the master core. */
5+ /*
6+ * This is a sample demonstration application that showcases usage of rpmsg
7+ * This application is meant to run on the remote CPU running baremetal code.
8+ * This application echoes back data that was sent to it by the master core.
9+ */
810
911#include <stdio.h>
1012#include <stdlib.h>
Original file line number Diff line number Diff line change 22 * SPDX-License-Identifier: BSD-3-Clause
33 */
44
5- /* This is a sample demonstration application that showcases usage of remoteproc
6- and rpmsg APIs on the remote core. This application is meant to run on the remote CPU
7- running baremetal code. This applicationr receives two matrices from the master,
8- multiplies them and returns the result to the master core. */
5+ /*
6+ * This is a sample demonstration application that showcases usage of remoteproc
7+ * and rpmsg APIs on the remote core. This application is meant to run on the remote CPU
8+ * running baremetal code. This applicationr receives two matrices from the master,
9+ * multiplies them and returns the result to the master core.
10+ */
911
1012#include <stdio.h>
1113#include <stdlib.h>
Original file line number Diff line number Diff line change 22 * SPDX-License-Identifier: BSD-3-Clause
33 */
44
5- /* This is a sample demonstration application that showcases usage of remoteproc
6- and rpmsg APIs on the remote core. This application is meant to run on the remote CPU
7- running baremetal code. This applicationr receives two matrices from the master,
8- multiplies them and returns the result to the master core. */
5+ /*
6+ * This is a sample demonstration application that showcases usage of remoteproc
7+ * and rpmsg APIs on the remote core. This application is meant to run on the remote CPU
8+ * running baremetal code. This applicationr receives two matrices from the master,
9+ * multiplies them and returns the result to the master core.
10+ */
911
1012#include <stdio.h>
1113#include <stdlib.h>
Original file line number Diff line number Diff line change 22 * SPDX-License-Identifier: BSD-3-Clause
33 */
44
5- /* This is a sample demonstration application that showcases usage of proxy from the remote core.
6- This application is meant to run on the remote CPU running baremetal.
7- This application can print to the master console and perform file I/O using proxy mechanism. */
5+ /*
6+ * This is a sample demonstration application that showcases usage of proxy from the remote core.
7+ * This application is meant to run on the remote CPU running baremetal.
8+ * This application can print to the master console and perform file I/O using proxy mechanism.
9+ */
810
911#include <stdio.h>
1012#include <string.h>
Original file line number Diff line number Diff line change 22 * SPDX-License-Identifier: BSD-3-Clause
33 */
44
5- /* This is a sample demonstration application that showcases usage of proxy from the remote core.
6- This application is meant to run on the remote CPU running baremetal.
7- This applicationr can print to to master console and perform file I/O using proxy mechanism. */
5+ /*
6+ * This is a sample demonstration application that showcases usage of proxy from the remote core.
7+ * This application is meant to run on the remote CPU running baremetal.
8+ * This applicationr can print to to master console and perform file I/O using proxy mechanism.
9+ */
810
911#include <errno.h>
1012#include <stdio.h>
Original file line number Diff line number Diff line change 44 * SPDX-License-Identifier: BSD-3-Clause
55 */
66
7- /* This file populates resource table for BM remote
7+ /*
8+ * This file populates resource table for BM remote
89 * for use by the Linux Master
910 */
1011
Original file line number Diff line number Diff line change 66 * SPDX-License-Identifier: BSD-3-Clause
77 */
88
9- /* This file populates resource table for BM remote
10- * for use by the Linux Master */
9+ /*
10+ * This file populates resource table for BM remote
11+ * for use by the Linux Master
12+ */
1113
1214#include <openamp/open_amp.h>
1315#include "rsc_table.h"
Original file line number Diff line number Diff line change 66 * SPDX-License-Identifier: BSD-3-Clause
77 */
88
9- /* This file populates resource table for BM remote
10- * for use by the Linux Master */
9+ /*
10+ * This file populates resource table for BM remote
11+ * for use by the Linux Master
12+ */
1113
1214#ifndef RSC_TABLE_H_
1315#define RSC_TABLE_H_
Original file line number Diff line number Diff line change 44 * SPDX-License-Identifier: BSD-3-Clause
55 */
66
7- /* This file populates resource table for BM remote
8- * for use by the Linux Master */
7+ /*
8+ * This file populates resource table for BM remote
9+ * for use by the Linux Master
10+ */
911
1012#ifndef PLATFORM_INFO_H_
1113#define PLATFORM_INFO_H_
You can’t perform that action at this time.
0 commit comments