summaryrefslogtreecommitdiff
path: root/common/Makefile
AgeCommit message (Expand)Author
2016-09-27common: dfu: saperate the dfu common functionalityB, Ravi
2016-09-27spl: dfu: add dfu support in SPLB, Ravi
2016-09-16Use separate options for TPL supportSimon Glass
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini
2016-06-24hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSERMasahiro Yamada
2016-06-20autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.cMasahiro Yamada
2016-06-12verified-boot: Minimal support for booting U-Boot proper from SPLTeddy Reed
2016-05-27Drop use of CONFIG_SYS_GENERIC_BOARD in U-BootSimon Glass
2016-05-20cmd: eeprom: add support for layout aware commandsNikita Kiryanov
2016-05-17dm: sata: Separate the non-command code into its own fileSimon Glass
2016-05-17dm: ide: Separate the non-command code into its own fileSimon Glass
2016-05-17dm: scsi: Separate the non-command code into its own fileSimon Glass
2016-04-18common: env: support sata devicePeng Fan
2016-03-22Allow command-line files to be droppedSimon Glass
2016-03-14fdt: Allow libfdt to be used in SPLSimon Glass
2016-03-14Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass
2016-03-14common: Add support for environment file in EXT4.Stuart Longland
2016-02-08Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)
2016-01-25Move all command code into its own directorySimon Glass
2016-01-20dm: lcd: Avoid using the lcd.h header file with driver modelSimon Glass
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