summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* cmd, nand: add an option to disable the verification when writing in raw modeBoris Brezillon2016-07-24-5/+10
* ARM: uniphier: add clock/reset settings for xHCI of ProXstream2Masahiro Yamada2016-07-24-2/+13
* ARM: uniphier: add PH1-LD21 board dataMasahiro Yamada2016-07-24-0/+19
* ARM: uniphier: introduce flags to uniphier_board_data structureMasahiro Yamada2016-07-24-11/+20
* ARM: uniphier: rename outer-cache register macrosMasahiro Yamada2016-07-24-216/+230
* ARM: uniphier: clear notification flag before L2 operationMasahiro Yamada2016-07-24-6/+6
* ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()Masahiro Yamada2016-07-24-121/+61
* ARM: uniphier: fix doubled tftpboot commandsMasahiro Yamada2016-07-23-1/+0
* ARM: uniphier: select CONFIG_ARMV8_SPIN_TABLEMasahiro Yamada2016-07-23-0/+1
* ARM: dts: uniphier: renumber serial aliases for Gentil/Vodka boardsMasahiro Yamada2016-07-23-8/+8
* test/py: vboot can be run only at SandboxMichal Simek2016-07-22-0/+1
* arm: omap5: fix build dependency for secure devicesAndreas Dannenberg2016-07-22-1/+1
* arm: am4x: fix build dependency for secure devicesAndreas Dannenberg2016-07-22-1/+1
* fixing typo error in README file. CPU15 -> CP15yeongjun Kim2016-07-22-1/+1
* spl: fit: Fix the number of bytes read in raw modeLokesh Vutla2016-07-22-1/+3
* rsa: Fix return value and masked errormario.six@gdsys.cc2016-07-22-5/+5
* tools: Fix return code of fit_image_process_sig()mario.six@gdsys.cc2016-07-22-6/+7
* test/py: use absolute dts path in vboot testStephen Warren2016-07-22-1/+1
* armv8: spl: Call board_init_r from crt0_64 in SPLJeremy Hunt2016-07-22-15/+12
* efi_loader: Add debug output for efi_add_memory_map()Andreas Färber2016-07-22-0/+3
* tools/env: reuse fw_getenv in fw_printenv functionAndreas Fenkart2016-07-22-27/+17
* tools/env: move envmatch further up in file to avoid forward declarationsAndreas Fenkart2016-07-22-20/+18
* tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_scriptAndreas Fenkart2016-07-22-2/+115
* gdsys: Drop print_fpga_state functionTom Rini2016-07-22-26/+4
* tools/env: allow negative offsetsStefan Agner2016-07-22-9/+35
* tools/env: complete environment device config earlyStefan Agner2016-07-22-50/+60
* iso: Fix part info commandAlexander Graf2016-07-22-2/+2
* igep00x0: Falcon modeLadislav Michl2016-07-22-0/+12
* igep00x0: generate default mtdparts according NAND chip usedLadislav Michl2016-07-22-0/+19
* igep00x0: UBIizeLadislav Michl2016-07-22-75/+41
* igep00x0: runtime flash detectionLadislav Michl2016-07-22-18/+53
* igep00x0: remove unused empty function omap_rev_string()Ladislav Michl2016-07-22-8/+0
* igep00x0: remove useless setup_net_chip declarationLadislav Michl2016-07-22-2/+0
* igep00x0: reorder lan9221 code to remove ifdefsLadislav Michl2016-07-22-24/+17
* igep00x0: move sysinfo into C fileLadislav Michl2016-07-22-18/+18
* cmd: mtdparts: support runtime generated mtdpartsLadislav Michl2016-07-22-9/+12
* cmd: mtdparts: use defaults by defaultLadislav Michl2016-07-22-6/+16
* cmd: mtdparts: consolidate mtdparts reading from envLadislav Michl2016-07-22-22/+20
* cmd: mtdparts: fix null pointer dereference in parse_mtdpartsLadislav Michl2016-07-22-10/+13
* cmd: mtdparts: fix mtdparts variable presence confusion in mtdparts_initLadislav Michl2016-07-22-4/+6
* mtd: OneNAND: initialize mtd->writebufsize to let UBI workLadislav Michl2016-07-22-0/+1
* mtd: OneNAND: allow board init function failLadislav Michl2016-07-22-20/+28
* mtd: OneNAND: add timeout to wait ready loopsLadislav Michl2016-07-22-11/+19
* armv7: simplify identify_nand_chipLadislav Michl2016-07-22-24/+11
* armv7: armv7: introduce set_gpmc_cs0Ladislav Michl2016-07-22-58/+92
* armv7: make gpmc_cfg constLadislav Michl2016-07-22-16/+15
* armv7: add reset timeout to identify_nand_chipLadislav Michl2016-07-22-19/+15
* spl: zImage support in Falcon modeLadislav Michl2016-07-22-32/+65
* spl: support loading from UBI volumesLadislav Michl2016-07-22-0/+91
* spl: Lightweight UBI and UBI fastmap supportThomas Gleixner2016-07-22-0/+1405