Changeset c6b601b in mainline
- Timestamp:
- 2012-09-06T12:56:42Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3451129
- Parents:
- b51b1cd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/src/mm.c
rb51b1cd rc6b601b 81 81 * (upper 2 GB), physical addresses start from 0. 82 82 */ 83 /* BeagleBoard-xM ( MD37x) memory starts at 2GB border,83 /* BeagleBoard-xM (DM37x) memory starts at 2GB border, 84 84 * thus mapping only lower 2GB is not not enough. 85 85 * Map entire AS 1:1 instead and hope it works. */ -
kernel/genarch/include/drivers/amdm37x_dispc/amdm37x_dispc.h
rb51b1cd rc6b601b 324 324 << AMDM37X_DISPC_SIZE_HEIGHT_SHIFT); 325 325 326 /* modes taken from u-boot */326 /* modes taken from u-boot, for 1024x768 */ 327 327 // TODO replace magic values with actual correct values 328 328 // regs->timing_h = 0x1a4024c9; -
kernel/genarch/include/drivers/amdm37x_irc/amdm37x_irc.h
rb51b1cd rc6b601b 147 147 } 148 148 149 150 149 static inline void amdm37x_irc_init(amdm37x_irc_regs_t *regs) 151 150 {
Note:
See TracChangeset
for help on using the changeset viewer.