summaryrefslogtreecommitdiff
path: root/common/Makefile
AgeCommit message (Expand)Author
2015-12-05common/Makefile: Compile fdt_support is enabled in SPLStefan Roese
2015-11-12sparse: Rename the file and headerMaxime Ripard
2015-11-12fastboot: Implement NAND backendMaxime Ripard
2015-10-24Move board_init_f_mem() into a common locationSimon Glass
2015-10-22drivers: Introduce a simplified remoteproc frameworkNishanth Menon
2015-09-21common/cmd_ethsw: Add generic commands for Ethernet SwitchesCodrin Ciubotariu
2015-09-07update: tftp: dfu: Extend update_tftp() function to support DFULukasz Majewski
2015-08-31dm: tpm: Add a 'tpmtest' commandSimon Glass
2015-08-12spl, common, serial: build SPL without serial supportHeiko Schocher
2015-08-05efi: Add a command to display the memory mapSimon Glass
2015-05-14dm: regulator: add regulator commandPrzemyslaw Marczak
2015-05-14dm: pmic: add pmic commandPrzemyslaw Marczak
2015-04-29Add a 'cpu' command to print CPU informationSimon Glass
2015-04-20Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2015-04-19sandbox: Renamed sb command to hostSjoerd Simons
2015-04-18common/lcd_console: introduce display/framebuffer rotationHannes Petermaier
2015-04-10common/armflash: Support for ARM flash imagesLinus Walleij
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