summaryrefslogtreecommitdiff
path: root/common/Makefile
AgeCommit message (Expand)Author
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2015-02-10Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2015-02-10lcd: dt: extract simplefb supportNikita Kiryanov
2015-01-29generic-board: show model name in board_init_f() tooMasahiro Yamada
2015-01-29common: convert compulab splash load code to common codeNikita Kiryanov
2015-01-10lcd: refactor lcd console stuff into its own fileNikita Kiryanov
2014-12-05common: spl: Add interactive DDR debugger support for SPL imageAlison Wang
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini
2014-11-23fs: make it possible to read the filesystem UUIDChristian Gmeiner
2014-11-21dm: Split the simple malloc() implementation into its own fileSimon Glass
2014-10-23common: Makefile: allow for spl builds with env_fatFelipe Balbi
2014-10-16crypto/fsl: Add command for encapsulating/decapsulating blobsRuchika Gupta
2014-09-24kbuild: refactor some makefilesMasahiro Yamada
2014-09-24usb/gadget: fastboot: implement sparse formatSteve Rae
2014-09-24usb/gadget: fastboot: add eMMC support for flash commandSteve Rae
2014-08-25common/Makefile: Consolidate SPL ENV options, correct inclusionTom Rini
2014-06-20Add an I/O tracing featureSimon Glass
2014-06-19bootm: Split out code from cmd_bootm.cSimon Glass
2014-05-29Move bootretry code into bootretry.c and clean upSimon Glass
2014-05-29Move command line API into cli.cSimon Glass
2014-05-29Move autoboot code to autoboot.cSimon Glass
2014-05-29Split out simple parser and readline into separate filesSimon Glass
2014-05-29Rename hush to cli_hushSimon Glass
2014-05-08usb/gadget: add the fastboot gadgetSebastian Siewior
2014-05-08image: add support for Android's boot image formatSebastian Siewior
2014-04-17Merge branch 'next'Tom Rini
2014-03-22Add lzmadec commandPatrice Bouchand
2014-03-21aes: Add 'aes' command to access AES-128-CBCMarek Vasut
2014-03-17cros_ec: Move EC interface into common libraryVadim Bendebury
2014-03-04dm: Add a demonstration/example driverSimon Glass
2014-02-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-02-26arm: Switch to -mno-unaligned-access when supported by the compilerTom Rini
2014-02-21fs/fdos: RemoveTom Rini
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada
2014-02-19common: spl: Add spl sata boot supportDan Murphy
2014-02-04common: Add new clk commandMichal Simek
2014-01-24spl: common: Support for USB MSD FAT image loadingDan Murphy
2013-12-13Makefile: delete unnecessary CPPFLAGS settingsMasahiro Yamada
2013-11-25common: Delete unnecessary rules.Masahiro Yamada
2013-10-31common: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-20cmd:thor: Support for TIZEN's download command (thordown)Lukasz Majewski
2013-07-25powerpc/ppc4xx: Add fpgad command for dumping gdsys fpga registersDirk Eibach
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-01video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEORobert Winkler
2013-06-26image: Add signing infrastructureSimon Glass
2013-06-26Add a trace commandSimon Glass
2013-06-20Makefile: move the common makefile line to public areaYing Zhang
2013-06-20common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPLYing Zhang
2013-05-30Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD