From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16324 invoked by alias); 24 Sep 2019 04:45:38 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 16137 invoked by uid 89); 24 Sep 2019 04:45:23 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: server28.superhosting.bg Received: from server28.superhosting.bg (HELO server28.superhosting.bg) (217.174.156.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 24 Sep 2019 04:45:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dinux.eu; s=default; h=Content-Type:Content-Transfer-Encoding:MIME-Version:References: In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=9x99XuZDtxbbbcn0LswVKW1gf2Dxrq0Ji6KeEuq89s4=; b=c9ub7a8HZnj+K27AMlI4tY9ee1 yucdl8fWf5QzvmhADnpLi1x1/GPhZSF9vrAC++OT+7W3iTOXjCgUGtBHtuXDC0bBn/TyxusJrGpFT jYryBf0fIncG1ILc/jpjOIJugzRoqD4lhnadF0JmpxDo73lh8ozyhfu7OobsmrdLG+Bb0utxAsXUQ Nirkh0cq1LlZVjRqRmQtyBtMcKpOvDsPBpKWv3EcDrALVd7LXtNn9Ke5Yl5kaI5DXBnzgH1tdjOE1 T+zA1FIHDAxzjkUBj2+BxmgmkUqPX1QQ6YE3s54lMf+iJHz+x6xmUAOZ2IEP0aipWMoeXwHo4mmSu zBQym1CQ==; Received: from [95.87.234.74] (port=48598 helo=tpdeb.localnet) by server28.superhosting.bg with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1iCchR-0009Wx-8t; Tue, 24 Sep 2019 07:45:19 +0300 From: Dimitar Dimitrov To: gdb-patches@sourceware.org Cc: Andrew Burgess Subject: Re: [PATCH v6 1/3] PRU Simulator port Date: Tue, 24 Sep 2019 04:45:00 -0000 Message-ID: <7264472.ONEGvAOXSv@tpdeb> In-Reply-To: <20190923211258.GK4962@embecosm.com> References: <20190904194031.30525-1-dimitar@dinux.eu> <20190923211258.GK4962@embecosm.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-OutGoing-Spam-Status: No, score=-1.0 X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00461.txt.bz2 On =D0=B2=D1=82=D0=BE=D1=80=D0=BD=D0=B8=D0=BA, 24 =D1=81=D0=B5=D0=BF=D1=82= =D0=B5=D0=BC=D0=B2=D1=80=D0=B8 2019 =D0=B3. 0:12:58 EEST Andrew Burgess wro= te: > From: Andrew Burgess > To: Dimitar Dimitrov > CC: gdb-patches@sourceware.org > Sender: gdb-patches-owner@sourceware.org > List-Id: > Date: 24.09.19 =D0=B3. 0:12 > Spam Status: Spamassassin=20 >=20 > * Dimitar Dimitrov [2019-09-04 22:40:29 +0300]: > > I'd like to contribute a sim port for the TI PRU I/O processor. This > > is the sixth version of the patch series. > >=20 > > Changes since patch series v5: > > - Added copyright headers to test cases. > > - Regenerated using autoconf-2.69 and automake-1.5.1 > > - Added more comments to functions and MAC register enum. > > - Updated copyright years. >=20 > Thanks for all this effort over the years! >=20 > I merged together patch #3 with #1 and pushed this to master. >=20 > Thanks, > Andrew Thank you for reviewing it. Regards, Dimitar