summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeLines
...
| | * | | omap4: duovero: Correct name of default device treeAsh Charles2014-06-19-1/+1
| | |/ /
| * | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2014-06-30-4/+109
| |\ \ \
| * \ \ \ Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2014-06-25-4067/+864
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini2014-06-24-1/+1
| | |\ \ \ \
| | | * | | | include/dm.h: fix inclusion guardJeroen Hofstee2014-06-21-1/+1
| | * | | | | mpc8313: add CONFIG_SYS_GENERIC_BOARD to ids8313 boardHeiko Schocher2014-06-23-1/+2
| | |/ / / /
| | * | | | dm: Tidy up four minor code nitsSimon Glass2014-06-20-6/+28
| | * | | | tegra: Enable driver modelSimon Glass2014-06-20-0/+3
| | * | | | tegra: dts: Bring in GPIO bindings from linuxSimon Glass2014-06-20-0/+107
| | * | | | dm: Cast away the const-ness of the global_data pointerSimon Glass2014-06-20-0/+4
| | * | | | dm: Rename struct device_id to udevice_idSimon Glass2014-06-20-3/+3
| | * | | | sandbox: Support iotrace featureSimon Glass2014-06-20-0/+3
| | * | | | Add an I/O tracing featureSimon Glass2014-06-20-0/+104
| | * | | | includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-19-3/+3
| | * | | | Enhance fit_check_sign to check all imagesSimon Glass2014-06-19-1/+6
| | * | | | Avoid including config.h in command.hSimon Glass2014-06-19-1/+0
| | * | | | bootm: Support android boot on sandboxSimon Glass2014-06-19-0/+1
| | * | | | image: Remove the fit_load_image() property parameterSimon Glass2014-06-19-2/+3
| | * | | | bootm: Split out code from cmd_bootm.cSimon Glass2014-06-19-0/+55
| | * | | | hash: Use uint8_t in preference to u8Simon Glass2014-06-19-1/+2
| | * | | | am335x_evm: Only enable OF_CONTROL/OF_SEPARATE on VBOOT for nowTom Rini2014-06-19-3/+3
| | * | | | fdt_support: delete force argument of fdt_chosen()Masahiro Yamada2014-06-19-1/+1
| | * | | | fdt_support: delete force argument of fdt_initrd()Masahiro Yamada2014-06-19-1/+1
| | * | | | configs: iocon: Enabling CONFIG_CMD_FPGAD againMichal Simek2014-06-18-2/+1
| | * | | | tps6586x.h: fix inclusion guardJeroen Hofstee2014-06-11-1/+1
| | * | | | Add run_command_repeatable()Thomas Betker2014-06-11-0/+1
| | * | | | am33xx/omap: Add a new board to enable verified bootSimon Glass2014-06-11-0/+4
| | * | | | am33xx/omap: Enable FIT supportSimon Glass2014-06-11-0/+5
| | * | | | am33xx/omap: Enable CONFIG_OF_CONTROLSimon Glass2014-06-11-0/+6
| | * | | | arm: ti: Increase malloc size to 16MB for armv7 boardsSimon Glass2014-06-11-1/+1
| | * | | | fdt: Update functions which write to an FDT to return -ENOSPCSimon Glass2014-06-11-1/+2
| | * | | | hash: Export the function to show a hashSimon Glass2014-06-11-0/+14
| | * | | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-06-10-3/+0
| | |\ \ \ \
| | | * | | | usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAYStephen Warren2014-06-01-3/+0
| | * | | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-06-08-77/+393
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2014-06-05-2/+15
| | |\ \ \ \ \ \
| | | * | | | | | powerpc/mpc85xx: Add workaround to enable TDM on T1040Sandeep Singh2014-06-05-0/+12
| | | * | | | | | board/t2080qds: some update for ddrShengzhou Liu2014-06-05-2/+3
| | * | | | | | | nand_spl: remove simpc8313 supportMasahiro Yamada2014-06-05-580/+0
| | * | | | | | | nand_spl: remove MPC8315ERDB_NAND supportMasahiro Yamada2014-06-05-30/+2
| | * | | | | | | nand_spl: remove MPC8536DS supportMasahiro Yamada2014-06-05-27/+2
| | * | | | | | | nand_spl: remove MPC8569MDS_NAND supportMasahiro Yamada2014-06-05-29/+0
| | * | | | | | | nand_spl: remove MPC8572DS_NAND supportMasahiro Yamada2014-06-05-30/+0
| | * | | | | | | nand_spl: remove P1023RDS_NAND supportMasahiro Yamada2014-06-05-45/+1
| | * | | | | | | Prevent a buffer overflow in mkimage when signing with SHA256Michael van der Westhuizen2014-06-05-12/+15
| | * | | | | | | mpc8313, signed fit: enable legacy image format on ids8313 boardHeiko Schocher2014-06-05-0/+1
| | * | | | | | | bootm: make use of legacy image format configurableHeiko Schocher2014-06-05-0/+11
| | * | | | | | | disk: part_efi: add get_partition_info_efi_by_name()Steve Rae2014-06-05-0/+11
| | * | | | | | | fat: Define MAX_CLUSTSIZE using CONFIG_FS_FAT_MAX_CLUSTSIZESiva Durga Prasad Paladugu2014-06-05-1/+5
| | |/ / / / / /
| | * | | | | | Merge branch 'master' of git://git.denx.de/u-boot-avr32Tom Rini2014-06-05-0/+1
| | |\ \ \ \ \ \