aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2010-09-23Remove unused CONFIG_SERIAL_SOFTWARE_FIFO featureStefan Roese1-6/+0
2010-09-19ARM: implement relocation for ARM926Heiko Schocher1-0/+23
2010-09-19ARM: add relocation supportHeiko Schocher1-0/+321
2010-09-10Prepare v2010.09-rc1v2010.09-rc1Wolfgang Denk1-1/+0
2010-09-03AT91: MCI: add SD/MMC driver using mmc frameworkReinhard Meyer1-0/+86
2010-08-10Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-0/+8
2010-08-10Merge branch 'master' of git://git.denx.de/u-boot-marvellWolfgang Denk1-0/+8
2010-08-09net: rename "FSL UECx" net interfaces "UECx"Kim Phillips1-1/+1
2010-08-09net ppc: fix ethernet device names with spacesHeiko Schocher1-2/+2
2010-08-08Add mkimage manpageNobuhiro Iwamatsu1-0/+118
2010-08-08ide: add configurationAlbert Aribaud1-0/+8
2010-07-26powerpc/8xxx: Enabled address hashing for 85xxyork1-2/+13
2010-07-26powerpc/8xxx: Fix bug in memctrl interleaving & bank interleaving on cs0~cs4york1-0/+3
2010-07-26powerpc/8xxx: Enabled hwconfig for memory interleavingKumar Gala1-11/+14
2010-07-12SPEAr : Network driver support addedVipin KUMAR1-0/+25
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-05-28nios: remove nios-32 archThomas Chou13-3291/+1
2010-05-28nios2: fix r15 issue for gcc4Thomas Chou1-6/+7
2010-05-21Fix "par[t]ition" typo.Wolfgang Denk1-1/+1
2010-05-03Program net device MAC addresses after initializingBen Warren2-5/+12
2010-04-21Move arch/ppc to arch/powerpcStefan Roese9-49/+49
2010-04-13nios: Move cpu/nios/* to arch/nios/cpu/*Peter Tyser1-1/+1
2010-04-13i386: Move cpu/i386/* to arch/i386/cpu/*Peter Tyser1-2/+2
2010-04-13m68k: Move cpu/$CPU to arch/m68k/cpu/$CPUPeter Tyser6-38/+38
2010-04-13arm: Move cpu/$CPU to arch/arm/cpu/$CPUPeter Tyser3-5/+5
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser7-42/+42
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser10-36/+36
2010-04-13Create CPUDIR variablePeter Tyser1-3/+3
2010-04-10Add initial support for Matrix Vision mvSMR board based on MPC5200B.Andre Schwarz1-0/+55
2010-04-03s5pc1xx: update the README fileMinkyu Kang1-1/+17
2010-03-31net, doc: How to setup MAC address correctlyHeiko Schocher1-0/+11
2010-03-31doc: Fix ramdisk examples in doc/uImage.FIT/multi.itsFelix Radensky1-0/+4
2010-03-28ml300: remove support for broken, orphaned boardWolfgang Denk1-128/+0
2010-03-12Prepare v2010.03-rc1v2010.03-rc1Wolfgang Denk1-2/+2
2010-03-12Fix MPC8536DS documentationFrans Meulenbroeks1-1/+1
2010-03-12doc: add README for CONFIG_HWCONFIG optionHeiko Schocher1-0/+50
2010-02-12prepare joining at91rm9200 into at91Jens Scharsig1-0/+23
2010-02-12add new CONFIG_AT91_LEGACYJens Scharsig1-0/+41
2010-01-25mkimage: Add Freescale imx Boot Image support (imximage)Stefano Babic1-0/+188
2010-01-23SPEAr : Adding README.spear in docVipin KUMAR1-0/+48
2010-01-07mpc83xx: Add NAND boot support for MPC8315E-RDB boardsAnton Vorontsov1-2/+27
2009-12-05Merge branch 'master' into nextWolfgang Denk5-0/+15
2009-11-27TI DaVinci: Adding a README for the DaVinci series of SOC'sSandeep Paulraj1-0/+116
2009-11-24Fix example FIT image source filesIra W. Snyder5-0/+15
2009-11-09clarify eth driver halt/recv stepsMike Frysinger1-5/+8
2009-10-28Coding Style cleanup; update CHANGELOG, prepare -rc1v2009.11-rc1Wolfgang Denk3-12/+12
2009-10-13s5pc1xx: add support SMDKC100 boardMinkyu Kang1-0/+56
2009-10-10Rewrite the miiphybb (Bit-banged MII bus driver) in order to support an arbit...Luigi 'Comio' Mantellini1-0/+56
2009-10-05Add information about return values of xxx_eth_register() in documentationBen Warren1-8/+13
2009-10-04document network driver frameworkMike Frysinger1-0/+177