summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* powerpc/mpc8536ds: Add eSPI support for MPC8536DSXie Xiaobo2011-10-09-4/+21
* powerpc/mpc8548cds: Update config filechenhui zhao2011-10-09-18/+26
* powerpc/mpc86xx: Disable translation for BAT setupBecky Bruce2011-10-09-79/+142
* powerpc/mpc8641hpcn: fix SRIO BAT configBecky Bruce2011-10-09-5/+0
* powerpc/85xx: fix null pointer dereference when init the SGMII TBI PHYTimur Tabi2011-10-09-3/+11
* powerpc/mpc8xxx: Merge entries in DDR speed tableYork Sun2011-10-09-460/+472
* phylib: Work around bug in Teranetics PHYAndy Fleming2011-10-09-1/+20
* powerpc/85xx: CONFIG_ENABLE_36BIT_PHYS does not depend on CONFIG_PHYS_64BITTimur Tabi2011-10-09-3/+3
* powerpc/8xxx: Add support for interactive DDR programming interfaceYork Sun2011-10-09-18/+1880
* arm920t/s3c24x0/usb_ohci.c: fix warning: variable ... set but not usedWolfgang Denk2011-10-09-2/+1
* common/usb.c: fix warning: variable ... set but not usedWolfgang Denk2011-10-09-7/+13
* drivers/usb/host/ohci-hcd.c: fix warning: variable ... set but not usedWolfgang Denk2011-10-09-2/+1
* common/cmd_usb.c: fix warning: variable ... set but not usedWolfgang Denk2011-10-09-2/+1
* drivers/net/smc91111.c: fix warning: variable ... set but not usedWolfgang Denk2011-10-09-8/+0
* fs/jffs2/jffs2_1pass.c: fix warning: variable ... set but not usedWolfgang Denk2011-10-09-10/+4
* CFI: fix warning: variable ... set but not usedWolfgang Denk2011-10-09-2/+11
* arch/arm/lib/board.c: fix warning: variable ... set but not usedWolfgang Denk2011-10-09-3/+1
* netconsole: support packets longer than 512 bytesMichael Walle2011-10-09-4/+7
* cmd_time: add time commandChe-liang Chiou2011-10-09-0/+92
* README: fix typos and such.Wolfgang Denk2011-10-09-8/+5
* README: fix documentation of CONFIG_SHOW_BOOT_PROGRESSWolfgang Denk2011-10-09-36/+36
* common/image.c: remove duplicated IH_TYPE entries.Wolfgang Denk2011-10-09-6/+3
* serial: uartlite: Support for SERIAL_MULTIMichal Simek2011-10-09-19/+142
* ppc: Fix DBSR_IAx defines in <bedbug/regs.h>Stefan Roese2011-10-09-16/+15
* ppc: Include <asm/cache.h> in common.hStefan Roese2011-10-09-0/+8
* part: show efi partition name when print out partition infoLei Wen2011-10-06-5/+22
* ublimage: NAND block size isn't set at build-timeLoïc Minier2011-10-06-7/+4
* Safer timestamp_autogenerated.h generationLoïc Minier2011-10-06-2/+3
* Build timestamp_autogenerated.h without configLoïc Minier2011-10-06-9/+10
* Tell git to ignore asm-offsets.sLaurence Withers2011-10-06-2/+1
* SPL: Make path to start.S configurableMarek Vasut2011-10-05-2/+8
* cmd_sf: Fix compiler warningKumar Gala2011-10-05-3/+3
* board configs: drop NET_MULTI referencesMike Frysinger2011-10-05-484/+10
* net: drop !NET_MULTI codeMike Frysinger2011-10-05-198/+23
* net: drop !NET_MULTI ns7520 driverMike Frysinger2011-10-05-1191/+0
* net: drop !NET_MULTI bcm570x/tigon3 driversMike Frysinger2011-10-05-12879/+2
* mkconfig: start deprecating Makefile config targetsMike Frysinger2011-10-05-0/+25
* image: push default arch values to arch headersMike Frysinger2011-10-05-80/+38
* MAKEALL: rename coldfire list to m68k to match archMike Frysinger2011-10-05-1/+2
* mkimage: Add variable lenght header supportStefano Babic2011-10-05-5/+22
* mkimage: ublimage must return if the header is not verifiedStefano Babic2011-10-05-0/+5
* km_arm: enable POST for these boardsValentin Longchamp2011-10-05-0/+39
* km_arm: change CONFIG_SYS_TEXT_BASE to end of RAMValentin Longchamp2011-10-05-1/+1
* POST: add new memory regions testValentin Longchamp2011-10-05-19/+73
* POST: drivers/memory.c coding style cleanupValentin Longchamp2011-10-05-56/+57
* POST: make env test flags fetching optionalValentin Longchamp2011-10-05-5/+15
* POST: add post_log_res field for post results in global dataValentin Longchamp2011-10-05-4/+10
* POST: allow redefinition of post_word_load/storeValentin Longchamp2011-10-05-0/+8
* POST/arm: adaptations needed for POST on ARM to workValentin Longchamp2011-10-05-0/+6
* console: Implement pre-console bufferGraeme Russ2011-10-05-2/+88