Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d01f133 authored by Simon Richter's avatar Simon Richter Committed by Russell King
Browse files

[ARM] 4300/1: Add picotux 200 ARM board



Add the picotux 200 ARM board:
 - Enable its machine type in the filter in head.S
 - Add configuration option
 - Add board initialisation
 - Add default configuration

Signed-off-by: default avatarSimon Richter <Simon.Richter@kleinhenz.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 235b185c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -61,6 +61,12 @@
		cmp	r7, r3
		beq	99f

		@ picotux 200 : 963
		mov	r3,	#(MACH_TYPE_PICOTUX2XX & 0xff)
		orr	r3, r3, #(MACH_TYPE_PICOTUX2XX & 0xff00)
		cmp	r7, r3
		beq	99f

		@ Ajeco 1ARM : 1075
		mov	r3,	#(MACH_TYPE_ONEARM & 0xff)
		orr	r3, r3, #(MACH_TYPE_ONEARM & 0xff00)