summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | | mx6: Add support for the mx6solox variantFabio Estevam2014-07-10-7/+369
* | | | | Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2014-08-29-328/+417
|\ \ \ \ \
| * | | | | sunxi: dram: Autodetect DDR3 bus width and densitySiarhei Siamashka2014-08-12-5/+47
| * | | | | sunxi: dram: Derive write recovery delay from DRAM clock speedSiarhei Siamashka2014-08-12-1/+16
| * | | | | sunxi: dram: Drop DDR2 support and assume only single rank DDR3 memorySiarhei Siamashka2014-08-12-22/+19
| * | | | | sunxi: dram: Configurable DQS gating window mode and delaySiarhei Siamashka2014-08-12-1/+56
| * | | | | sunxi: dram: Add a helper function 'mctl_get_number_of_lanes'Siarhei Siamashka2014-08-12-14/+16
| * | | | | sunxi: dram: Improve DQS gate data training error handlingSiarhei Siamashka2014-08-12-3/+3
| * | | | | sunxi: dram: Use divisor P=1 for PLL5Siarhei Siamashka2014-08-12-17/+11
| * | | | | sunxi: dram: Configurable MBUS clock speed (use PLL5 or PLL6)Siarhei Siamashka2014-08-12-14/+39
| * | | | | sunxi: dram: Re-introduce the impedance calibration ond ODTSiarhei Siamashka2014-08-12-0/+60
| * | | | | sunxi: dram: Add 'await_bits_clear'/'await_bits_set' helper functionsSiarhei Siamashka2014-08-12-6/+22
| * | | | | sunxi: dram: Do DDR3 reset in the same way on sun4i/sun5i/sun7iSiarhei Siamashka2014-08-12-11/+0
| * | | | | sunxi: dram: Remove broken impedance and ODT configuration codeSiarhei Siamashka2014-08-12-27/+0
| * | | | | sunxi: dram: Fix CKE delay handling for sun4i/sun5iSiarhei Siamashka2014-08-12-7/+50
| * | | | | sunxi: dram: Respect the DDR3 reset timing requirementsSiarhei Siamashka2014-08-12-2/+7
| * | | | | sunxi: dram: Remove broken super-standby remnantsSiarhei Siamashka2014-08-12-46/+20
| * | | | | sunxi: dram: Remove useless 'dramc_scan_dll_para()' functionSiarhei Siamashka2014-08-12-124/+1
| * | | | | sunxi: Add environment settings to make extlinux.conf booting workHans de Goede2014-08-12-3/+39
| * | | | | sunxi-common.h: Use new generic $bootcmdHans de Goede2014-08-12-3/+22
| * | | | | config: introduce a generic $bootcmdDennis Gilmore2014-08-12-0/+197
| * | | | | sunxi: Kconfig: move common settings into a shared code blockHans de Goede2014-08-12-26/+6
| * | | | | sunxi-common.h: Don't undef CONFIG_CMD_NET only to redefine it again laterHans de Goede2014-08-12-3/+1
| * | | | | sunxi-common.h: Don't undefine CONFIG_CMD_NFSHans de Goede2014-08-12-1/+0
| * | | | | sunxi-common.h: Remove dead #ifdef CONFIG_CMD_NET code blockHans de Goede2014-08-12-8/+0
| * | | | | sunxi-common.h: Remove CONFIG_SYS_BOOT_GET_CMDLINEHans de Goede2014-08-12-2/+0
| | |_|_|/ | |/| | |
* | | | | README.kconfig: document backward compatibility "make *_config"Masahiro Yamada2014-08-28-0/+8
* | | | | tools/genboardscfg.py: change shebang into /usr/bin/env python2Masahiro Yamada2014-08-28-1/+3
* | | | | net: cpsw: am335x: Drop constant link checking from rx/tx path'sStefan Roese2014-08-28-18/+1
* | | | | tools/genboardscfg.py: improve performanceMasahiro Yamada2014-08-28-6/+33
* | | | | tools/genboardscfg.py: check if the boards.cfg is up to dateMasahiro Yamada2014-08-28-2/+56
* | | | | tools/genboardscfg.py: fix minor problems on terminationMasahiro Yamada2014-08-28-66/+90
* | | | | tools/genboardscfg.py: wait for unfinished subprocesses before error-outMasahiro Yamada2014-08-28-0/+3
* | | | | tools/genboardscfg.py: be tolerant of insane KconfigMasahiro Yamada2014-08-28-2/+9
* | | | | tools/genboardscfg.py: be tolerant of missing MAINTAINERSMasahiro Yamada2014-08-28-1/+11
* | | | | tools/genboardscfg.py: ignore defconfigs starting with a dotMasahiro Yamada2014-08-28-0/+2
* | | | | Correct sandbox filesystem commands in FIT image testSimon Glass2014-08-28-4/+4
* | | | | Fix test failure caused by bad handling of ramdiskSimon Glass2014-08-28-2/+4
* | | | | kconfig: add CONFIG_CC_OPTIMIZE_FOR_SIZEMasahiro Yamada2014-08-28-1/+15
* | | | | scripts: refetch scripts/setlocalversion from Linux 3.16Masahiro Yamada2014-08-28-17/+14
* | | | | kconfig: add CONFIG_LOCALVERSION and CONFIG_LOCALVERSION_AUTOMasahiro Yamada2014-08-28-1/+37
* | | | | buildman: run genboardscfg.py all the timeMasahiro Yamada2014-08-28-6/+4
* | | | | MAKEALL: run genboardscfg.py all the timeMasahiro Yamada2014-08-28-7/+4
* | | | | tools/genboardscfg.py: fix a bug of MAINTAINERS handlingMasahiro Yamada2014-08-28-1/+1
* | | | | samsung: s5p_goni: fix: Add missing definitions for G_DNL_UMS gadgetƁukasz Majewski2014-08-28-0/+2
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-08-28-13/+982
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'Albert ARIBAUD2014-08-09-13/+982
| |\ \ \ \
| | * | | | sun7i: Add bananapi boardHans de Goede2014-07-31-0/+37
| | * | | | sunxi: HYP/non-sec: configure CNTFRQ on all CPUsMarc Zyngier2014-07-31-0/+1
| | * | | | sunxi: HYP/non-sec: add sun7i PSCI backendMarc Zyngier2014-07-31-0/+171