From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qv1-f46.google.com (mail-qv1-f46.google.com [209.85.219.46]) by mx.groups.io with SMTP id smtpd.web10.16244.1587301460992454556 for ; Sun, 19 Apr 2020 06:04:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@elhajmahmoud-com.20150623.gappssmtp.com header.s=20150623 header.b=ThYr4gBB; spf=none, err=permanent DNS error (domain: banawan.net, ip: 209.85.219.46, mailfrom: samer@banawan.net) Received: by mail-qv1-f46.google.com with SMTP id p13so3304835qvt.12 for ; Sun, 19 Apr 2020 06:04:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elhajmahmoud-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=Wgm8QWDd/bnfnRdhEp/e0ClymcQkEThDh79bgqv5XRo=; b=ThYr4gBByUNV4RIphEJ5nVPdCX+4pYCbVvU/U1r/TiPMGkPYm0qiBgzx+dgSWnRMkS Y5tGKyLpXa2sumKgnpQo7w/bX8NtivOnGJWOjifVG3aU1NILBPKdHvsyqTObzfogNlXN VZJv9cLNHOEk0pqX2Q32DOZdLIv69C0J8GrT8xgExrXRxGt0oDrcgofzcTlzSJpyjmGn 4HkD+wPD19uTwgpo5yXJOTtAV53riFd7tsJe7EyhXMUViOo4eoWz043KHs671166Kr5A S4G2mLqlMv1HYZqiJO7iyKljUT0v2pAyZa49R9STtgKXb6yw6IXILuok3rKR3E/aNnCx 7eHQ== 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; bh=Wgm8QWDd/bnfnRdhEp/e0ClymcQkEThDh79bgqv5XRo=; b=W4soBKO4sigEARaGszSaoVBWPZMb2Py9ThvYXWFtZLf+KtdAuGyS4YObxgz1IHc6eQ vAJ584gmBtaDPZq9k8w5ExTskxkRiIlo2okEhGfJp5PHzR84AfJ2uo6zi4w+BadHTJI0 gUDI8rKIIkMZzhVRCOBF/L+njMU+x6kUHL18m72jb4x+PoX1XWag5bKP7kLzqOq57VpU 23tJNW3e4/BiiygmHj27GWxxoK2osiM6j1d3RxjmoG2GUnowhgZYMZZPjEFE8/HpCWiw IwYwRDF71Jl+5SAIdDzHMSElEkFMOEzd+EQmBqiqTTd8Mqa+xVOjSKH/TSxSYu2fXRVk fWPg== X-Gm-Message-State: AGi0Pub1XtaxmE9iJSw9JZKzbLGC5H+aM2nNWMMnhrJAKbgFfkctW7XL FHCMf4n8o6KXBdemlxZ74EHirw2Frv3SqQ== X-Google-Smtp-Source: APiQypJbymWSNMtpUiKiY1KbTHfLkEVHkgBpY0xA2RURhEYD2M/b7GjkAGuSwGd/FU5+redBtXSzNA== X-Received: by 2002:a0c:a225:: with SMTP id f34mr10680875qva.179.1587301459695; Sun, 19 Apr 2020 06:04:19 -0700 (PDT) Return-Path: Received: from localhost.localdomain (99-132-126-10.lightspeed.chrlnc.sbcglobal.net. [99.132.126.10]) by smtp.gmail.com with ESMTPSA id z65sm10992917qka.60.2020.04.19.06.04.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 19 Apr 2020 06:04:19 -0700 (PDT) From: "Samer El-Haj-Mahmoud" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Pete Batard , Andrei Warkentin Subject: [edk2-platform][PATCH v1 0/4] Platform/RaspberryPi : Enable TFTP shell command Date: Sun, 19 Apr 2020 09:04:13 -0400 Message-Id: <20200419130417.3298-1-samer@elhajmahmoud.com> X-Mailer: git-send-email 2.17.1 Fix an ASSERT with the TFTP dynamic Shell command on the RPi3 and RPi4 when running DEBUG builds. Also, enable the command by default for all builds. Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Pete Batard Cc: Andrei Warkentin Samer El-Haj-Mahmoud (4): Platform/RaspberryPi/RPi3: Fix TFTP dynamic command initialization Platform/RaspberryPi/RPi4: Fix TFTP dynamic command initialization Platform/RaspberryPi/RPi3: Enable TFTP command by default Platform/RaspberryPi/RPi4: Enable TFTP command by default Platform/RaspberryPi/RPi3/RPi3.dsc | 7 +++++-- Platform/RaspberryPi/RPi4/RPi4.dsc | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) -- 2.17.1