| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.denx.de/u-boot-net | Tom Rini | 2015-05-20 | 16 | -278/+30 |
|\ |
|
| * | net: Remove all calls to net_random_ethaddr() | Joe Hershberger | 2015-05-20 | 16 | -278/+30 |
* | | sunxi: VBUS detection function fixup in g_dnl_board_usb_cable_connected | Paul Kocialkowski | 2015-05-19 | 1 | -1/+1 |
* | | sunxi: Add ga10h v1.1 defconfig | Hans de Goede | 2015-05-19 | 1 | -0/+1 |
* | | sunxi: Make DRAM_ODT_EN Kconfig setting a bool | Hans de Goede | 2015-05-19 | 3 | -9/+22 |
* | | sunxi: Set SYS_MALLOC_CLEAR_ON_INIT to n | Hans de Goede | 2015-05-19 | 1 | -0/+3 |
* | | sunxi: Pass serial number through ATAG | Paul Kocialkowski | 2015-05-19 | 1 | -0/+20 |
|/ |
|
* | imx: ventana: use stack relocation | Tim Harvey | 2015-05-15 | 1 | -3/+0 |
* | imx: ventana: add GSC boot watchdog disable to SPL | Tim Harvey | 2015-05-15 | 1 | -0/+3 |
* | imx: ventana: add gpio setup to SPL | Tim Harvey | 2015-05-15 | 1 | -0/+3 |
* | imx: ventana: use common uart and i2c setup functions in SPL | Tim Harvey | 2015-05-15 | 1 | -47/+5 |
* | imx: ventana: detect pmic using i2c probe instead of board model | Tim Harvey | 2015-05-15 | 3 | -5/+9 |
* | imx: ventana: move GSC boot watchdog disable function to gsc.c | Tim Harvey | 2015-05-15 | 3 | -22/+30 |
* | imx: ventana: split out common functions between SPL and uboot | Tim Harvey | 2015-05-15 | 4 | -864/+933 |
* | imx: ventana: default msata/pci mux to pci before PCI enumeration | Tim Harvey | 2015-05-15 | 1 | -3/+4 |
* | imx: ventana: fix pcie reset for GW522x | Tim Harvey | 2015-05-15 | 1 | -4/+4 |
* | imx: ventana: enable DM_SERIAL | Tim Harvey | 2015-05-15 | 1 | -0/+9 |
* | imx: ventana: register gpio's with gpio_request | Tim Harvey | 2015-05-15 | 1 | -20/+57 |
* | imx: ventana: display SPL boot device | Tim Harvey | 2015-05-15 | 1 | -0/+22 |
* | tbs2910: support for usb otg host mode | Soeren Moch | 2015-05-15 | 1 | -0/+10 |
* | warp: README: Fix typo | Fabio Estevam | 2015-05-15 | 1 | -2/+2 |
* | mx6cuboxi: Mention Cubox-i in the README | Fabio Estevam | 2015-05-15 | 1 | -5/+5 |
* | hummingboard: Remove mx6solo specific support | Fabio Estevam | 2015-05-15 | 6 | -277/+0 |
* | imx: ventana: fix boot to SD | Tim Harvey | 2015-05-15 | 1 | -1/+4 |
* | arm: mx6: tqma6: Update to optionally configure an alternative SPI setup | Stefan Roese | 2015-05-15 | 1 | -1/+1 |
* | mx6cuboxi: Pull down PAD_ENET_RXD0/RXD1 | Fabio Estevam | 2015-05-15 | 1 | -0/+2 |
* | mx6cuboxi: Fix Ethernet PHY detection problem | Fabio Estevam | 2015-05-15 | 1 | -1/+28 |
* | mx6cuboxi: Add USB host support | Fabio Estevam | 2015-05-15 | 1 | -0/+26 |
* | mx6cuboxi: Add HDMI output support | Fabio Estevam | 2015-05-15 | 1 | -1/+100 |
* | dm: regulator: uclass driver code cleanup | Przemyslaw Marczak | 2015-05-14 | 1 | -5/+4 |
* | odroid: enable driver model pmic/regulator API and MAX77686 drivers | Przemyslaw Marczak | 2015-05-14 | 2 | -32/+46 |
* | dm: board:samsung: power_init_board: add requirement of CONFIG_DM_PMIC | Przemyslaw Marczak | 2015-05-14 | 1 | -2/+2 |
* | sunxi: ehci: Convert to the driver-model | Hans de Goede | 2015-05-14 | 1 | -0/+3 |
* | Merge branch 'master' of git://git.denx.de/u-boot-tegra | Tom Rini | 2015-05-14 | 18 | -321/+36 |
|\ |
|
| * | ARM: tegra: move NVIDIA common files to arch/arm/mach-tegra | Masahiro Yamada | 2015-05-13 | 14 | -349/+0 |
| * | ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditions | Jan Kiszka | 2015-05-13 | 3 | -3/+3 |
| * | tegra: nyan-big: Add LCD PMIC init and board ID | Simon Glass | 2015-05-13 | 1 | -1/+33 |
| * | tegra: Add support for setting up a as3722 PMIC | Simon Glass | 2015-05-13 | 1 | -0/+7 |
| * | tegra: Provide a function to allow LCD PMIC setup | Simon Glass | 2015-05-13 | 1 | -0/+10 |
| * | tegra: Add a board ID function | Simon Glass | 2015-05-13 | 1 | -1/+11 |
| * | tegra: Move checkboard() into the board code | Simon Glass | 2015-05-13 | 1 | -4/+9 |
* | | ARM: at91: remove non-generic boards | Masahiro Yamada | 2015-05-13 | 18 | -592/+0 |
|/ |
|
* | arch: Make board selection choices optional | Joe Hershberger | 2015-05-12 | 8 | -0/+9 |
* | ppc4xx: Remove sc3 board | Stefan Roese | 2015-05-10 | 7 | -1328/+0 |
* | stv0991: use fdt for serial port platform data | Vikas Manocha | 2015-05-10 | 1 | -0/+2 |
* | overo: Fix regression introduced in a6b541b | Arun Bharadwaj | 2015-05-10 | 1 | -14/+0 |
* | overo: Split overo.c into spl.c, common.c and overo.c | Arun Bharadwaj | 2015-05-10 | 5 | -379/+425 |
* | overo: Add support for Palo35 expansion board | Ash Charles | 2015-05-10 | 1 | -0/+1 |
* | omap3: overo: Add DTS support for TobiDuo expansion | Arun Bharadwaj | 2015-05-10 | 1 | -0/+1 |
* | omap3: overo: Set the Arbor43C 'expansionname' | Ash Charles | 2015-05-10 | 1 | -0/+1 |