From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::343; helo=mail-wm1-x343.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm1-x343.google.com (mail-wm1-x343.google.com [IPv6:2a00:1450:4864:20::343]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 51EAF2119EF45 for ; Wed, 26 Dec 2018 05:25:38 -0800 (PST) Received: by mail-wm1-x343.google.com with SMTP id f188so15240156wmf.5 for ; Wed, 26 Dec 2018 05:25:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=bao0uRGXdqcdBxmlDGIMYYvO2JjpixGLEn0cGeLDmk4=; b=NtBCtdIUlERqXl/1BL6emnySJcxLMqoRHeV02bhWzMESb60WuseGbsVSIh45wIHoUP Q5zz7MaWWWTxUMA6AAswRHti/yVYvrE0BqJFFolgouLzzYuC9BdxTzxYQuvDc33llhEf NBoe+4OTgn6+EihE20e25QZ8R6twQtijxq/G0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=bao0uRGXdqcdBxmlDGIMYYvO2JjpixGLEn0cGeLDmk4=; b=g7/ogxnHMY+oFxYpFahnrQfJOvQbjywQhnewi45pd4+Jd6XMwenm48v3LzgDMe+mKt lLwGXFgbL0JQzkGQDjAQG8zgreWDiBbKt+3F03Tgll4G84j2TlsVOkPTHEXySi+m5lzg Jevp0CP9kZWYHl54zKckf5q1U+GELv6FDxueJmFQXU41ImARKLWJQv/Pc5Pkj1VleT8Q D4vyzkV6CKICUWOfPAAuHA8bB1q4rDk9KNM8wtp10JoYK2oY6HoSptxsOPN4mUsXrIfi /WHuUr51aacAHeuEDTai+UM7cB0pFoYKAjpdDzSLWTmkBV6akLXFi0YUkBhT9AfXb9nS izyA== X-Gm-Message-State: AA+aEWb6YPq6IEJA4APOf9ru31MQsxwyPAimALArbj0ZXMeyNHGH0C5z msFLzK6sKhZa+HZWjM3cz+fZiGat/mtYWw== X-Google-Smtp-Source: AFSGD/UJCE22KZj+TvF71af3i4NMYi9rRW1yCdUqoLGyHyeIw+KJRXoXhltbJcblx01hCRSCmjXlkg== X-Received: by 2002:a1c:1a8a:: with SMTP id a132mr18987375wma.109.1545830736853; Wed, 26 Dec 2018 05:25:36 -0800 (PST) Received: from localhost.localdomain (laubervilliers-657-1-83-120.w92-154.abo.wanadoo.fr. [92.154.90.120]) by smtp.gmail.com with ESMTPSA id z17sm22268820wrv.2.2018.12.26.05.25.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Dec 2018 05:25:35 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Date: Wed, 26 Dec 2018 14:25:27 +0100 Message-Id: <20181226132530.8445-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Subject: [PATCH edk2-platforms 0/3] synquacer multi-uart support X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Dec 2018 13:25:39 -0000 Content-Transfer-Encoding: 8bit Expose the secondary UART also via the ACPI tables (not just via the DT), and add conditional support for using it for DEBUG output in UEFI. Ard Biesheuvel (3): Silicon/SynQuacer/AcpiTables: don't use PCD for PL011 base Silicon/SynQuacer/AcpiTables: expose second UART to the OS Silicon/SynQuacer: add support for DEBUG output on second UART .../Socionext/DeveloperBox/DeveloperBox.dsc | 42 ++++++++++++++++--- .../SynQuacer/AcpiTables/AcpiTables.inf | 1 - .../SynQuacer/Include/Platform/MemoryMap.h | 8 ++++ .../SynQuacerMemoryInitPeiLib.c | 3 ++ .../Socionext/SynQuacer/AcpiTables/Dsdt.asl | 21 +++++++++- .../Socionext/SynQuacer/AcpiTables/Spcr.aslc | 3 +- 6 files changed, 70 insertions(+), 8 deletions(-) -- 2.19.2