mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-06 23:36:59 +02:00
board: phytec: rm-cfg: Update rm-cfg to reflect new resource reservation
With the latest TIFS firmware, an additional virtual interrupt and
event is reserved for TIFS usage on am62x and am62ax devices.
Update the rm-cfg to reflect this new reservation.
Based on commit 87720385ab
("board: ti: rm-cfg: Update rm-cfg to
reflect new resource reservation").
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
This commit is contained in:
parent
29be3d7d05
commit
537dc703d7
@ -1,7 +1,7 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0+
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
# Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/
|
# Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
|
||||||
#
|
#
|
||||||
# Resource management configuration for AM62
|
# Resource management configuration for AM62X
|
||||||
#
|
#
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -244,7 +244,7 @@ rm-cfg:
|
|||||||
subhdr:
|
subhdr:
|
||||||
magic: 0x7B25
|
magic: 0x7B25
|
||||||
size: 8
|
size: 8
|
||||||
resasg_entries_size: 960
|
resasg_entries_size: 976
|
||||||
reserved: 0
|
reserved: 0
|
||||||
resasg_entries:
|
resasg_entries:
|
||||||
-
|
-
|
||||||
@ -285,10 +285,22 @@ rm-cfg:
|
|||||||
reserved: 0
|
reserved: 0
|
||||||
-
|
-
|
||||||
start_resource: 0
|
start_resource: 0
|
||||||
num_resource: 4
|
num_resource: 2
|
||||||
type: 320
|
type: 320
|
||||||
host_id: 12
|
host_id: 12
|
||||||
reserved: 0
|
reserved: 0
|
||||||
|
-
|
||||||
|
start_resource: 2
|
||||||
|
num_resource: 2
|
||||||
|
type: 320
|
||||||
|
host_id: 35
|
||||||
|
reserved: 0
|
||||||
|
-
|
||||||
|
start_resource: 2
|
||||||
|
num_resource: 2
|
||||||
|
type: 320
|
||||||
|
host_id: 36
|
||||||
|
reserved: 0
|
||||||
-
|
-
|
||||||
start_resource: 4
|
start_resource: 4
|
||||||
num_resource: 4
|
num_resource: 4
|
||||||
@ -501,13 +513,13 @@ rm-cfg:
|
|||||||
reserved: 0
|
reserved: 0
|
||||||
-
|
-
|
||||||
start_resource: 44
|
start_resource: 44
|
||||||
num_resource: 36
|
num_resource: 35
|
||||||
type: 1802
|
type: 1802
|
||||||
host_id: 35
|
host_id: 35
|
||||||
reserved: 0
|
reserved: 0
|
||||||
-
|
-
|
||||||
start_resource: 44
|
start_resource: 44
|
||||||
num_resource: 36
|
num_resource: 35
|
||||||
type: 1802
|
type: 1802
|
||||||
host_id: 36
|
host_id: 36
|
||||||
reserved: 0
|
reserved: 0
|
||||||
@ -543,7 +555,7 @@ rm-cfg:
|
|||||||
reserved: 0
|
reserved: 0
|
||||||
-
|
-
|
||||||
start_resource: 909
|
start_resource: 909
|
||||||
num_resource: 627
|
num_resource: 626
|
||||||
type: 1805
|
type: 1805
|
||||||
host_id: 128
|
host_id: 128
|
||||||
reserved: 0
|
reserved: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user