summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: Dont clobber %eax after getting memory sizeGraeme Russ2010-10-071-3/+2
* x86: Don't clobber %ebxGraeme Russ2010-10-072-7/+12
* x86: Remove usage of %ebp as a return pointerGraeme Russ2010-10-075-13/+12
* x86: Move ECC initialisation outside RAM initialisationGraeme Russ2010-10-072-14/+14
* x86: Remove progress indication in low-level initGraeme Russ2010-10-072-54/+2
* x86: Fix %ss and %esp in register structure for interruptsGraeme Russ2010-10-073-4/+45
* x86: Change compiler optionsGraeme Russ2010-10-074-17/+12
* x86: Coding Style CleanupGraeme Russ2010-10-074-373/+362
* x86: Move loading of GTD to C codeGraeme Russ2010-10-072-96/+57
* x86: use gc sections to reduce image sizeGraeme Russ2010-10-072-5/+8
* x86: zboot updateGraeme Russ2010-10-071-5/+13
* x86: Use TEXT_BASE in linker scriptsGraeme Russ2010-10-071-4/+4
* x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boardsGraeme Russ2010-10-072-2/+2
* x86: Remove bi_env from do_bdinfoGraeme Russ2010-10-071-1/+0
* Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2010-10-05175-23567/+11281
|\
| * Blackfin: otp: fix build after constification of args[]Mike Frysinger2010-10-021-6/+7
| * Blackfin: bf537-pnav: increase monitor lenMike Frysinger2010-10-021-1/+1
| * Blackfin: bf527-ad7160-eval: fix GPIO CS defineMike Frysinger2010-10-021-1/+1
| * Blackfin: bf548-ezkit: bump SPI flash size upMike Frysinger2010-10-022-1/+5
| * Blackfin: fix MMC init output alignmentMike Frysinger2010-10-021-1/+1
| * Blackfin: blackvme: new board portWojtek Skulski2010-10-026-1/+368
| * Blackfin: propagate target cpu defines when building embedded envMike Frysinger2010-10-021-0/+3
| * Blackfin: cmd_gpio: accept upper case pin namesMike Frysinger2010-10-021-2/+3
| * Blackfin: bf526-ezbrd: enable BootROM-OOB layout when booting from NANDMike Frysinger2010-10-021-2/+3
| * Blackfin: adi config: enable nand lock/unlock supportMike Frysinger2010-10-021-0/+1
| * Blackfin: bct-brettl2: new board portPeter Meerwald2010-10-0210-0/+590
| * Blackfin: adi config: allow boards to tweak a little moreMike Frysinger2010-10-021-8/+14
| * Blackfin: cmd_gpio: return gpio value to callerMike Frysinger2010-10-021-1/+1
| * Blackfin: bf527-sdp: new board portMike Frysinger2010-10-026-0/+245
| * Blackfin: adi config: add a hook for boards to append the envMike Frysinger2010-10-021-1/+5
| * Blackfin: adi config: add an "all spi flashes" option to unify board listsMike Frysinger2010-10-024-12/+15
| * Blackfin: support a 3rd gpio cfi pinPeter Meerwald2010-10-021-1/+14
| * Blackfin: cmd_gpio: document/extend input sub-optionMike Frysinger2010-10-021-14/+13
| * Blackfin: move CONFIG_BFIN_CPU to board config.mkMike Frysinger2010-10-0253-34/+52
| * Blackfin: bf561: merge headersMike Frysinger2010-10-024-1930/+1906
| * Blackfin: bf533: merge headersMike Frysinger2010-10-028-1342/+1293
| * Blackfin: unify core MMRsMike Frysinger2010-10-0238-3456/+350
| * Blackfin: bf52x: unify arch header duplicationMike Frysinger2010-10-026-2316/+6
| * Blackfin: bf537: unify arch header duplicationMike Frysinger2010-10-025-295/+6
| * Blackfin: punt old *p style volatile MMR definesMike Frysinger2010-10-0224-13223/+0
| * Blackfin: bf527-ad7160-eval: convert from old style MMR macrosMike Frysinger2010-10-021-1/+1
| * Blackfin: cm-bf548: video: convert from old style MMR macrosMike Frysinger2010-10-021-11/+12
| * Blackfin: bf548-ezkit: video: convert from old style MMR macrosMike Frysinger2010-10-021-10/+11
| * Blackfin: bf527-ezkit: video: convert from old style MMR macrosMike Frysinger2010-10-021-36/+40
| * Blackfin: bf537-stamp: post: update old MMR style macrosMike Frysinger2010-10-022-131/+75
| * Blackfin: bfin_mac: convert from old style MMR macrosMike Frysinger2010-10-021-32/+36
| * Blackfin: punt headers for non-existent BF541Mike Frysinger2010-10-024-448/+0
| * Blackfin: unify gpio cfi implementationsMike Frysinger2010-10-0210-216/+26
| * Blackfin: bfin_sdh: clean up send_cmdMike Frysinger2010-10-021-10/+15
| * Blackfin: bfin_spi: add optional DMA supportMike Frysinger2010-10-022-27/+203