Changes can also be seen on my fork:
https://github.com/UtkarshVerma/rtems/tree/refactor
On Wed, Aug 9, 2023 at 9:18 AM Utkarsh Verma wrote:
> This patch series refactors the BSP and build spec for Raspberry Pi 4B
> with the following goals in mind:
>
> - IWYU(include what you use) includes
> -
---
spec/build/bsps/aarch64/raspberrypi/abi.yml | 39 ++
spec/build/bsps/aarch64/raspberrypi/bsp4b.yml | 23 ++
.../aarch64/raspberrypi/bspraspberrypi4.yml | 75 ---
spec/build/bsps/aarch64/raspberrypi/grp.yml | 25 +++
spec/build/bsps/aarch64/raspberrypi/grp4
This commit restructures the BSP to be more modular and introduces
IWYU(include what you use) includes alongwith some formatting changes.
build: Update spec for aarch64/raspberrypi
---
bsps/aarch64/raspberrypi/console/console.c| 39 +-
bsps/aarch64/raspberrypi/include/bsp.h| 37 +-
This patch series refactors the BSP and build spec for Raspberry Pi 4B
with the following goals in mind:
- IWYU(include what you use) includes
- Modularity in BSP and the build spec
- Strict MMU mapping
This is my first code contribution to RTEMS, therefore suggestions of
any kind would be highly
On 8/8/2023 11:14 pm, Sebastian Huber wrote:
> On 08.08.23 08:06, Chris Johns wrote:
>> n 7/8/2023 4:06 pm, Sebastian Huber wrote:
>>> On 07.08.23 00:25, Chris Johns wrote:
On 4/8/2023 4:39 pm, Sebastian Huber wrote:
> On 04.08.23 08:22, Chris Johns wrote:
>> On 4/8/2023 3:16 pm, Sebas
You're correct. I'll remove this commit.
Regards,
Utkarsh
On Tue, Aug 8, 2023 at 11:39 AM Chris Johns wrote:
> On 8/8/2023 4:07 pm, Chris Johns wrote:
> > On 8/8/2023 1:05 pm, Utkarsh Verma wrote:
> >> ---
> >> .gitignore | 4
> >> 1 file changed, 4 insertions(+)
> >>
> >> diff --git a/.g
On 08.08.23 08:06, Chris Johns wrote:
n 7/8/2023 4:06 pm, Sebastian Huber wrote:
On 07.08.23 00:25, Chris Johns wrote:
On 4/8/2023 4:39 pm, Sebastian Huber wrote:
On 04.08.23 08:22, Chris Johns wrote:
On 4/8/2023 3:16 pm, Sebastian Huber wrote:
On 04.08.23 00:27, Chris Johns wrote:
On 2/8/2