@@ -137,7 +137,7 @@ Binary files 05_drivers_gpio_uart/demo_payload_rpi4.img and 06_uart_chainloader/
137
137
diff -uNr 05_drivers_gpio_uart/Makefile 06_uart_chainloader/Makefile
138
138
--- 05_drivers_gpio_uart/Makefile
139
139
+++ 06_uart_chainloader/Makefile
140
- @@ -22 ,27 +22 ,29 @@
140
+ @@ -23 ,27 +23 ,29 @@
141
141
142
142
# BSP-specific arguments.
143
143
ifeq ($(BSP),rpi3)
@@ -187,7 +187,7 @@ diff -uNr 05_drivers_gpio_uart/Makefile 06_uart_chainloader/Makefile
187
187
endif
188
188
189
189
QEMU_MISSING_STRING = "This board is not yet supported for QEMU."
190
- @@ -74 ,8 +76 ,8 @@
190
+ @@ -75 ,8 +77 ,8 @@
191
191
-O binary
192
192
193
193
EXEC_QEMU = $(QEMU_BINARY) -M $(QEMU_MACHINE_TYPE)
@@ -198,7 +198,7 @@ diff -uNr 05_drivers_gpio_uart/Makefile 06_uart_chainloader/Makefile
198
198
199
199
##------------------------------------------------------------------------------
200
200
## Dockerization
201
- @@ -94 ,7 +96 ,7 @@
201
+ @@ -95 ,7 +97 ,7 @@
202
202
ifeq ($(shell uname -s),Linux)
203
203
DOCKER_CMD_DEV = $(DOCKER_CMD_INTERACT) $(DOCKER_ARG_DEV)
204
204
@@ -207,7 +207,7 @@ diff -uNr 05_drivers_gpio_uart/Makefile 06_uart_chainloader/Makefile
207
207
endif
208
208
209
209
210
- @@ -102 ,7 +104 ,7 @@
210
+ @@ -103 ,7 +105 ,7 @@
211
211
##--------------------------------------------------------------------------------------------------
212
212
## Targets
213
213
##--------------------------------------------------------------------------------------------------
@@ -216,7 +216,7 @@ diff -uNr 05_drivers_gpio_uart/Makefile 06_uart_chainloader/Makefile
216
216
217
217
all: $(KERNEL_BIN)
218
218
219
- @@ -131 ,7 +133 ,7 @@
219
+ @@ -132 ,7 +134 ,7 @@
220
220
##------------------------------------------------------------------------------
221
221
ifeq ($(QEMU_MACHINE_TYPE),) # QEMU is not supported for the board.
222
222
@@ -225,7 +225,7 @@ diff -uNr 05_drivers_gpio_uart/Makefile 06_uart_chainloader/Makefile
225
225
$(call colorecho, "\n$(QEMU_MISSING_STRING)")
226
226
227
227
else # QEMU is supported.
228
- @@ -139 ,13 +141 ,18 @@
228
+ @@ -140 ,13 +142 ,18 @@
229
229
qemu: $(KERNEL_BIN)
230
230
$(call colorecho, "\nLaunching QEMU")
231
231
@$(DOCKER_QEMU) $(EXEC_QEMU) $(QEMU_RELEASE_ARGS) -kernel $(KERNEL_BIN)
@@ -247,7 +247,7 @@ diff -uNr 05_drivers_gpio_uart/Makefile 06_uart_chainloader/Makefile
247
247
248
248
##------------------------------------------------------------------------------
249
249
## Run clippy
250
- @@ -209 ,7 +216 ,8 @@
250
+ @@ -210 ,7 +217 ,8 @@
251
251
##------------------------------------------------------------------------------
252
252
test_boot: $(KERNEL_BIN)
253
253
$(call colorecho, "\nBoot test - $(BSP)")
0 commit comments