summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* omap: Remove hardcoding of mmu section shift to 20Keerthy2016-10-06-2/+2
* PWM: Correct misspellings of "module" in context of PWMRobert P. J. Day2016-10-06-4/+4
* ARM64: Add support for some of atomic64 operationsAdam Oleksy2016-10-06-1/+67
* cmd/onenand.c: block align warningLadislav Michl2016-10-06-0/+6
* search.h: Numerous grammatical fixes, comment updatesRobert P. J. Day2016-10-06-15/+13
* Various, accumulated typos collected from around the tree.Robert P. J. Day2016-10-06-28/+27
* ARMv8/sec-firmware: fix a compile errorHou Zhiqiang2016-10-06-6/+16
* ARM: Respect CONFIG_SPL_STACK define in lowlevel_init.SSiarhei Siamashka2016-10-06-0/+4
* Suspected Spam: Do not open attachements![PATCH 4/6] tools/env: flash_write_b...Andreas Fenkart2016-10-06-7/+8
* tools/env: lookup dev_type directly from flash_read_buf/flash_write_bufAndreas Fenkart2016-10-06-15/+13
* tools/env: pass bad block offset by valueAndreas Fenkart2016-10-06-5/+5
* tools/env: factor out environment_end functionAndreas Fenkart2016-10-06-17/+15
* gunzip: cache-align write buffer memoryClemens Gruber2016-10-06-1/+2
* README: Fix CONFIG_SYS_NAND_MAX_DEVICE typoSimon Glass2016-10-06-1/+1
* README: Drop CONFIG_MPC8349ADSSimon Glass2016-10-06-1/+0
* README: Drop README.imx31Simon Glass2016-10-06-29/+0
* atmel: Drop README.at91-socSimon Glass2016-10-06-48/+0
* README: Drop CONFIG_SYS_USE_OSCCLKSimon Glass2016-10-06-5/+0
* README: Drop CONFIG_SYS_INIT_DATA_SIZESimon Glass2016-10-06-1/+1
* README: i2c: Drop unused i2c CONFIG optionsSimon Glass2016-10-06-5/+2
* README: sh: Drop CONFIG_SYS_I2C_SH_BASE5Simon Glass2016-10-06-2/+0
* README: Drop CONFIG_SYS_USB_BRG_CLKSimon Glass2016-10-06-4/+0
* README: Drop CONFIG_LAN91C96_BASESimon Glass2016-10-06-4/+0
* README: Drop CONFIG_OF_BOOT_CPUSimon Glass2016-10-06-5/+0
* README: Drop unused CONFIG_SYS_LS_MC_FW_... optionsSimon Glass2016-10-06-23/+0
* README: Drop unused JFFS2 optionsSimon Glass2016-10-06-69/+6
* README: Correct CONFIG_ENV_OFFSET_RENDUND typoSimon Glass2016-10-06-2/+2
* README: Drop CONFIG_COGENT and related optionsSimon Glass2016-10-06-25/+0
* README: Drop old Intel Monahans commentSimon Glass2016-10-06-14/+0
* spl: Make spl_boot_list a local variableSimon Glass2016-10-06-14/+12
* spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass2016-10-06-11/+14
* spl: Update fat functions to take an spl_image parameterSimon Glass2016-10-06-22/+33
* spl: Update ext functions to take an spl_image parameterSimon Glass2016-10-06-17/+23
* spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-06-82/+110
* spl: Convert spl_board_load_image() to use linker listSimon Glass2016-10-06-22/+10
* spl: Convert spl_net_load_image() to use linker listSimon Glass2016-10-06-17/+25
* spi: Move freescale-specific code into a private headerSimon Glass2016-10-06-25/+41
* spl: Convert spl_spi_load_image() to use linker listSimon Glass2016-10-06-9/+6
* spl: spi: Move the generic SPI loader into common/splSimon Glass2016-10-06-1/+1
* spl: Convert spl_sata_load_image() to use linker listSimon Glass2016-10-06-8/+2
* spl: Convert spl_usb_load_image() to use linker listSimon Glass2016-10-06-7/+2
* spl: Convert spl_ymodem_load_image() to use linker listSimon Glass2016-10-06-8/+2
* spl: Convert spl_nor_load_image() to use linker listSimon Glass2016-10-06-8/+2
* spl: Convert spl_onenand_load_image() to use linker listSimon Glass2016-10-06-8/+3
* spl: Convert spl_nand_load_image() to use linker listSimon Glass2016-10-06-8/+3
* spl: Convert spl_ubi_load_image() to use linker listSimon Glass2016-10-06-9/+3
* spl: Convert spl_mmc_load_image() to use linker listSimon Glass2016-10-06-10/+5
* spl: Convert spl_ram_load_image() to use linker listSimon Glass2016-10-06-9/+9
* spl: Add a way to declare an SPL image loaderSimon Glass2016-10-06-0/+52
* spl: Convert boot_device into a structSimon Glass2016-10-06-48/+71