opensbi/scripts
Anup Patel 7fb474b9dd Makefile: Add support for generating C array at compile time
Generating C array at compile time based on details provided by
objects.mk is a very useful feature which will help us compile
only a subset of drivers or modules.

We add a bash script (carray.sh) which takes array details and
object/variable list from command-line to generate a C source
containing array of object/variable pointers. We also extend
top-level makefile to use carray.sh whenever specified through
objects.mk.

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Reviewed-by: Atish Patra <atishp@rivosinc.com>
2022-05-13 09:26:00 +05:30
..
carray.sh Makefile: Add support for generating C array at compile time 2022-05-13 09:26:00 +05:30
create-binary-archive.sh platform: Remove sifive/fu540 platform 2021-05-06 14:24:45 +05:30
d2c.sh Makefile: Allow padding zeros when converting DTB to C source 2020-10-18 10:33:57 +05:30