File tree 19 files changed +58
-0
lines changed
19 files changed +58
-0
lines changed Original file line number Diff line number Diff line change 1
1
# ##############################################################################
2
2
# apps/boot/CMakeLists.txt
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
5
7
# license agreements. See the NOTICE file distributed with this work for
6
8
# additional information regarding copyright ownership. The ASF licenses this
Original file line number Diff line number Diff line change 1
1
############################################################################
2
2
# apps/boot/Make.defs
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more
5
7
# contributor license agreements. See the NOTICE file distributed with
6
8
# this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
# ###########################################################################
2
2
# apps/boot/Makefile
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more
5
7
# contributor license agreements. See the NOTICE file distributed with
6
8
# this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
# ##############################################################################
2
2
# apps/boot/mcuboot/CMakeLists.txt
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
5
7
# license agreements. See the NOTICE file distributed with this work for
6
8
# additional information regarding copyright ownership. The ASF licenses this
Original file line number Diff line number Diff line change 1
1
############################################################################
2
2
# apps/boot/mcuboot/Make.defs
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more
5
7
# contributor license agreements. See the NOTICE file distributed with
6
8
# this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
# ###########################################################################
2
2
# apps/boot/mcuboot/Makefile
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more
5
7
# contributor license agreements. See the NOTICE file distributed with
6
8
# this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
# ##############################################################################
2
2
# apps/boot/miniboot/CMakeLists.txt
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
5
7
# license agreements. See the NOTICE file distributed with this work for
6
8
# additional information regarding copyright ownership. The ASF licenses this
Original file line number Diff line number Diff line change 1
1
############################################################################
2
2
# apps/boot/miniboot/Make.defs
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more
5
7
# contributor license agreements. See the NOTICE file distributed with
6
8
# this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
# ###########################################################################
2
2
# apps/boot/miniboot/Makefile
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more
5
7
# contributor license agreements. See the NOTICE file distributed with
6
8
# this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
/****************************************************************************
2
2
* apps/boot/miniboot/miniboot_main.c
3
3
*
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ *
4
6
* Licensed to the Apache Software Foundation (ASF) under one or more
5
7
* contributor license agreements. See the NOTICE file distributed with
6
8
* this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
# ##############################################################################
2
2
# apps/boot/nxboot/CMakeLists.txt
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
5
7
# license agreements. See the NOTICE file distributed with this work for
6
8
# additional information regarding copyright ownership. The ASF licenses this
Original file line number Diff line number Diff line change 1
1
############################################################################
2
2
# apps/boot/nxboot/Make.defs
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more
5
7
# contributor license agreements. See the NOTICE file distributed with
6
8
# this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
# ###########################################################################
2
2
# apps/boot/nxboot/Makefile
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more
5
7
# contributor license agreements. See the NOTICE file distributed with
6
8
# this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
/****************************************************************************
2
2
* apps/boot/nxboot/include/nxboot.h
3
3
*
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ *
4
6
* Licensed to the Apache Software Foundation (ASF) under one or more
5
7
* contributor license agreements. See the NOTICE file distributed with
6
8
* this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
/****************************************************************************
2
2
* apps/boot/nxboot/loader/boot.c
3
3
*
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ *
4
6
* Licensed to the Apache Software Foundation (ASF) under one or more
5
7
* contributor license agreements. See the NOTICE file distributed with
6
8
* this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
/****************************************************************************
2
2
* apps/boot/nxboot/loader/flash.c
3
3
*
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ *
4
6
* Licensed to the Apache Software Foundation (ASF) under one or more
5
7
* contributor license agreements. See the NOTICE file distributed with
6
8
* this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
/****************************************************************************
2
2
* apps/boot/nxboot/loader/flash.h
3
3
*
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ *
4
6
* Licensed to the Apache Software Foundation (ASF) under one or more
5
7
* contributor license agreements. See the NOTICE file distributed with
6
8
* this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
/****************************************************************************
2
2
* apps/boot/nxboot/nxboot_main.c
3
3
*
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ *
4
6
* Licensed to the Apache Software Foundation (ASF) under one or more
5
7
* contributor license agreements. See the NOTICE file distributed with
6
8
* this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python3
2
+ ############################################################################
3
+ # apps/boot/nxboot/tools/nximage.py
4
+ #
5
+ # SPDX-License-Identifier: Apache-2.0
6
+ #
7
+ # Licensed to the Apache Software Foundation (ASF) under one or more
8
+ # contributor license agreements. See the NOTICE file distributed with
9
+ # this work for additional information regarding copyright ownership. The
10
+ # ASF licenses this file to you under the Apache License, Version 2.0 (the
11
+ # "License"); you may not use this file except in compliance with the
12
+ # License. You may obtain a copy of the License at
13
+ #
14
+ # http://www.apache.org/licenses/LICENSE-2.0
15
+ #
16
+ # Unless required by applicable law or agreed to in writing, software
17
+ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
18
+ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
19
+ # License for the specific language governing permissions and limitations
20
+ # under the License.
21
+ #
22
+ ############################################################################
1
23
"""Python script that prepares the NuttX image to be used with NX bootloader"""
2
24
3
25
import argparse
You can’t perform that action at this time.
0 commit comments