@@ -137,7 +137,7 @@ Binary files 05_drivers_gpio_uart/demo_payload_rpi4.img and 06_uart_chainloader/
137137diff -uNr 05_drivers_gpio_uart/Makefile 06_uart_chainloader/Makefile
138138--- 05_drivers_gpio_uart/Makefile
139139+++ 06_uart_chainloader/Makefile
140- @@ -22 ,27 +22 ,29 @@
140+ @@ -23 ,27 +23 ,29 @@
141141
142142 # BSP-specific arguments.
143143 ifeq ($(BSP),rpi3)
@@ -187,7 +187,7 @@ diff -uNr 05_drivers_gpio_uart/Makefile 06_uart_chainloader/Makefile
187187 endif
188188
189189 QEMU_MISSING_STRING = "This board is not yet supported for QEMU."
190- @@ -74 ,8 +76 ,8 @@
190+ @@ -75 ,8 +77 ,8 @@
191191 -O binary
192192
193193 EXEC_QEMU = $(QEMU_BINARY) -M $(QEMU_MACHINE_TYPE)
@@ -198,7 +198,7 @@ diff -uNr 05_drivers_gpio_uart/Makefile 06_uart_chainloader/Makefile
198198
199199 ##------------------------------------------------------------------------------
200200 ## Dockerization
201- @@ -94 ,7 +96 ,7 @@
201+ @@ -95 ,7 +97 ,7 @@
202202 ifeq ($(shell uname -s),Linux)
203203 DOCKER_CMD_DEV = $(DOCKER_CMD_INTERACT) $(DOCKER_ARG_DEV)
204204
@@ -207,7 +207,7 @@ diff -uNr 05_drivers_gpio_uart/Makefile 06_uart_chainloader/Makefile
207207 endif
208208
209209
210- @@ -102 ,7 +104 ,7 @@
210+ @@ -103 ,7 +105 ,7 @@
211211 ##--------------------------------------------------------------------------------------------------
212212 ## Targets
213213 ##--------------------------------------------------------------------------------------------------
@@ -216,7 +216,7 @@ diff -uNr 05_drivers_gpio_uart/Makefile 06_uart_chainloader/Makefile
216216
217217 all: $(KERNEL_BIN)
218218
219- @@ -131 ,7 +133 ,7 @@
219+ @@ -132 ,7 +134 ,7 @@
220220 ##------------------------------------------------------------------------------
221221 ifeq ($(QEMU_MACHINE_TYPE),) # QEMU is not supported for the board.
222222
@@ -225,7 +225,7 @@ diff -uNr 05_drivers_gpio_uart/Makefile 06_uart_chainloader/Makefile
225225 $(call colorecho, "\n$(QEMU_MISSING_STRING)")
226226
227227 else # QEMU is supported.
228- @@ -139 ,13 +141 ,18 @@
228+ @@ -140 ,13 +142 ,18 @@
229229 qemu: $(KERNEL_BIN)
230230 $(call colorecho, "\nLaunching QEMU")
231231 @$(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
247247
248248 ##------------------------------------------------------------------------------
249249 ## Run clippy
250- @@ -209 ,7 +216 ,8 @@
250+ @@ -210 ,7 +217 ,8 @@
251251 ##------------------------------------------------------------------------------
252252 test_boot: $(KERNEL_BIN)
253253 $(call colorecho, "\nBoot test - $(BSP)")
0 commit comments