Chinaunix首页 | 论坛 | 博客
  • 博客访问: 204091
  • 博文数量: 33
  • 博客积分: 1241
  • 博客等级: 中尉
  • 技术积分: 330
  • 用 户 组: 普通用户
  • 注册时间: 2007-01-20 16:34
个人简介

..

文章分类

全部博文(33)

文章存档

2012年(1)

2011年(8)

2010年(8)

2009年(4)

2007年(12)

我的朋友

分类: LINUX

2007-05-28 18:49:03

files change:
 

   clock.[ch] core.[ch] z228.c dma.c
 
below files have differ with  
clock.c :  modify 'uart_clk' frequency
clock.h :  no change
z228.c  :  little change, modify some functions' name(versatile_xx --> z228_xx)
core.h  :  little change, modify some functions' name(versatile_xx --> z228_xx)
core.c  :  totally change. set irq/vic/io/device-map etc.
 

   debug-macro.S dma.h entry-macro.S hardware.h io.h
   irqs.h memory.h param.h platform.h system.h timex.h
   uncompress.h vmalloc.h
 
below files have differ with  
debug-macro.S : change address
dma.h         : new implementation
entry-macro.S : modify some functions' name(versatile_xx --> z228_xx)
hardware.h    : remove PCI, because z228 don't support PCI
io.h          : no change
irqs.h        : add new interrupt
memory.h      : no change
param.h       : no change
platform.h    : totally change, modify z228's irq/vic/io/device-map etc.
system.h      : modify 'reset'
timex.h       : no change
uncompress.h  : change address
vmalloc.h     : no change
 
======================================================
===     detail   =====================================
===     process  =====================================
======================================================
in    add:
machine-$(CONFIG_ARCH_Z228)  := z228
 
==============================================================
build      dirctory.
build   dirctory.
 
==============================================================
in   add:
config ARCH_Z228
    bool "Z228"
    select ARM_AMBA
    select ICST307
    help
      This enables support for JADE Z228 board.
config LEDS
    bool "Timer and CPU usage LEDs"
    depends on ARCH_CDB89712 || ARCH_CO285 || ARCH_EBSA110 || \
           ARCH_EBSA285 || ARCH_IMX || ARCH_INTEGRATOR || \
           ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \
           ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \
           ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \
           ARCH_AT91RM9200 || MACH_TRIZEPS4 || ARCH_Z228
if PCMCIA || ARCH_CLPS7500 || ARCH_IOP3XX || ARCH_IXP4XX \
    || ARCH_L7200 || ARCH_LH7A40X || ARCH_PXA || ARCH_RPC \
    || ARCH_S3C2410 || ARCH_SA1100 || ARCH_SHARK || FOOTBRIDGE \
    || ARCH_IXP23XX || ARCH_Z228
 
================================================================
in     dirctory, add:
# ARM926T
config CPU_ARM926T
    bool "Support ARM926T processor"
    depends on ARCH_INTEGRATOR || ARCH_VERSATILE_PB || MACH_VERSATILE_AB || ARCH_OMAP730 || ARCH_OMAP16XX || MACH_REALVIEW_EB || ARCH_PNX4008 || ARCH_NETX || CPU_S3C2412 || ARCH_AT91SAM9260 || ARCH_AT91SAM9261 || ARCH_Z228
    default y if ARCH_VERSATILE_PB || MACH_VERSATILE_AB || ARCH_OMAP730 || ARCH_OMAP16XX || ARCH_PNX4008 || ARCH_NETX || CPU_S3C2412 || ARCH_AT91SAM9260 || ARCH_AT91SAM9261 || ARCH_Z228

=================================================================
maybe need to modify   macro pgtbl:
    .macro  pgtbl, rd
/*
    ldr \rd, =(0x4000)
*/
    adr \rd, stext
    sub \rd, \rd, #0x4000
    .endm

==================================================================
add :
z228        ARCH_Z228   Z228        387
=================================================================
modify Makefile
ARCH        ?= arm
CROSS_COMPILE   ?= /home/zhm/arm-toolchain/gcc-3.4.4-glibc-2.3.6/bin/arm-linux-

===========================
make menuconfig
===========================
make
阅读(2024) | 评论(0) | 转发(0) |
0

上一篇:highmem tactics

下一篇:const用法

给主人留下些什么吧!~~