aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2011-02-17logo: OsmocomBB logo updatedMarcin Mielczarczyk2-1/+1
2011-02-17lcd: Support for LCD frame buffer.Marcin Mielczarczyk2-53/+125
2011-02-17u-boot: BMP_LOGO tool fixesMarcin Mielczarczyk1-2/+8
2011-02-17sciphone_g2: MT62xx boot header generatorMarcin Mielczarczyk1-0/+356
2011-02-02imximage: Add MX53 boot image supportLiu Hui-R643432-158/+477
2011-01-19Fix typo ("comand" instead of "command")Loïc Minier1-1/+1
2010-11-27Coding Style (white space) cleanupWolfgang Denk1-4/+4
2010-11-14Makefile: move include for config.mk upFrançois Revol1-6/+6
2010-11-14tools/env: cleanup host build flagsDaniel Hobi1-5/+10
2010-10-27make-asm-offsets: fix sed scriptWolfgang Denk1-2/+2
2010-10-26include/asm-offsets.h: automatically generate assembler constantsWolfgang Denk1-0/+27
2010-10-18autoconfig.mk: avoid apostophes around hex valuesWolfgang Denk1-2/+6
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+2
2010-10-12tools/imls: fix comment in MakefileDaniel Hobi1-1/+1
2010-09-28Merge branch 'next' of /home/wd/git/u-boot/nextWolfgang Denk4-3/+12
2010-09-21logos: add Freescale logoTimur Tabi2-0/+3
2010-09-21setlocalversion: add some more fallbacks for git describeMike Frysinger1-1/+2
2010-09-19tools: enable img2srec for "tools-all" targetMike Frysinger1-0/+1
2010-09-19tools/env: use host build flagsMike Frysinger1-3/+3
2010-09-19tools: update .gitignoreMike Frysinger1-0/+5
2010-09-18tools/env: fail on invalid optionsDaniel Hobi1-0/+4
2010-09-18tools/env: allow option "-n" for fw_printenvDaniel Hobi1-2/+5
2010-08-10ARM: Add support for jadecpu board based on MB86R01 SoCMatthias Weisser2-0/+3
2010-08-09tools/env/fw_printenv: Make redundant env work on locked flashes alsoDetlev Zundel1-1/+6
2010-07-25Blackfin: jtagconsole: disable output processingMike Frysinger1-2/+2
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-31/+18
2010-06-29Tools: set multiple variable with fw_setenv utilityStefano Babic3-52/+288
2010-04-30mkimage: correct spelling error in imximageStefano Babic1-1/+1
2010-04-13Move libfdt/ into lib/Peter Tyser2-6/+6
2010-04-13Rename lib_generic/ to lib/Peter Tyser3-9/+9
2010-04-10mkimage: Fix strict-aliasing compiler warningPeter Tyser1-5/+3
2010-03-28mkimage: fix Segmentation Fault when run without "-n name" optionWolfgang Denk1-0/+1
2010-03-11mkimage: dont force entry point with xipMike Frysinger1-14/+0
2010-02-24tools: fix imximage warningKim Phillips1-1/+1
2010-02-24mkimage: SEGFAULT with imximage on 64 bit systemsStefano Babic2-17/+15
2010-02-12at91: Add esd gmbh OTC570 board supportDaniel Gorsulowski2-0/+3
2010-01-27Fix compiler warning in imximage.c due to getline prototypeKumar Gala1-0/+3
2010-01-26getline: split out for darwin systemsMike Frysinger6-99/+111
2010-01-26tools: give explicit libfdt pathsMike Frysinger1-1/+1
2010-01-25mkimage: Add Freescale imx Boot Image support (imximage)Stefano Babic5-0/+434
2010-01-21tools: allow people to compile w/out configuringMike Frysinger1-0/+9
2010-01-21ubsha1: drop unnecessary includes/prototypesMike Frysinger1-8/+0
2010-01-18easylogo: add support for 16-bit RGB565Michael Hennerich1-18/+60
2009-12-07Merge branch 'master' of ../work into nextWolfgang Denk1-4/+2
2009-12-07tools/mkimage: Remove duplicate line of codePeter Tyser1-4/+2
2009-12-05Merge branch 'master' into nextWolfgang Denk6-160/+256
2009-12-05tools/mkimage: Print FIT image contents after creationPeter Tyser1-25/+26
2009-12-05tools/fit_image.c: Remove unused fit_set_header()Peter Tyser1-33/+1
2009-12-05tools/mkimage: Assume FDT image type for FIT imagesPeter Tyser1-0/+6
2009-12-02makefiles: fixes for building build toolsScott Wood4-118/+56