Changeset e1cad18 in mainline
- Timestamp:
- 2013-12-28T21:29:47Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a13328
- Parents:
- 1ba8cb9
- Location:
- boot/arch/sparc32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc32/include/ambapp.h
r1ba8cb9 re1cad18 150 150 } __attribute__((packed)) mctrl_mcfg2_t; 151 151 152 extern amba_device_t amba_devices[AMBAPP_MAX_DEVICES];153 extern int amba_devices_found;154 extern bool amba_fake;155 152 extern uintptr_t amba_uart_base; 156 153 -
boot/arch/sparc32/src/ambapp.c
r1ba8cb9 re1cad18 49 49 #include <str.h> 50 50 #include <errno.h> 51 52 uintptr_t amba_uart_base; 53 54 static amba_device_t amba_devices[AMBAPP_MAX_DEVICES]; 55 static unsigned int amba_devices_found; 56 static bool amba_fake; 51 57 52 58 static void ambapp_scan_area(uintptr_t, unsigned int);
Note:
See TracChangeset
for help on using the changeset viewer.