summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * imx: marsboard: Enable thermal DM supportNikolay Dimitrov2015-05-19-0/+2
| * imx: riotboard: Enable thermal DM supportNikolay Dimitrov2015-05-19-0/+2
| * imx: riotboard, marsboard: Enable thermal supportNikolay Dimitrov2015-05-19-0/+1
| * hummingboard: Remove unused directoryFabio Estevam2015-05-19-183/+0
| * imx: ventana: add pmic_setup to SPLTim Harvey2015-05-19-0/+4
| * imx: ventana: (cosmetic) clean up size defines for improved readabilityTim Harvey2015-05-19-10/+12
| * imx: ventana: config: use MMC SPL RAW supportTim Harvey2015-05-19-4/+0
| * env_nand: use nand_spl_load_image for readenv if SPLTim Harvey2015-05-19-0/+7
* | Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini2015-05-26-101/+52971
|\ \
| * | ARM: zynq: add default ps7_init_gpl.c/h for Zed, MicroZed, ZC70xMasahiro Yamada2015-05-25-5/+52919
| * | ARM: zynq: add separate configuration for ZC702 and ZC706Masahiro Yamada2015-05-25-13/+46
| * | zynq: Use system timer implementation instead of ourMichal Simek2015-05-25-83/+6
* | | Merge git://git.denx.de/u-boot-nand-flashTom Rini2015-05-24-171/+217
|\ \ \ | |/ / |/| |
| * | mtd: vf610_nfc: enable ONFI detectionStefan Agner2015-05-24-18/+51
| * | mtd: vf610_nfc: add 32-error correction option for HW ECCStefan Agner2015-05-24-5/+50
| * | mtd: vf610_nfc: add Freescale NFC controller configs to KconfigStefan Agner2015-05-24-23/+36
| * | mtd: vf610_nfc: use in-band bad block tableStefan Agner2015-05-24-27/+2
| * | mtd: vf610_nfc: implement OOB only readStefan Agner2015-05-24-59/+40
| * | mtd: vf610_nfc: allow bitflips in an empty pageStefan Agner2015-05-24-1/+1
| * | mtd: vf610_nfc: remove read on SEQINStefan Agner2015-05-24-6/+8
| * | mtd: vf610_nfc: remove caching of page in bufferStefan Agner2015-05-24-10/+1
| * | tools: mxsboot: Calculate ECC strength dynamicallyJörg Krause2015-05-24-13/+22
| * | mtd: nand: mxs: Replace magic number for bits per ECC level with macroJörg Krause2015-05-24-4/+6
| * | mtd:mxs:nand calculate ecc strength dynamicallyPeng Fan2015-05-24-18/+12
| * | nand/elbc: Memory leak fixRaghav Dogra2015-05-22-0/+1
| * | nand: fix buffer alignment in new verification featureStephen Warren2015-05-21-2/+2
* | | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-05-22-151/+27
|\ \ \
| * | | arm/ls1021a: Remove ccsr_ddr from immap_ls102xa.hYork Sun2015-05-20-146/+24
| * | | driver/ddr/fsl: Remove deskew_cntrl registerYork Sun2015-05-20-3/+1
| * | | arm: ls102xa: Adjust the load address of U-Boot for NOR bootAlison Wang2015-05-20-2/+2
* | | | sandbox: Enable env unit testsJoe Hershberger2015-05-21-0/+1
* | | | test: env: Add a test of the new regex behavior for attrsJoe Hershberger2015-05-21-0/+27
* | | | test: env: Add test for verifying env attrsJoe Hershberger2015-05-21-0/+63
* | | | test: env: Add test framework for envJoe Hershberger2015-05-21-0/+77
* | | | test: dm: Recover the driver model tree after testsJoe Hershberger2015-05-21-0/+5
* | | | test: Return values from the asserts compatible with cmdsJoe Hershberger2015-05-21-6/+6
* | | | test: dm: eth: Handle failed test env cleanupJoe Hershberger2015-05-21-25/+56
* | | | test: dm: Don't bail on all tests if one test failsJoe Hershberger2015-05-21-5/+2
* | | | test: Move the unit tests to their own menuJoe Hershberger2015-05-21-5/+10
* | | | test: dm: Move the time test over to the ut commandJoe Hershberger2015-05-21-11/+13
* | | | test: dm: Move the dm tests over to the ut commandJoe Hershberger2015-05-21-45/+32
* | | | test: Add a common unit test commandJoe Hershberger2015-05-21-0/+74
* | | | test: Generalize the unit test frameworkJoe Hershberger2015-05-21-191/+234
* | | | net: Handle ethaddr changes as an env callbackJoe Hershberger2015-05-21-44/+63
* | | | net: Remove duplicate bootfile syncing functionalityJoe Hershberger2015-05-21-12/+0
* | | | net: Add default flags for common net env varsJoe Hershberger2015-05-21-1/+11
* | | | net: Use env callbacks for net variablesJoe Hershberger2015-05-21-17/+110
* | | | net: Apply default format rules to all ethaddrJoe Hershberger2015-05-21-3/+11
* | | | env: Distinguish finer between source of env changeJoe Hershberger2015-05-21-7/+21
* | | | env: Add regex support to env_attrsJoe Hershberger2015-05-21-2/+101