Re: RTEMS | Improve arm/xilinx-zynqmp-rpu BSP familiy (!230)

2024-09-18 Thread Sebastian Huber (@sebhub)
Sebastian Huber pushed new commits to merge request !230 Merge request URL: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/230 * 372f519a - arm/xilinx-zynqmp-rpu: Add split mode BSP variants * fbaa1101 - arm/xilinx-zynqmp-rpu: Simplify MPU configuration * 8e76c269 - arm/xilinx-zynq

RTEMS | arm: Improve CPU_Exception_frame (!230)

2024-09-18 Thread Sebastian Huber (@sebhub)
Sebastian Huber created a merge request: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/230 Project:Branches: sebhub/rtems:improve-zynqmp-rpu-bsp to rtems/rtos/rtems:main Author: Sebastian Huber Assignee: Sebastian Huber ## Summary arm: Improve CPU_Exception_frame Add a regis

RTEMS | bsp/aarch64:Fix _CPU_SMP_Get_current_processor() (!229)

2024-09-18 Thread xiaojun zheng (@zhengxiaojun)
xiaojun zheng created a merge request: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/229 Project:Branches: zhengxiaojun/rtems:update_Per_CPU_Get_index to rtems/rtos/rtems:main Author: xiaojun zheng ## Summary bsp/aarch64:Fix _CPU_SMP_Get_current_processor() Fix _CPU_SMP_

Re: RTEMS | Refactor the pl011 driver to be extensible (#5026)

2024-09-18 Thread Amar Takhar (@amar)
Issue was closed by Amar Takhar with merge request !228 (https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/228) Issue #5026: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5026 -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5026 You're receiving this emai

Re: RTEMS | bsp/aarch64:SMP improvement on aarch64 (!113)

2024-09-18 Thread Sebastian Huber (@sebhub)
Sebastian Huber commented on a discussion on bsps/aarch64/shared/start/start.S: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/113#note_112255 > _el1_start: > > #ifdef RTEMS_SMP > - /* Read MPIDR and get current processor index */ > - mrs x7, mpidr_el1 > - and x7, x7,

Re: RTEMS | bsp/aarch64:SMP improvement on aarch64 (!113)

2024-09-18 Thread Sebastian Huber (@sebhub)
Merge request !113 was closed by Sebastian Huber Merge request URL: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/113 Project:Branches: zhengxiaojun/rtems:aarch64_smp_improvement to rtems/rtos/rtems:main Author: xiaojun zheng Assignees: Reviewers: Kinsey Moore and Sebastian Huber

Re: RTEMS | bsp/aarch64:SMP improvement on aarch64 (!113)

2024-09-18 Thread xiaojun zheng (@zhengxiaojun)
xiaojun zheng commented on a discussion on bsps/aarch64/shared/start/start.S: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/113#note_112254 > _el1_start: > > #ifdef RTEMS_SMP > - /* Read MPIDR and get current processor index */ > - mrs x7, mpidr_el1 > - and x7, x7, #0

Re: RTEMS | spec: Refactor arm-pl011 build options (!228)

2024-09-18 Thread Ning Yang (@yangn0)
Ning Yang pushed new commits to merge request !228 Merge request URL: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/228 * 1f52965f...6482c5cc - 2 commits from branch `main` * 1b5cd007 - spec: Refactor arm-pl011 build options -- View it on GitLab: https://gitlab.rtems.org/rtems/

Re: RTEMS | dev/serial: Refactor the pl011 driver to be extensible (!47)

2024-09-18 Thread Ning Yang (@yangn0)
Ning Yang commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/47#note_112250 !228 -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/47#note_112250 You're receiving this email because of your account on gitlab.rtems.org. ___

Re: RTEMS | Refactor the pl011 driver to be extensible (#5026)

2024-09-18 Thread Ning Yang (@yangn0)
Ning Yang commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5026#note_112248 Done. !228 -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5026#note_112248 You're receiving this email because of your account on gitlab.rtems.org. _

RTEMS | spec: Refactor arm-pl011 build options (!228)

2024-09-18 Thread Ning Yang (@yangn0)
Ning Yang created a merge request: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/228 Project:Branches: yangn0/rtems:armpl011spec to rtems/rtos/rtems:main Author: Ning Yang ## Summary spec: Refactor arm-pl011 build options Close #5026 -- View it on GitLab: https://gitl

Re: RTEMS | score: Use _Per_CPU_Get() (!227)

2024-09-18 Thread Sebastian Huber (@sebhub)
Reassigned merge request 227 https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/227 Sebastian Huber was added as an assignee. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/227 You're receiving this email because of your account on gitlab.rtems.org.

RTEMS | score: Use _Per_CPU_Get() (!227)

2024-09-18 Thread Sebastian Huber (@sebhub)
Sebastian Huber created a merge request: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/227 Project:Branches: sebhub/rtems:improve-smp-impl to rtems/rtos/rtems:main Author: Sebastian Huber Assignee: Sebastian Huber ## Summary score: Use _Per_CPU_Get() The _Per_CPU_Get() may b

Re: RTEMS | Add support for more than 2G of DDR memory to ZynqMP BSPs (!195)

2024-09-18 Thread Chris Johns (@chris)
Chris Johns commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/195#note_112245 Hmm maybe it is opposite, the BSPs share the MMU config but different `linkcmd` files which could make the unresolved symbols. If it is a conditional define might work? Sorry

Re: RTEMS | Add support for more than 2G of DDR memory to ZynqMP BSPs (!195)

2024-09-18 Thread Sebastian Huber (@sebhub)
Sebastian Huber commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/195#note_112244 I didn't look into the details. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/195#note_112244 You're receiving this email because of your

Re: RTEMS | Add support for more than 2G of DDR memory to ZynqMP BSPs (!195)

2024-09-18 Thread Chris Johns (@chris)
Chris Johns commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/195#note_112243 Looks like the 32bit BSP will need a different `linkcmd` file. I suggest it be based on the version before this one unless you know a way to handle both? -- View it on GitLab:

Re: RTEMS | Add support for more than 2G of DDR memory to ZynqMP BSPs (!195)

2024-09-18 Thread Sebastian Huber (@sebhub)
Sebastian Huber commented: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/195#note_112242 This change breaks the build of several BSPs, for example: ``` Waf: Entering directory `/tmp/sh/b-rtems/aarch64/xilinx_zynqmp_ilp32_qemu' [ 1/4727] Compiling bsps/shared/dev/serial/console-

Re: RTEMS | bsp/aarch64:SMP improvement on aarch64 (!113)

2024-09-18 Thread Sebastian Huber (@sebhub)
Sebastian Huber commented on a discussion on bsps/aarch64/shared/start/start.S: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/113#note_112241 > _el1_start: > > #ifdef RTEMS_SMP > - /* Read MPIDR and get current processor index */ > - mrs x7, mpidr_el1 > - and x7, x7,

Re: RTEMS | Refactor the pl011 driver to be extensible (#5026)

2024-09-18 Thread Sebastian Huber (@sebhub)
Sebastian Huber commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5026#note_112240 Please change the build support to use something similar to spec/build/bsps/objdevserialzynq.yml. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5026#no

Re: RTEMS | Refactor the pl011 driver to be extensible (#5026)

2024-09-18 Thread Sebastian Huber (@sebhub)
Sebastian Huber commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5026#note_112239 When you do changes in the shared BSP directory, you have to build all BSPs. The arm-pl011.c is built for all BSPs: ``` grep -r arm-pl011.c spec spec/build/bsps/aarch64/raspberrypi/

Re: RTEMS | bsp/aarch64:SMP improvement on aarch64 (!113)

2024-09-18 Thread xiaojun zheng (@zhengxiaojun)
xiaojun zheng commented on a discussion on bsps/aarch64/shared/start/start.S: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/113#note_112238 > _el1_start: > > #ifdef RTEMS_SMP > - /* Read MPIDR and get current processor index */ > - mrs x7, mpidr_el1 > - and x7, x7, #0

Re: RTEMS | Refactor the pl011 driver to be extensible (#5026)

2024-09-18 Thread Chris Johns (@chris)
Chris Johns commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5026#note_112237 Where is `ARM_PL011_FIFO_DEPTH` defined in your successful builds? -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5026#note_112237 You're receiving this emai

Re: RTEMS | Refactor the pl011 driver to be extensible (#5026)

2024-09-18 Thread Ning Yang (@yangn0)
Ning Yang commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5026#note_112236 The following BSPs use the arm-pl011 driver, and they can all be built successfully. ``` [aarch64/raspberrypi4b] [aarch64/a53_lp64_qemu] [aarch64/a72_lp64_qemu] [aarch64/xilinx_versal_

Re: RTEMS | dev/serial: Refactor the pl011 driver to be extensible (!47)

2024-09-18 Thread Ning Yang (@yangn0)
Ning Yang commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/47#note_112235 The following BSPs use the arm-ol011 driver, and they can all be built successfully. ``` [aarch64/raspberrypi4b] [aarch64/a53_lp64_qemu] [aarch64/a72_lp64_qemu] [aarch64/xilinx_v

Re: RTEMS | Refactor the pl011 driver to be extensible (#5026)

2024-09-18 Thread Chris Johns (@chris)
Chris Johns commented: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5026#note_112234 @sebhub is reporting some BSPs are not building. The define is not present in the sources: ``` $ grep -r ARM_PL011_FIFO_DEPTH cpukit/ bsps/ bsps/shared/dev/serial/arm-pl011.c: char buffer[ARM_PL011_F

Re: RTEMS | Refactor the pl011 driver to be extensible (#5026)

2024-09-18 Thread Chris Johns (@chris)
Issue was reopened by Chris Johns Issue 5026: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5026 -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5026 You're receiving this email because of your account on gitlab.rtems.org. ___

Re: RTEMS | dev/serial: Refactor the pl011 driver to be extensible (!47)

2024-09-18 Thread Sebastian Huber (@sebhub)
Sebastian Huber commented: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/47#note_112233 Several BSP don't build anymore: ``` bsps/shared/dev/serial/arm-pl011.c:113:15: error: 'ARM_PL011_FIFO_DEPTH' undeclared (first use in this function) 113 | char buffer[ARM_PL011_FIFO_DEPT

Re: RTEMS | bsps/arm: Fix BSP_START_VECTOR_RESERVED_SLOT (!226)

2024-09-18 Thread Amar Takhar (@amar)
Merge request !226 was merged Merge request URL: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/226 Project:Branches: sebhub/rtems:fix-optstartvecresvslot to rtems/rtos/rtems:main Author: Sebastian Huber Assignee: Sebastian Huber -- View it on GitLab: https://gitlab.rtems.org/rtem

RTEMS | bsps/arm: Fix BSP_START_VECTOR_RESERVED_SLOT (!226)

2024-09-18 Thread Sebastian Huber (@sebhub)
Sebastian Huber created a merge request: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/226 Project:Branches: sebhub/rtems:fix-optstartvecresvslot to rtems/rtos/rtems:main Author: Sebastian Huber Assignee: Sebastian Huber ## Summary bsps/arm: Fix BSP_START_VECTOR_RESERVED_SLOT

Re: RTEMS | bsps/arm: Fix BSP_START_VECTOR_RESERVED_SLOT (!226)

2024-09-18 Thread Sebastian Huber (@sebhub)
Reassigned merge request 226 https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/226 Sebastian Huber was added as an assignee. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/226 You're receiving this email because of your account on gitlab.rtems.org.

Re: RTEMS Source Builder | rtems: Update kernel and libbsd (!58)

2024-09-18 Thread Amar Takhar (@amar)
Merge request !58 was merged Merge request URL: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/58 Project:Branches: chris/rtems-source-builder:update-kernel-libbsd-2 to rtems/tools/rtems-source-builder:main Author: Chris Johns Assignee: Chris Johns -- View it on Gi

Re: RTEMS | tests: Enable ISR in fatal extensions (!225)

2024-09-18 Thread Amar Takhar (@amar)
Merge request !225 was merged Merge request URL: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/225 Project:Branches: sebhub/rtems:fix-tests to rtems/rtos/rtems:main Author: Sebastian Huber Assignee: Sebastian Huber -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-

RTEMS Source Builder | rtems: Update kernel and libbsd (!58)

2024-09-18 Thread Chris Johns (@chris)
Chris Johns created a merge request: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/58 Project:Branches: chris/rtems-source-builder:update-kernel-libbsd-2 to rtems/tools/rtems-source-builder:main Author: Chris Johns Assignee: Chris Johns ## Summary Kernel - M

Re: RTEMS Source Builder | rtems: Update kernel and libbsd (!58)

2024-09-18 Thread Chris Johns (@chris)
Reassigned merge request 58 https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/58 Chris Johns was added as an assignee. -- View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/58 You're receiving this email because of your acco

RTEMS | tests: Enable ISR in fatal extensions (!225)

2024-09-18 Thread Sebastian Huber (@sebhub)
Sebastian Huber created a merge request: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/225 Project:Branches: sebhub/rtems:fix-tests to rtems/rtos/rtems:main Author: Sebastian Huber Assignee: Sebastian Huber ## Summary tests: Enable ISR in fatal extensions Fix code locations

Re: RTEMS | tests: Enable ISR in fatal extensions (!225)

2024-09-18 Thread Sebastian Huber (@sebhub)
Reassigned merge request 225 https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/225 Sebastian Huber was added as an assignee. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/225 You're receiving this email because of your account on gitlab.rtems.org.

Re: lwIP | Passing the protocol parameter of a socket function to lwip_socket (!5)

2024-09-18 Thread Kinsey Moore (@opticron)
Merge request !5 was merged Merge request URL: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/5 Project:Branches: huangshuhua/rtems-lwip:huangshuhua-main-patch-67052 to rtems/pkg/rtems-lwip:main Author: shuhua hua -- View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems

Re: RTEMS | dev/serial: Fix uninitialized variable warnings (!224)

2024-09-18 Thread Kinsey Moore (@opticron)
Merge request !224 was merged Merge request URL: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/224 Project:Branches: sebhub/rtems:dev-serial-fix-uninit-var-warn to rtems/rtos/rtems:main Author: Sebastian Huber Assignee: Sebastian Huber -- View it on GitLab: https://gitlab.rtems.

Re: RTEMS | dev/serial: Fix uninitialized variable warnings (!224)

2024-09-18 Thread Chris Johns (@chris)
Chris Johns commented: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/224#note_112218 Just a note for the MR. The reset values are set by the FSBL using the `ps7_init` settings from Vivado so resets values can be confusing with the Zynq platform. -- View it on GitLab: https:

Re: LibBSD | freebsd/sys/rpm: Do not install kernel RPC headers (!13)

2024-09-18 Thread Kinsey Moore (@opticron)
Merge request !13 was merged Merge request URL: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/13 Project:Branches: chris/rtems-libbsd:no-rpc-kernel-header-install-6-freebsd-12 to rtems/pkg/rtems-libbsd:6-freebsd-12 Author: Chris Johns Assignee: Chris Johns -- View it on Git

Re: LibBSD | freebsd/sys/rpm: Do not install kernel RPC headers (!13)

2024-09-18 Thread Chris Johns (@chris)
Chris Johns pushed new commits to merge request !13 Merge request URL: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/13 * 7a86bf14 - freebsd/sys/rpc: Do not install kernel RPC headers -- View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/1

Re: LibBSD | freebsd/sys/rpm: Do not install kernel RPC headers (!13)

2024-09-18 Thread Chris Johns (@chris)
Chris Johns commented on a discussion: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/13#note_112212 Yes and thanks. -- View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/13#note_112212 You're receiving this email because of your account o

RTEMS | dev/serial: Fix uninitialized variable warnings (!224)

2024-09-18 Thread Sebastian Huber (@sebhub)
Sebastian Huber created a merge request: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/224 Project:Branches: sebhub/rtems:dev-serial-fix-uninit-var-warn to rtems/rtos/rtems:main Author: Sebastian Huber Assignee: Sebastian Huber ## Summary dev/serial: Fix uninitialized variab

Re: RTEMS | dev/serial: Fix uninitialized variable warnings (!224)

2024-09-18 Thread Sebastian Huber (@sebhub)
Reassigned merge request 224 https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/224 Sebastian Huber was added as an assignee. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/224 You're receiving this email because of your account on gitlab.rtems.org.

Re: LibBSD | freebsd/sys/rpm: Do not install kernel RPC headers (!13)

2024-09-18 Thread Kinsey Moore (@opticron)
Kinsey Moore commented: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/13#note_112209 This should also reference/close rtems/rtos/rtems#4907 -- View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/13#note_112209 You're receiving this email b

Re: RTEMS | bsp/aarch64:SMP improvement on aarch64 (!113)

2024-09-18 Thread Sebastian Huber (@sebhub)
Sebastian Huber commented on a discussion on bsps/aarch64/shared/start/start.S: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/113#note_112208 > _el1_start: > > #ifdef RTEMS_SMP > - /* Read MPIDR and get current processor index */ > - mrs x7, mpidr_el1 > - and x7, x7,

Re: RTEMS | bsp/aarch64:SMP improvement on aarch64 (!113)

2024-09-18 Thread Sebastian Huber (@sebhub)
Sebastian Huber commented on a discussion on bsps/aarch64/shared/start/start.S: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/113#note_112207 > _el1_start: > > #ifdef RTEMS_SMP > - /* Read MPIDR and get current processor index */ > - mrs x7, mpidr_el1 > - and x7, x7,

LibBSD | freebsd/sys/rpm: Do not install kernel RPC headers (!13)

2024-09-18 Thread Chris Johns (@chris)
Chris Johns created a merge request: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/13 Project:Branches: chris/rtems-libbsd:no-rpc-kernel-header-install-6-freebsd-12 to rtems/pkg/rtems-libbsd:6-freebsd-12 Author: Chris Johns Assignee: Chris Johns ## Summary Do not insta

Re: LibBSD | freebsd/sys/rpm: Do not install kernel RPC headers (!13)

2024-09-18 Thread Chris Johns (@chris)
Reassigned merge request 13 https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/13 Chris Johns was added as an assignee. -- View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/13 You're receiving this email because of your account on gitlab.rtems.

Re: RTEMS | bsp/aarch64:SMP improvement on aarch64 (!113)

2024-09-18 Thread xiaojun zheng (@zhengxiaojun)
xiaojun zheng commented on a discussion on bsps/aarch64/shared/start/start.S: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/113#note_112204 > _el1_start: > > #ifdef RTEMS_SMP > - /* Read MPIDR and get current processor index */ > - mrs x7, mpidr_el1 > - and x7, x7, #0

LibBSD | Kernel RPC header installed (#9)

2024-09-18 Thread Chris Johns (@chris)
Chris Johns created an issue: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/issues/9 Assignee: Chris Johns The build support is installing the kernel RPC header file `rpc/auth.h`. This clashes with the user land version of the same header file. Only install the user land version of the h

Re: LibBSD | dhcpcd has broken memory handling (#8)

2024-09-18 Thread Chris Johns (@chris)
Issue was closed by Chris Johns Issue #8: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/issues/8 -- View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/issues/8 You're receiving this email because of your account on gitlab.rtems.org. __

Re: RTEMS Source Builder | rtems: Update kernel and libbsd (!57)

2024-09-18 Thread Amar Takhar (@amar)
Merge request !57 was merged Merge request URL: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/57 Project:Branches: chris/rtems-source-builder:update-kernel-libbsd to rtems/tools/rtems-source-builder:main Author: Chris Johns Assignee: Chris Johns -- View it on GitL

RTEMS Source Builder | rtems: Update kernel and libbsd (!57)

2024-09-18 Thread Chris Johns (@chris)
Chris Johns created a merge request: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/57 Project:Branches: chris/rtems-source-builder:update-kernel-libbsd to rtems/tools/rtems-source-builder:main Author: Chris Johns Assignee: Chris Johns ## Summary rtems: Update

Re: RTEMS Source Builder | rtems: Update kernel and libbsd (!57)

2024-09-18 Thread Chris Johns (@chris)
Reassigned merge request 57 https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/57 Chris Johns was added as an assignee. -- View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/57 You're receiving this email because of your acco

GitLab | GitLab does not use keywords in issues when not on a default branch (#74)

2024-09-18 Thread Amar Takhar (@amar)
Amar Takhar created an issue: https://gitlab.rtems.org/administration/gitlab/-/issues/74 This is documented in the GitLab issue database and maybe implemented in the future: * https://gitlab.com/gitlab-org/gitlab/-/issues/14289 -- View it on GitLab: https://gitlab.rtems.org/administration

Re: LibBSD | dhcpcd: Work around dangling memory references to options (!12)

2024-09-18 Thread Amar Takhar (@amar)
Merge request !12 was merged Merge request URL: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/12 Project:Branches: chris/rtems-libbsd:dhcp-options-bad-writes-6-freebsd-12 to rtems/pkg/rtems-libbsd:6-freebsd-12 Author: Chris Johns Assignee: Chris Johns -- View it on GitLab:

Re: LibBSD | dhcpcd: Work around dangling memory references to options (!12)

2024-09-18 Thread Chris Johns (@chris)
Chris Johns pushed new commits to merge request !12 Merge request URL: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/12 * c9e8c28e - 1 commit from branch `6-freebsd-12` * c88476d8 - dhcpcd: Work around dangling memory references to options -- View it on GitLab: https://gi

Re: LibBSD | rtemsbsd/ttcp: Update to a current nuttcp version (!11)

2024-09-18 Thread Amar Takhar (@amar)
Merge request !11 was merged Merge request URL: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/11 Project:Branches: chris/rtems-libbsd:nuttcp-6-freebsd-12 to rtems/pkg/rtems-libbsd:6-freebsd-12 Author: Chris Johns Assignee: Chris Johns -- View it on GitLab: https://gitlab.r

Re: RTEMS | dev/serial: Refactor the pl011 driver to be extensible (!47)

2024-09-18 Thread Gedare Bloom (@gedare)
Gedare Bloom pushed new commits to merge request !47 Merge request URL: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/47 * 7be49773...d304a817 - 2 commits from branch `main` * 0f421539 - dev/serial: Refactor the pl011 driver -- View it on GitLab: https://gitlab.rtems.org/rtems/rt

Re: RTEMS | cpukit/libdl/arm: Obey instruction encoding requirements for Thumb BLX (!223)

2024-09-18 Thread Kinsey Moore (@opticron)
Kinsey Moore pushed new commits to merge request !223 Merge request URL: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/223 * 0f421539 - 1 commit from branch `main` * 0d407cd2 - cpukit/libdl/arm: Obey instruction encoding requirements for Thumb BLX -- View it on GitLab: https:/

Re: RTEMS | Refactor the pl011 driver to be extensible (#5026)

2024-09-18 Thread Gedare Bloom (@gedare)
Issue was closed by Gedare Bloom with merge request !47 (https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/47) Issue #5026: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5026 -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5026 You're receiving this email

Re: RTEMS | dev/serial: Refactor the pl011 driver to be extensible (!47)

2024-09-18 Thread Gedare Bloom (@gedare)
Merge request !47 was merged Merge request URL: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/47 Project:Branches: yangn0/rtems:refactor-pl011 to rtems/rtos/rtems:main Author: Ning Yang Reviewers: Kinsey Moore and Gedare Bloom -- View it on GitLab: https://gitlab.rtems.org/rtems/rt

Re: Documentation | posix-compliance: Update API tracking csv to account for lio_listio (!47)

2024-09-18 Thread Amar Takhar (@amar)
Merge request !47 was merged Merge request URL: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/47 Project:Branches: joel/rtems-docs:update-posix-conformance to rtems/docs/rtems-docs:main Author: Joel Sherrill Assignee: Joel Sherrill -- View it on GitLab: https://gitlab.rtems

Re: Documentation | posix-compliance: Update API tracking csv to account for lio_listio (!47)

2024-09-18 Thread Amar Takhar (@amar)
Amar Takhar pushed new commits to merge request !47 Merge request URL: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/47 * 427902a9...5ed7ab3d - 2 commits from branch `main` * a76aab88 - posix-compliance: Update API tracking csv to account for lio_listio -- View it on GitLab

Documentation | posix-compliance: Update API tracking csv to account for lio_listio (!47)

2024-09-18 Thread Joel Sherrill (@joel)
Joel Sherrill created a merge request: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/47 Project:Branches: joel/rtems-docs:update-posix-conformance to rtems/docs/rtems-docs:main Author: Joel Sherrill Assignee: Joel Sherrill ## Summary posix-compliance: Update API trackin

Re: Documentation | posix-compliance: Update API tracking csv to account for lio_listio (!47)

2024-09-18 Thread Joel Sherrill (@joel)
Reassigned merge request 47 https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/47 Joel Sherrill was added as an assignee. -- View it on GitLab: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/47 You're receiving this email because of your account on gitlab.rtems.

Re: RTEMS | cpukit/libdl/arm: Obey instruction encoding requirements for Thumb BLX (!223)

2024-09-18 Thread Kinsey Moore (@opticron)
Kinsey Moore commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/223#note_112186 I have a test case that reproduces the problem for certain alignments of address space usage and luck on the Zynq QEMU BSP, but I'm fairly certain it doesn't guarantee a reprod

Re: RTEMS | posix/aio_misc.c/aio_init(): lock before accessing data (!222)

2024-09-18 Thread Alessandro Nardin (@AlessandroNardin)
Alessandro Nardin commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/222#note_112184 added -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/222#note_112184 You're receiving this email because of your account on gitlab.rtems

Re: RTEMS | posix/aio_misc.c/aio_init(): lock before accessing data (!222)

2024-09-18 Thread Alessandro Nardin (@AlessandroNardin)
Alessandro Nardin pushed new commits to merge request !222 Merge request URL: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/222 * 7be49773...d304a817 - 2 commits from branch `main` * 344caffe - posix/aio_misc.c/aio_init(): lock before accessing data -- View it on GitLab: https: