Progress of raspberry pi 4 aarch64 BSP

2022-01-04 Thread Noor Aman
Hello everyone, I wanted to know about the status of raspberry pi 4 aarch64 bsp as I'm thinking of this as my GSOC project. Where do I get started with? Any specific member who deals with raspberry pi or arm architecture? What else should I look into? Anything I should look into which would be help

Malloc tests

2022-01-04 Thread zack leung
Helllo , I'm working on a patch for malloc_get_usable size right now so far i have this test case for malloc, I just make sure that the value is null and i just malloc an int and then i make a call to the function malloc_usable size and then i compare it like this. static void test_malloc_usable

Re: [PATCH rtems-docs] cpu-supplement: Add aarch64 to index

2022-01-04 Thread Joel Sherrill
This looks ok. On Tue, Jan 4, 2022, 9:58 AM Kinsey Moore wrote: > This was never updated when AArch64 documentation was added. > --- > cpu-supplement/index.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/cpu-supplement/index.rst b/cpu-supplement/index.rst > index 951d6b7..733ffcc 1

Re: [PATCH 0/2] microblaze: libbsd support

2022-01-04 Thread Joel Sherrill
On Tue, Jan 4, 2022, 4:29 PM Chris Johns wrote: > Which repo is this for? > Looks like RTEMS.git to me and per the comment fixes issues found when debugging libbsd support. > > On 5/1/22 5:10 am, Alex White wrote: > > This patch set adds support for libbsd to the MicroBlaze BSPs and > contains

Re: [PATCH 1/2] microblaze: Add support for libbsd.

2022-01-04 Thread Joel Sherrill
On Tue, Jan 4, 2022, 4:34 PM Chris Johns wrote: > On 5/1/22 5:10 am, Alex White wrote: > > From: Jennifer Averett > > > > --- > > .../microblaze_fpga/dts/microblaze-dtb.c | 962 ++ > > .../microblaze/microblaze_fpga/dts/system.dts | 452 > > bsps/microblaze/microbl

Re: [PATCH 1/2] microblaze: Add support for libbsd.

2022-01-04 Thread Chris Johns
On 5/1/22 5:10 am, Alex White wrote: > From: Jennifer Averett > > --- > .../microblaze_fpga/dts/microblaze-dtb.c | 962 ++ > .../microblaze/microblaze_fpga/dts/system.dts | 452 > bsps/microblaze/microblaze_fpga/fdt/bsp_fdt.c | 21 + > bsps/microblaze/microblaze_fp

Re: [PATCH 0/2] microblaze: libbsd support

2022-01-04 Thread Chris Johns
Which repo is this for? On 5/1/22 5:10 am, Alex White wrote: > This patch set adds support for libbsd to the MicroBlaze BSPs and contains > fixes > for issues found while debugging the rtems-libbsd telnetd01 test in QEMU and > on > the Xilinx KCU105 board. > > Alex White (1): > microblaze: Ad

[PATCH 2/2] microblaze: Add support for libbsd networking

2022-01-04 Thread Alex White
This includes fixes and improvements necessary to get libbsd networking running. --- .../microblaze_fpga/dts/microblaze-dtb.c | 7 +++-- .../microblaze/microblaze_fpga/dts/system.dts | 4 +-- bsps/microblaze/microblaze_fpga/fdt/bsp_fdt.c | 1 + bsps/microblaze/microblaze_fpga/include/bsp.h

[PATCH 1/2] microblaze: Add support for libbsd.

2022-01-04 Thread Alex White
From: Jennifer Averett --- .../microblaze_fpga/dts/microblaze-dtb.c | 962 ++ .../microblaze/microblaze_fpga/dts/system.dts | 452 bsps/microblaze/microblaze_fpga/fdt/bsp_fdt.c | 21 + bsps/microblaze/microblaze_fpga/include/bsp.h | 4 + .../bsps/microblaze/micro

[PATCH 0/2] microblaze: libbsd support

2022-01-04 Thread Alex White
This patch set adds support for libbsd to the MicroBlaze BSPs and contains fixes for issues found while debugging the rtems-libbsd telnetd01 test in QEMU and on the Xilinx KCU105 board. Alex White (1): microblaze: Add support for libbsd networking Jennifer Averett (1): microblaze: Add support

[PATCH rtems-docs] cpu-supplement: Add aarch64 to index

2022-01-04 Thread Kinsey Moore
This was never updated when AArch64 documentation was added. --- cpu-supplement/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/cpu-supplement/index.rst b/cpu-supplement/index.rst index 951d6b7..733ffcc 100644 --- a/cpu-supplement/index.rst +++ b/cpu-supplement/index.rst @@ -24,6 +24