summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* videomodes: Add video_edid_dtd_to_ctfb_res_modes helper functionHans de Goede2015-01-14-0/+80
* videomodes: Add helper functions to parse video-mode env-var extra optionsHans de Goede2015-01-14-1/+64
* videomodes: Add video_get_ctfb_res_modes helper functionHans de Goede2015-01-14-0/+45
* videomodes: Add a bunch of high res modesHans de Goede2015-01-14-1/+9
* videomodes: Add (vesa) standard timingsHans de Goede2015-01-14-0/+9
* videomodes: Add pixelclock_khz and refresh fields to ctfb_res_modesHans de Goede2015-01-14-7/+11
* sun7i: Add new Bananapro board / defconfigHans de Goede2015-01-14-1/+16
* sunxi: Fix PLL1 running at half speed on sun8iHans de Goede2015-01-14-3/+7
* sunxi: Fix buggy sun6i/sun8i DRAM size detection logicSiarhei Siamashka2015-01-14-18/+6
* sun7i: Add defconfig for MSI Primo73 tabletSiarhei Siamashka2015-01-14-0/+31
* sun6i: Add defconfig for MSI Primo81 tabletSiarhei Siamashka2015-01-14-0/+30
* sunxi: Fix CONFIG_UART0_PORT_F build and add it to menuconfigSiarhei Siamashka2015-01-14-1/+16
* sun8i: Add defconfig for Ippo_q8h v1.2Hans de Goede2015-01-14-0/+17
* sun8i: Ippo_q8h_v5_defconfig: Enable SPL supportHans de Goede2015-01-14-5/+13
* sun8i: Add dram initialization supportHans de Goede2015-01-14-2/+625
* sunxi: Use memcmp for mctl_mem_matchesHans de Goede2015-01-14-9/+3
* sunxi: Fill memory before comparing it when doing dram init on sun6iHans de Goede2015-01-14-14/+30
* sunxi: Move await_completion dram helper to dram.hHans de Goede2015-01-14-37/+25
* sun6i: clock_set_pll5: Calculate k and m rather then hardcoding themHans de Goede2015-01-14-2/+7
* sun6i: Add a sigma_delta_enable paramter to clock_set_pll5()Hans de Goede2015-01-14-4/+13
* sunxi: axp221: Disable dcdc4 on sun8i (A23)Hans de Goede2015-01-14-4/+8
* sunxi: axp221: Explicitly turn off unused voltagesHans de Goede2015-01-14-25/+111
* sunxi: axp221: Make dcdc1 voltage configurableHans de Goede2015-01-14-1/+13
* sunxi: axp221: Add Kconfig help and sane defaults for typical ldo usageHans de Goede2015-01-14-19/+14
* sunxi: axp221: Add axp223 supportHans de Goede2015-01-14-26/+76
* sunxi: Add support for the rsb (Reduced Serial Bus)Hans de Goede2015-01-14-1/+219
* sun6i: s/SUNXI_*P2WI*/SUN6I_*P2WI*/Hans de Goede2015-01-14-10/+10
* mmc: sunxi: Fix misuse of gpio_direction_input()Axel Lin2015-01-14-3/+6
* sunxi: Align PSCI stack calculation to commentJan Kiszka2015-01-14-1/+1
* sun6i: Add new board Merrii Hummingbird A31Chen-Yu Tsai2015-01-14-0/+28
* sunxi: Add sunxi_get_sid helper functionHans de Goede2015-01-14-13/+31
* sun6i: axp221: Add axp221_get_sid functionHans de Goede2015-01-14-0/+33
* sunxi: mmc: Properly setup mod-clk and clock sampling phasesHans de Goede2015-01-14-36/+83
* sun6i: Update Colombus defconfig settingsHans de Goede2015-01-14-3/+10
* sun6i: Add new CSQ_CS908 boardHans de Goede2015-01-14-1/+22
* sun6i: dram: Do not try to initialize a second dram chan on A31sHans de Goede2015-01-14-7/+15
* sun6i: Add sunxi_get_ss_bonding_id() functionHans de Goede2015-01-14-2/+45
* sun6i: Make dram clk and zq value Kconfig optionsHans de Goede2015-01-14-7/+26
* Merge git://git.denx.de/u-boot-x86Tom Rini2015-01-13-715/+1416
|\
| * x86: Remove CONFIG_DISPLAY_CPUINFO in chromebook_link.hBin Meng2015-01-13-1/+0
| * x86: Update README.x86 for coreboot supportBin Meng2015-01-13-2/+37
| * x86: coreboot: Configure pci memory regionsBin Meng2015-01-13-2/+28
| * x86: coreboot: Wrap cros_ec initializationBin Meng2015-01-13-0/+2
| * x86: Make chromebook_link the default board for corebootBin Meng2015-01-13-223/+228
| * x86: Remove include/configs/coreboot.hBin Meng2015-01-13-71/+1
| * x86: Move CONFIG_SYS_CAR_xxx to KconfigBin Meng2015-01-13-2/+22
| * x86: coreboot: Move coreboot-specific defines from coreboot.h to KconfigBin Meng2015-01-13-5/+17
| * x86: coreboot: Make SYS_CONFIG_NAME and DEFAULT_DEVICE_TREE configurableBin Meng2015-01-13-0/+13
| * x86: Hide ROM chip size when CONFIG_X86_RESET_VECTOR is not selectedBin Meng2015-01-13-0/+2
| * x86: Move CONFIG_X86_RESET_VECTOR and CONFIG_SYS_X86_START16 to KconfigBin Meng2015-01-13-4/+11