aboutsummaryrefslogtreecommitdiff
path: root/cpu/ixp
AgeCommit message (Expand)AuthorFilesLines
2009-09-04arm: Remove -fno-strict-aliasingKumar Gala1-2/+1
2009-08-21ARM: compiler options cleanup - improve tool chain supportWolfgang Denk1-1/+0
2009-08-09Dual-license IBM code contributionsJosh Boyer1-0/+2
2009-07-23unify HOST_CFLAGS and HOSTCFLAGSMike Frysinger1-1/+1
2009-06-12arm: remove cpu_initJean-Christophe PLAGNIOL-VILLARD1-5/+0
2009-06-12arm: unify interrupt initJean-Christophe PLAGNIOL-VILLARD2-13/+1
2009-06-12arm: unify linker scriptJean-Christophe PLAGNIOL-VILLARD1-0/+56
2009-06-12arm: timer and interrupt init reworkJean-Christophe PLAGNIOL-VILLARD3-49/+66
2009-06-12ixp/interrupts: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2-9/+2
2009-04-28Replace __asm references with __asm__Peter Tyser1-1/+1
2009-04-05arm: unify reset commandJean-Christophe PLAGNIOL-VILLARD1-12/+0
2009-04-05arm: clean cache managementJean-Christophe PLAGNIOL-VILLARD1-54/+10
2009-04-05arm: update co-processor 15 accessJean-Christophe PLAGNIOL-VILLARD1-30/+23
2009-03-20npe: get mac address from environmentMike Frysinger1-25/+11
2009-01-31ixp: move serial to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-126/+0
2009-01-31ixp: move pci init in arm/board instead of cpuJean-Christophe PLAGNIOL-VILLARD1-3/+0
2009-01-31ixp: move pci drivers to drivers/pciJean-Christophe PLAGNIOL-VILLARD2-572/+0
2009-01-31ixp: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD3-10/+10
2009-01-31ixp: add missing os defineJean-Christophe PLAGNIOL-VILLARD1-1/+1
2009-01-31ixp: remove the option to include the MicrocodeJean-Christophe PLAGNIOL-VILLARD2-13/+8
2009-01-30ixp/npe: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2-10/+6
2008-11-09Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()Ben Warren1-0/+9
2008-11-02Consolidate MAX/MIN definitionsAndy Fleming1-2/+0
2008-10-21Cleanup: fix "MHz" spellingWolfgang Denk1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD7-32/+32
2008-07-13Fix some more printf() format issues.Wolfgang Denk1-1/+1
2008-05-21Big white-space cleanup.Wolfgang Denk27-78/+78
2008-02-14ARM: cleanup duplicated exception handlingcodeAndreas Engel1-128/+4
2008-01-18IXP: enable RTSMichael Schwingen1-1/+5
2008-01-18IXP: add dynamic microcode addrJean-Christophe PLAGNIOL-VILLARD1-8/+17
2008-01-18load ixp42x NPE firmware from separate flash block, remove dead codeMichael Schwingen3-37/+11
2008-01-10Fix Ethernet init() return codesBen Warren1-4/+4
2008-01-09Coding Style clenaup; update CHANGELOGWolfgang Denk1-2/+2
2008-01-09IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46xJean-Christophe PLAGNIOL-VILLARD1-14/+10
2007-07-09cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2-2/+2
2007-07-04cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2-2/+2
2007-04-23Remove BOARDLIBS usage completelyStefan Roese1-1/+1
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2-2/+2
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz2-14/+27
2006-06-14Fix IxEthDB.h to compile againStefan Roese1-2/+2
2006-05-30Minor cleanup.Wolfgang Denk10-2590/+74
2006-05-30* Update Intel IXP4xx supportWolfgang Denk156-15/+72222
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2-4/+6
2005-10-04Update ARM Integrator boards:Wolfgang Denk1-1/+0
2005-10-04Make sure only supported compiler options are usedWolfgang Denk1-2/+10
2005-09-25Fix warnings for PCI code on ixpWolfgang Denk1-43/+2
2005-04-04Patch by Steven Scholz, 4 Apr 2005:wdenk1-0/+2
2005-04-03Patch by Steven Scholz, 25 Oct 2004:wdenk2-4/+0
2005-01-12* Some Cleanup.wdenk1-10/+13
2005-01-09* Patch by Jon Loeliger, 02 Sep 2004:wdenk4-4/+620