aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2010-10-18Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk1-3/+3
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk5-16/+16
2010-10-12led_display: split led display support into generic and hw-dependent partsIlya Yanok1-0/+27
2010-10-07p1022ds: add audclk hwconfig setting to enable codec reference clockTimur Tabi1-0/+21
2010-10-04CONFIG_SYS_ARM_WITHOUT_RELOC: document feature removalWolfgang Denk1-1/+28
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