Changeset c6b601b in mainline


Ignore:
Timestamp:
2012-09-06T12:56:42Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3451129
Parents:
b51b1cd
Message:

comment fixes

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm32/src/mm.c

    rb51b1cd rc6b601b  
    8181         * (upper 2 GB), physical addresses start from 0.
    8282         */
    83         /* BeagleBoard-xM (MD37x) memory starts at 2GB border,
     83        /* BeagleBoard-xM (DM37x) memory starts at 2GB border,
    8484         * thus mapping only lower 2GB is not not enough.
    8585         * Map entire AS 1:1 instead and hope it works. */
  • kernel/genarch/include/drivers/amdm37x_dispc/amdm37x_dispc.h

    rb51b1cd rc6b601b  
    324324                << AMDM37X_DISPC_SIZE_HEIGHT_SHIFT);
    325325
    326         /* modes taken from u-boot */
     326        /* modes taken from u-boot, for 1024x768 */
    327327        // TODO replace magic values with actual correct values
    328328//      regs->timing_h = 0x1a4024c9;
  • kernel/genarch/include/drivers/amdm37x_irc/amdm37x_irc.h

    rb51b1cd rc6b601b  
    147147}
    148148
    149 
    150149static inline void amdm37x_irc_init(amdm37x_irc_regs_t *regs)
    151150{
Note: See TracChangeset for help on using the changeset viewer.