Re: [PATCH rtems-tools] tester/rtems: add renode implementation

2023-06-26 Thread Muhammad Sulthan Mazaya
Hi Chris, Yes they are the same. I thought there was an email error, so I re-send it twice. On Tue, 27 Jun 2023, 07:46 Chris Johns, wrote: > Hi Muhammad, > > The patch looks good, thanks. > > Are the 3 posted patches the same version? > > Chris > > On 26/6/2023 2:17 pm, Muhammad Sulthan Mazaya

Re: [PATCH] cpukit/flash: Correct erase ioctl address

2023-06-26 Thread Chris Johns
Pushed and thanks Chris On 26/6/2023 3:29 pm, aaron.nyh...@unfoldedeffective.com wrote: > From: Aaron Nyholm > > Previously, the erase ioctl call would ignore flash regions and erase at > the absolute address passed in. This adds a check for if the region is > set and adds the region offset

Re: [PATCH rtems-source-builder] qemu-5-1: Update to the latest CGEM patch

2023-06-26 Thread Chris Johns
On 27/6/2023 5:02 am, Kinsey Moore wrote: > The original version of this patch had a conflict between the two > interrupts where the program-viewable interrupt state could be > deasserted when it should have been asserted. The new version of this > patch resolves that conflict. > --- >

Re: [PATCH rtems-tools] tester/rtems: add renode implementation

2023-06-26 Thread Chris Johns
Hi Muhammad, The patch looks good, thanks. Are the 3 posted patches the same version? Chris On 26/6/2023 2:17 pm, Muhammad Sulthan Mazaya wrote: > Patch for the implementation of renode on rtems-test. Currently, renode > installation has not been implemented in rsb. Thus, for testing, you can

[PATCH rtems-source-builder] qemu-5-1: Update to the latest CGEM patch

2023-06-26 Thread Kinsey Moore
The original version of this patch had a conflict between the two interrupts where the program-viewable interrupt state could be deasserted when it should have been asserted. The new version of this patch resolves that conflict. --- source-builder/config/qemu-5-1.cfg | 4 ++-- 1 file changed, 2

[PATCH] cpukit/flash: Correct erase ioctl address

2023-06-26 Thread aaron . nyholm
From: Aaron Nyholm Previously, the erase ioctl call would ignore flash regions and erase at the absolute address passed in. This adds a check for if the region is set and adds the region offset accordingly. --- cpukit/dev/flash/flashdev.c | 43 ++--- 1 file

[PATCH rtems-tools] tester/rtems: add renode implementation

2023-06-26 Thread Muhammad Sulthan Mazaya
Patch for the implementation of renode on rtems-test. Currently, renode installation has not been implemented in rsb. Thus, for testing, you can install renode by referring to the documentation link below. Downloads for debian, fedora, arch, macOS, and windows: https://renode.io/#downloads

[PATCH rtems-tools] tester/rtems/testing: add renode implementation

2023-06-26 Thread Muhammad Sulthan Mazaya
Patch for the implementation of renode on rtems-test. Currently, renode installation has not been implemented in rsb. Thus, for testing, you can install renode by referring to the documentation link below. Downloads for debian, fedora, arch, macOS, and windows: https://renode.io/#downloads

[PATCH rtems-tools] tester/rtems: add renode implementation

2023-06-26 Thread Muhammad Sulthan Mazaya
Patch for the implementation of renode on rtems-test. Currently, renode installation has not been implemented in rsb. Thus, for testing, you can install renode by referring to the documentation link below. Downloads for debian, fedora, arch, macOS, and windows: https://renode.io/#downloads