aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-27digsy_mtc: move board into vendor dir and add vendor logoAnatolij Gustschin12-4/+8
2011-07-27mpc5200: digsy_mtc: add support for writing 'appreg' valueAnatolij Gustschin1-6/+40
2011-07-27mpc5200: digsy_mtc: add support for graphic extension boardAnatolij Gustschin4-3/+154
2011-07-27phylib: Detect link on 10G devices correctlyAndy Fleming2-2/+14
2011-07-27bootp: add ntpserver option to bootp requestLuuk Paulussen1-0/+15
2011-07-26add command fitupd to run an update from a FIT imageAndreas Pretzsch3-0/+42
2011-07-26automatic update from FIT image: add optional address parameterAndreas Pretzsch2-8/+16
2011-07-26post: fix indendation/brace confusionJames Kosin1-12/+12
2011-07-26fix unconfigured out-of-tree building of toolsMike Frysinger1-0/+1
2011-07-26panic: add noreturn attributeMike Frysinger1-1/+1
2011-07-26simplify clobber behavior with out-of-tree buildsMike Frysinger1-4/+1
2011-07-26post: new nor flash testMike Frysinger4-2/+123
2011-07-26post: use ARRAY_SIZEMike Frysinger25-52/+28
2011-07-26post: add gpio hotkey supportMike Frysinger1-0/+21
2011-07-26serial: implement common uart post testMike Frysinger2-0/+95
2011-07-26serial: drop useless ctlr fieldMike Frysinger9-37/+22
2011-07-26serial: drop serial_register return valueMike Frysinger1-3/+1
2011-07-26serial: push default_serial_console to driversMike Frysinger8-68/+80
2011-07-26disable security warning flags when possibleMike Frysinger1-0/+4
2011-07-26cmd_usage: constifyMike Frysinger2-2/+2
2011-07-26constify default envMike Frysinger3-4/+4
2011-07-26env: allow people to force envcrc buildingMike Frysinger4-4/+18
2011-07-26sf: sst: support newer standardized flashesMike Frysinger1-2/+20
2011-07-26sf: unify write disable commandsMike Frysinger2-1/+10
2011-07-26sf: eon/stmicro: inline useless ID definesMike Frysinger2-20/+9
2011-07-26sf: kill off now-unused local stateMike Frysinger5-123/+61
2011-07-26sf: unify write funcsMike Frysinger8-325/+80
2011-07-26sf: unify write enable commandsMike Frysinger9-8/+16
2011-07-26MAKEALL: add -h/--help optionsMike Frysinger1-52/+50
2011-07-26Timer: Remove reset_timer_masked()Graeme Russ26-202/+47
2011-07-26Timer: Fix at91rm9200/spi.c timer usageGraeme Russ1-2/+3
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ49-270/+9
2011-07-26Timer: Allow reset_timer() only for systems with low resolution timersGraeme Russ5-0/+9
2011-07-26Timer: Remove set_timer completelyGraeme Russ49-254/+5
2011-07-26Remove calls to set_timer outside arch/Graeme Russ3-12/+18
2011-07-26spl: add support for omap-common librariesDaniel Schwierzeck1-0/+7
2011-07-26spl: Add support for common libraries and driversDaniel Schwierzeck1-0/+11
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V22-70/+70
2011-07-26scaled down version of generic libraries for SPLAneesh V5-8/+23
2011-07-26arm: adjust PLATFORM_LIBS for SPLAneesh V1-3/+10
2011-07-26Hook SPL build-system into toplevel MakefileDaniel Schwierzeck1-0/+5
2011-07-26Extend build-system for SPL frameworkDaniel Schwierzeck2-2/+35
2011-07-26spl: add initial support for a generic SPL frameworkDaniel Schwierzeck4-0/+205
2011-07-26Use ALL-y style instead of ifeq blocks for better readabilityDaniel Schwierzeck7-20/+12
2011-07-26Fix: watchdog timed out, if using md5 commandJens Scharsig1-1/+1
2011-07-26Fix: watchdog timed out, if using sha1 commandJens Scharsig1-1/+1
2011-07-26command/cmd_cache.c: Add optional flush argumentsMatthew McClintock1-9/+28
2011-07-26common/cmd_ximg.c: add ifdef protection for gzip uncompressionMatthew McClintock1-0/+2
2011-07-26disk/part.c: Make features optionalMatthew McClintock10-4/+33
2011-07-26miiphy: use strncpy() not sprintf()Laurence Withers1-10/+4