From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by mx.groups.io with SMTP id smtpd.web09.880.1649868729540457485 for ; Wed, 13 Apr 2022 09:52:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=DcpQWv/p; spf=pass (domain: kernel.org, ip: 145.40.68.75, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 3DCB2B82588 for ; Wed, 13 Apr 2022 16:52:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E64E8C385A3 for ; Wed, 13 Apr 2022 16:52:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649868725; bh=U1V9S8lMglT8/lf5C5w8nV9Y9f7s0+fJTcAImrizLwo=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=DcpQWv/pulR7pL5MfDXqf/e5obMsA10plMOalPXAzdOjEfMDoaUmXrTRoU+ngF4Vk UGwjR/scP80GZvhOr8pFFcYjCimye/eLwhJ2H1A209WNBlqDPoapGOi6VPStFMGYsy s/yxY/OGqWGGxmefqIV5vpGZMrN0gDKGG50mCSr8HJJvqSPwGhp5TwGnGCgqnozdfe fWNswuJpZEbPR3eOuaXDGhjaCPsZ2oFnHEErkEY7VXVC9Pa9fgwA2vWxCxGKYLERoj /2X+L1Hja4Xt/QqoFWvQsYVzPV69XAfseZc0XpZAvU3GDseBeh4HbVHCZLkOnd/1Rx G/PiDt9gt4wFg== Received: by mail-oi1-f173.google.com with SMTP id e189so2670276oia.8 for ; Wed, 13 Apr 2022 09:52:05 -0700 (PDT) X-Gm-Message-State: AOAM533hTGTrCZy5IDVCweev3nfiOs9QZVPRGMzt/NnQy9dolGwQxOd1 JDckQydCR6BSKX6Z6FjboN6gaz6R9mEzs4oeOek= X-Google-Smtp-Source: ABdhPJy/a86CMvaq1W7CP4tC106h5XhmhLxzqd/F3WA2qVmXldXyRQPdzBCFPLzoJ+fsW17XD3KIS/s/zh6wfiZF+wQ= X-Received: by 2002:a05:6808:1596:b0:2f7:5d89:eec7 with SMTP id t22-20020a056808159600b002f75d89eec7mr4740602oiw.228.1649868725102; Wed, 13 Apr 2022 09:52:05 -0700 (PDT) MIME-Version: 1.0 References: <20220411011659.191390-1-rebecca@bsdio.com> In-Reply-To: From: "Ard Biesheuvel" Date: Wed, 13 Apr 2022 18:51:53 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH 0/3] ArmPlatformPkg: Fix Scripts/Ds5 debugging and Makefile To: edk2-devel-groups-io , Rebecca Cran Cc: Leif Lindholm , Ard Biesheuvel Content-Type: text/plain; charset="UTF-8" On Mon, 11 Apr 2022 at 03:18, Rebecca Cran wrote: > > Also, I noticed Scripts/Makefile defaults to RVCT. Are people still using that, or has everyone moved to gcc or the newer Arm compilers? > RVCT is 32-bit only, as far as I know, so I don't think anyone still cares about it. > -- > Rebecca Cran > > > On 4/10/22 19:16, Rebecca Cran wrote: > > I ran into some problems debugging EDK2 code using Development Studio with > the files under ArmPlatformPkg/Scripts and these patches fix them. > > I'm using Arm Development Studio 2021.2 and not DS-5, so I'm not sure if > these changes would break things for people using the older environment. > > Rebecca Cran (3): > ArmPlatformPkg: Fix error message in Scripts/Ds5/edk2_debugger.py > ArmPlatformPkg: Fix target initialisation in cmd_load_symbols.py > ArmPlatformPkg: Fix EDK2_DSC check in Scripts/Makefile > > ArmPlatformPkg/Scripts/Ds5/cmd_load_symbols.py | 5 ++--- > ArmPlatformPkg/Scripts/Ds5/edk2_debugger.py | 2 +- > ArmPlatformPkg/Scripts/Makefile | 2 +- > 3 files changed, 4 insertions(+), 5 deletions(-) > >