summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: uniphier: merge ph1_ld4_defconfig and ph1_sld8_defconfigMasahiro Yamada2015-12-234-36/+8
* ARM: uniphier: drop fdt_file from CONFIG_EXTRA_ENV_SETTINGSMasahiro Yamada2015-12-231-1/+0
* ARM: uniphier: set DTB file name to fdt_file environmentMasahiro Yamada2015-12-231-0/+35
* ARM: uniphier: merge umc/ and ddrphy/ into a single directoryMasahiro Yamada2015-12-2311-15/+11
* ARM: uniphier: display model number all the time on boot upMasahiro Yamada2015-12-231-2/+1
* ARM: uniphier: add macros and revision IDs for sLD11 and LD10Masahiro Yamada2015-12-233-1/+27
* ARM: uniphier: compile uniphier_get_board_param() for U-Boot properMasahiro Yamada2015-12-231-1/+1
* ARM: uniphier: split ProXstream2 board data and change DDR frequencyMasahiro Yamada2015-12-231-3/+17
* ARM: uniphier: call uniphier_get_board_param() without FDT blobMasahiro Yamada2015-12-233-6/+7
* ARM: uniphier: add functions to get SoC model/revisionMasahiro Yamada2015-12-232-0/+15
* ARM: dts: uniphier: use stdout-path instead of consoleMasahiro Yamada2015-12-238-16/+8
* ARM: dts: uniphier: add outer cache nodesMasahiro Yamada2015-12-235-7/+84
* ARM: dts: uniphier: factor out common nodes to uniphier-common32.dtsiMasahiro Yamada2015-12-236-881/+616
* ARM: uniphier: allow DDR function to return more precise error codeMasahiro Yamada2015-12-231-2/+3
* ARM: uniphier: use BIT() macro for DDR PHY headerMasahiro Yamada2015-12-231-45/+46
* ARM: uniphier: rename DTCR_RNKEN_* register bit to DTCR_RANKEN_*Masahiro Yamada2015-12-232-4/+4
* ARM: uniphier: add const qualifier to constant arrayMasahiro Yamada2015-12-231-1/+1
* ARM: uniphier: add static qualifiers to locally used functionsMasahiro Yamada2015-12-231-6/+6
* Prepare v2016.01-rc3Tom Rini2015-12-211-1/+1
* Merge git://git.denx.de/u-boot-arcTom Rini2015-12-213-2/+13
|\
| * axs103: add support of generic OHCI USB 1.1 controllerAlexey Brodkin2015-12-213-2/+13
* | sunxi: Add CONFIG_SUNXI_NO_PMIC to Marsboard A10 configAleksei Mamlin2015-12-211-0/+1
* | sunxi: Select DM_KEYBOARDHans de Goede2015-12-211-1/+2
* | sunxi: Enable a second mmc socket as boot target in the environmentKarsten Merker2015-12-211-0/+7
* | sunxi: A20-Olimex-SOM-EVB defconfig: enable mmc3Karsten Merker2015-12-211-0/+3
* | sun5i: Add defconfig and dts file for the Empire Electronix D709 tabletHans de Goede2015-12-214-0/+267
|/
* x86: Remove Graeme Russ from the git alias fileSimon Glass2015-12-211-2/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-socfpgaTom Rini2015-12-1935-553/+289
|\
| * arm: socfpga: fix trivial header preprocessor for socfpga_common.hDinh Nguyen2015-12-201-3/+3
| * arm: socfpga: fix up a questionable macro for SDMMCDinh Nguyen2015-12-202-5/+10
| * arm: socfpga: remove building scan managerDinh Nguyen2015-12-201-2/+3
| * arm: socfpga: introduce TARGET_SOCFPGA_GEN5 config propertyDinh Nguyen2015-12-201-0/+5
| * arm: socfpga: remove note to add CONFIG_USB_DWC2_REG_ADDRDinh Nguyen2015-12-201-7/+0
| * arm: socfpga: Drop the board boilerplateMarek Vasut2015-12-207-313/+0
| * arm: socfpga: Introduce common board codeMarek Vasut2015-12-202-1/+65
| * arm: socfpga: Switch CONFIG_HOSTNAME to CONFIG_SYS_BOARDMarek Vasut2015-12-208-15/+4
| * arm: socfpga: Switch CONFIG_G_DNL_MANUFACTURER to CONFIG_SYS_VENDORMarek Vasut2015-12-207-19/+1
| * arm: socfpga: sockit: Zap VIRTUAL_TARGETMarek Vasut2015-12-201-4/+0
| * arm: socfpga: de0_nano: Zap VIRTUAL_TARGETMarek Vasut2015-12-201-4/+0
| * arm: socfpga: socrates: Probe DWC2 UDC from OF instead of hard-coded dataMarek Vasut2015-12-204-5/+29
| * arm: socfpga: sockit: Probe DWC2 UDC from OF instead of hard-coded dataMarek Vasut2015-12-204-7/+28
| * arm: socfpga: mcvevk: Probe DWC2 UDC from OF instead of hard-coded dataMarek Vasut2015-12-204-5/+26
| * arm: socfpga: de0_nano: Probe DWC2 UDC from OF instead of hard-coded dataMarek Vasut2015-12-203-3/+7
| * arm: socfpga: cyclone5-socdk: Probe DWC2 UDC from OF instead of hard-coded dataMarek Vasut2015-12-204-9/+26
| * arm: socfpga: arria5-socdk: Probe DWC2 UDC from OF instead of hard-coded dataMarek Vasut2015-12-204-5/+22
| * arm: socfpga: Allow DWC2 UDC probing from OFMarek Vasut2015-12-202-0/+2
| * arm: socfpga: socrates: Remove Micrel PHY configurationMarek Vasut2015-12-202-47/+0
| * arm: socfpga: sockit: Remove Micrel PHY configurationMarek Vasut2015-12-202-47/+0
| * arm: socfpga: de0_nano: Remove Micrel PHY configurationMarek Vasut2015-12-202-53/+0
| * arm: socfpga: cyclone5-socdk: Remove Micrel PHY configurationMarek Vasut2015-12-202-47/+0
OpenPOWER on IntegriCloud