]> git.sur5r.net Git - u-boot/blobdiff - doc/README.alaska8220
mpc85xx: Add inline GPIO acessor functions
[u-boot] / doc / README.alaska8220
index 8e659f3dde915ad40d2365b1fe1af36a5ca59d6a..334507397d5be802135bbd8a2b1a11201a49198f 100644 (file)
@@ -22,7 +22,7 @@ Changed files:
 - include/asm-ppc/global_data.h added global variables - inp_clk, pci_clk,
                            vco_clk, pev_clk, flb_clk, and bExtUart
 
-- lib_ppc/board.c          added CONFIG_MPC8220 support
+- arch/powerpc/lib/board.c         added CONFIG_MPC8220 support
 
 - net/eth.c                added FEC support for MPC8220
 
@@ -37,24 +37,24 @@ Added files:
 - board/alaska/config.mk    config make
 - board/alaska/u-boot.lds   Linker description
 
-- cpu/mpc8220/dma.h        multi-channel dma header file
-- cpu/mpc8220/dramSetup.h   dram setup header file
-- cpu/mpc8220/fec.h        MPC8220 FEC header file
-- cpu/mpc8220/cpu.c        cpu specific code
-- cpu/mpc8220/cpu_init.c    Flexbus ChipSelect and Mux pins setup
-- cpu/mpc8220/dramSetup.c   MPC8220 DDR SDRAM setup
-- cpu/mpc8220/fec.c        MPC8220 FEC driver
-- cpu/mpc8220/i2c.c        MPC8220 I2C driver
-- cpu/mpc8220/interrupts.c  interrupt support (not enable)
-- cpu/mpc8220/loadtask.c    load dma
-- cpu/mpc8220/speed.c      system, pci, flexbus, pev, and cpu clock
-- cpu/mpc8220/traps.c      exception
-- cpu/mpc8220/uart.c       MPC8220 UART driver
-- cpu/mpc8220/Makefile     Makefile
-- cpu/mpc8220/config.mk            config make
-- cpu/mpc8220/fec_dma_task.S MPC8220 FEC multi-channel dma program
-- cpu/mpc8220/io.S         io functions
-- cpu/mpc8220/start.S      start up
+- arch/powerpc/cpu/mpc8220/dma.h           multi-channel dma header file
+- arch/powerpc/cpu/mpc8220/dramSetup.h   dram setup header file
+- arch/powerpc/cpu/mpc8220/fec.h           MPC8220 FEC header file
+- arch/powerpc/cpu/mpc8220/cpu.c           cpu specific code
+- arch/powerpc/cpu/mpc8220/cpu_init.c    Flexbus ChipSelect and Mux pins setup
+- arch/powerpc/cpu/mpc8220/dramSetup.c   MPC8220 DDR SDRAM setup
+- arch/powerpc/cpu/mpc8220/fec.c           MPC8220 FEC driver
+- arch/powerpc/cpu/mpc8220/i2c.c           MPC8220 I2C driver
+- arch/powerpc/cpu/mpc8220/interrupts.c  interrupt support (not enable)
+- arch/powerpc/cpu/mpc8220/loadtask.c    load dma
+- arch/powerpc/cpu/mpc8220/speed.c         system, pci, flexbus, pev, and cpu clock
+- arch/powerpc/cpu/mpc8220/traps.c         exception
+- arch/powerpc/cpu/mpc8220/uart.c          MPC8220 UART driver
+- arch/powerpc/cpu/mpc8220/Makefile        Makefile
+- arch/powerpc/cpu/mpc8220/config.mk       config make
+- arch/powerpc/cpu/mpc8220/fec_dma_task.S MPC8220 FEC multi-channel dma program
+- arch/powerpc/cpu/mpc8220/io.S            io functions
+- arch/powerpc/cpu/mpc8220/start.S         start up
 
 - include/mpc8220.h
 
@@ -87,12 +87,12 @@ Added files:
 3.1 Explanation on NEW definitions in include/configs/alaska8220.h
     CONFIG_MPC8220         MPC8220 specific
     CONFIG_ALASKA8220      Alaska board specific
-    CFG_MPC8220_CLKIN      Define Alaska Input Clock
+    CONFIG_SYS_MPC8220_CLKIN       Define Alaska Input Clock
     CONFIG_PSC_CONSOLE     Enable MPC8220 UART
     CONFIG_EXTUART_CONSOLE  Enable External 16552 UART
-    CFG_AMD_BOOT           To determine the u-boot is booted from AMD or Intel
-    CFG_MBAR               MBAR base address
-    CFG_DEFAULT_MBAR       Reset MBAR base address
+    CONFIG_SYS_AMD_BOOT            To determine the u-boot is booted from AMD or Intel
+    CONFIG_SYS_MBAR                MBAR base address
+    CONFIG_SYS_DEFAULT_MBAR        Reset MBAR base address
 
 3.2 Compilation
    export CROSS_COMPILE=cross-compile-prefix