summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2008-11-01-805/+427
|\
| * Blackfin: fix up UART status bit handlingMike Frysinger2008-10-23-12/+60
| * Blackfin: bf561-ezkit: drop redundant codeMike Frysinger2008-10-23-4/+2
| * Blackfin: bf561-ezkit: drop pointless USB codeMike Frysinger2008-10-23-15/+0
| * Blackfin: linker scripts: force start.o and set initcode boundariesMike Frysinger2008-10-23-4/+24
| * Blackfin: small cpu init optimization while setting interrupt maskMike Frysinger2008-10-23-5/+2
| * Blackfin: set initial stack correctly according to Blackfin ABIMike Frysinger2008-10-23-3/+3
| * Blackfin: make baud calculation more accurateMike Frysinger2008-10-23-4/+4
| * Blackfin: decode hwerrcause/excause when crashingMike Frysinger2008-10-23-2/+40
| * Blackfin: fix register dump messagesMike Frysinger2008-10-23-1/+5
| * Blackfin: don't bother displaying reboot msg when crashingMike Frysinger2008-10-23-5/+1
| * Blackfin: enable support for nested interruptsMike Frysinger2008-10-23-4/+10
| * Blackfin: init NAND before relocating envMike Frysinger2008-10-23-5/+5
| * Blackfin: check cache bits, not cplb bitsMike Frysinger2008-10-23-2/+2
| * Blackfin: drop unused cache flush codeMike Frysinger2008-10-23-231/+1
| * Blackfin: unify cache handling codeMike Frysinger2008-10-23-35/+35
| * Blackfin: only initialize the RTC when actually usedMike Frysinger2008-10-23-13/+10
| * Blackfin: fix SWRST register definitionMike Frysinger2008-10-23-9/+9
| * Blackfin: build with -fomit-frame-pointerMike Frysinger2008-10-23-1/+1
| * Blackfin: document some of the blackfin directoriesMike Frysinger2008-10-23-0/+2
| * Blackfin: only enable hardware error irq by defaultMike Frysinger2008-10-23-3/+2
| * Blackfin: punt old unused mem_init.h headerMike Frysinger2008-10-23-322/+0
| * Blackfin: delete unused page_descriptor_table_size defineMike Frysinger2008-10-23-5/+0
| * Blackfin: fix typo in boot mode comment and add NAND defineMike Frysinger2008-10-23-1/+2
| * Blackfin: fix port mux defines for BF54xBen Maan2008-10-23-32/+32
| * Blackfin: update anomaly listsMike Frysinger2008-10-23-25/+169
| * Blackfin: unify DSPID/DBGSTAT MMR definitionsMike Frysinger2008-10-23-64/+8
* | Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)Bartlomiej Sieka2008-10-31-3/+3
* | 74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cacheDave Liu2008-10-31-4/+4
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk2008-10-30-1/+1
|\ \
| * | mpc83xx pci: Round up memory size in inbound window.Scott Wood2008-10-30-1/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc86xxWolfgang Denk2008-10-30-72/+4
|\ \ \
| * | | 86xx: remove the unused definitionDave Liu2008-10-30-20/+0
| * | | 86xx: remove the redundant r2 global data pointer saveDave Liu2008-10-30-1/+0
| * | | 86xx: remove the unused code for 86xx familyDave Liu2008-10-30-14/+0
| * | | 86xx: remove the second DDR LAW setting for mpc8641hpcnDave Liu2008-10-30-3/+0
| * | | 86xx: remove the unused ddr_enable_ecc in the board fileDave Liu2008-10-30-33/+0
| * | | 86xx: Move the clear_tlbs before MMU turn onDave Liu2008-10-30-1/+4
| |/ /
* | | mpc8313erdb: Document NAND boot.Scott Wood2008-10-29-4/+32
* | | NAND: Properly create JFFS2 cleanmarkers.Scott Wood2008-10-29-19/+11
* | | NAND fsl elbc: Set FMR[ECCM] based on page size.Scott Wood2008-10-29-2/+14
* | | NAND: Add support for MPC8572DS boardHaiying Wang2008-10-29-1/+62
* | | Make Freescale local bus registers available for both 83xx and 85xx.Haiying Wang2008-10-29-152/+157
* | | NAND: Align right column of the shorthelp with other commands.Scott Wood2008-10-29-1/+1
* | | NAND: Reset chip on power-upKarl Beldan2008-10-29-0/+8
* | | NAND: sync with 2.6.27Scott Wood2008-10-29-60/+188
|/ /
* | bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}Kumar Gala2008-10-29-0/+20
* | bootm: support subcommands in linux ppc bootmKumar Gala2008-10-29-96/+175
* | bootm: Add subcommandsKumar Gala2008-10-29-2/+219
* | bootm: Move to using a function pointer table for the boot os functionKumar Gala2008-10-29-37/+31