[PATCH] user/bsps/arm: improve stm32h7 BSP description

2022-05-18 Thread Karel Gardas
This patch adds kind of HOWTO to the stm32h7 BSP description. The howto discusses various tools from STM tool-chain and how to use them in order to configure board for RTEMS and to upload RTEMS application binary to the board. The patch also adds more supported boards to the table. Sponsored-By:

Re: [PATCH] ISL, MPC, MPFR: fix configuration issues on ARM64/Darwin host

2022-05-18 Thread Chris Johns
On 18/5/2022 1:21 pm, Joel Sherrill wrote: > On Tue, May 17, 2022, 6:27 PM Chris Johns > wrote: > > On 18/5/2022 4:33 am, Joel Sherrill wrote: > > Looked good to me and I pushed it. > > Thanks to all who helped get this change done. It is great to see hosts

[PATCH] linkers: Speed up reading large executables for all cases except inlining

2022-05-18 Thread chrisj
From: Chris Johns - Only load the function DWARF data if checking inlines --- linkers/rtems-exeinfo.cpp | 45 ++ rtemstoolkit/rld-dwarf.cpp | 2 +- 2 files changed, 27 insertions(+), 20 deletions(-) diff --git a/linkers/rtems-exeinfo.cpp b/linkers/rtems-exe

Re: [PATCH] Fix copyright notice of kernel space headers

2022-05-18 Thread Sebastian Huber
On 18/05/2022 09:23, Chris Johns wrote: Just a comment ... is the guard change more important when searching the commit history that the copyright change? I did split the commit into three commits. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebasti

Re: [PATCH] Fix copyright notice of kernel space headers

2022-05-18 Thread Chris Johns
On 18/5/2022 4:57 pm, Sebastian Huber wrote: > Use the copyright notice of the associated header file from FreeBSD if the > kernel space header file contains a substantial amount of imported code. > > Add include guard checks to all header files. OK. Just a comment ... is the guard change more i