#4729 closed defect (fixed)
Add 64bit address support to RTEMS FDT
Reported by: | Chris Johns | Owned by: | Chris Johns |
---|---|---|---|
Priority: | normal | Milestone: | 6.1 |
Component: | lib | Version: | 6 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
RTEMS's FDT wrapper does not handle the reg
property correctly. Update to handle 64bit register addresses.
Change History (5)
comment:1 Changed on 10/06/22 at 04:33:38 by Chris Johns
comment:2 Changed on 10/10/22 at 00:30:12 by Chris Johns <chrisj@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
In 40eb58f/rtems:
Note: See
TracTickets for help on using
tickets.
The calls
rtems_fdt_prop_map
andrtems_fdt_get_value
change to return a tableuintptr_t
values.