summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* | | odroid-xu3: defconfig: disable memset at malloc initPrzemyslaw Marczak2015-03-09-0/+2
* | | odroid: defconfig: disable memset at malloc initPrzemyslaw Marczak2015-03-09-1/+1
* | | trats2: defconfig: disable memset at malloc initPrzemyslaw Marczak2015-03-09-0/+1
* | | dlmalloc: do memset in malloc init as new default configPrzemyslaw Marczak2015-03-09-10/+32
* | | dfu: mmc: file buffer: remove static allocationPrzemyslaw Marczak2015-03-09-3/+22
* | | arm: relocation: clear .bss section with arch memset if definedPrzemyslaw Marczak2015-03-09-1/+9
* | | exynos: config: enable arch memcpy and arch memsetPrzemyslaw Marczak2015-03-09-0/+3
* | | Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini2015-03-08-113/+3
|\ \ \
| * | | README: remove description about driver model configuration optionsMasahiro Yamada2015-03-05-113/+0
| * | | MAINTAINERS: add Driver Model repository informationMasahiro Yamada2015-03-05-0/+1
| * | | dm: i2c: Add a missing memory allocaton checkSimon Glass2015-03-05-0/+2
* | | | Merge branch 'buildman' of git://git.denx.de/u-boot-x86Tom Rini2015-03-05-5/+9
|\ \ \ \
| * | | | buildman: Add a space before the list of boardsSimon Glass2015-03-05-2/+2
| * | | | buildman: Correct toolchain download featureSimon Glass2015-03-05-3/+7
* | | | | Merge git://git.denx.de/u-boot-socfpgaTom Rini2015-03-05-149/+1371
|\ \ \ \ \
| * | | | | arm: socfpga: Enable DM and DM_SPIMarek Vasut2015-03-05-0/+6
| * | | | | dt: socfpga: Import and enable Arria V DK DTSMarek Vasut2015-03-04-0/+111
| * | | | | dt: socfpga: Import and enable Cyclone V DK DTSMarek Vasut2015-03-04-1/+84
| * | | | | arm: socfpga: Add Altera Arria V DK supportMarek Vasut2015-03-04-0/+1043
| * | | | | arm: socfpga: Zap board_early_init_f()Marek Vasut2015-03-04-9/+0
| * | | | | arm: socfpga: Zap checkboard()Marek Vasut2015-03-04-10/+1
| * | | | | arm: socfpga: Drop cyclone5 suffix from board file nameMarek Vasut2015-03-04-1/+1
| * | | | | arm: socfpga: Add USB and UDC support for Cyclone V DKMarek Vasut2015-03-04-0/+9
| * | | | | arm: socfpga: Sync Cyclone V DK PLL configurationMarek Vasut2015-03-04-23/+11
| * | | | | arm: socfpga: Sync Cyclone V DK pinmux configurationMarek Vasut2015-03-04-101/+101
| * | | | | arm: socfpga: Minor coding style fixMarek Vasut2015-03-04-4/+4
* | | | | | Merge git://git.denx.de/u-boot-marvellTom Rini2015-03-05-0/+15
|\ \ \ \ \ \
| * | | | | | dreamplug: set CONFIG_BUILD_TARGET to build u-boot.kwbIan Campbell2015-03-05-0/+3
| * | | | | | dreamplug: switch to GENERIC_BOARDIan Campbell2015-03-05-0/+1
| * | | | | | kwbimage: align v1 binary header to 4BChris Packham2015-03-05-0/+1
| * | | | | | arm: aspenite: convert to generic boardAjay Bhargav2015-03-05-0/+5
| * | | | | | arm: gplugd: convert to generic boardAjay Bhargav2015-03-05-0/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2015-03-05-68/+2008
|\ \ \ \ \ \
| * | | | | | SECURE_BOOT : enable esbc_validate command for powerpc and arm platforms.gaurav rana2015-03-05-1/+67
| * | | | | | SECURE BOOT: Add command for validation of imagesgaurav rana2015-03-05-0/+1242
| * | | | | | fsl_sec_mon: Add driver for Security Monitor block of Freescalegaurav rana2015-03-05-0/+213
| * | | | | | fsl_sfp : Move ccsr_sfp_regs definition to common includegaurav rana2015-03-05-15/+87
| * | | | | | rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXPgaurav rana2015-03-05-2/+4
| * | | | | | mpc85xx/t104xrdb : remove raw timing parametervijay rai2015-03-05-45/+0
| * | | | | | powerpc: 85xx: Modify CONFIG_USB_MAX_CONTROLLER_COUNT for P1022DSYing Zhang2015-03-04-2/+2
| * | | | | | powerpc/mpc85xx: Add DSP side awareness for Freescale Heterogeneous SoCsShaveta Leekha2015-03-04-3/+393
| | |/ / / / | |/| | | |
* | | | | | fixdep: remove multiple .config support codeMasahiro Yamada2015-03-05-5/+1
* | | | | | stdio: extend "name" to 32 symbolsAlexey Brodkin2015-03-05-1/+1
* | | | | | cmd_usb_mass_storage: Remove extra 'ums' string in the usage textFabio Estevam2015-03-05-1/+1
* | | | | | common/board_f: implement type casting for gd structureAlexey Brodkin2015-03-05-1/+1
* | | | | | lib/asm-offsets - make GD_RELOCADDR, GD_RELOC_OFF & GD_START_ADDR_SP availabl...Alexey Brodkin2015-03-05-4/+0
* | | | | | spl: fix calling "spl export .." more than onceHeiko Schocher2015-03-05-1/+2
* | | | | | vexpress64: juno: add NOR flash detectionLinus Walleij2015-03-05-11/+23
* | | | | | use ASM_NL instead of '; ' for assembler new line character in the macroChen Gang2015-03-05-4/+21
* | | | | | omap: gpmc: 'nandecc sw' can use HAM1 or BCH8Ash Charles2015-03-05-2/+21