summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* tools: env: introduce setenv/printenv argument structsAndreas Fenkart2016-02-08-38/+84
* tools: env: make parse_aes_key statelessAndreas Fenkart2016-02-08-6/+6
* tools: env validate: pass values as 0-based arrayAndreas Fenkart2016-02-08-12/+15
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2016-02-08-621/+640
|\
| * net: davinci_emac: fix NULL check after pointer dereferenceVishwas Srivastava2016-02-06-1/+3
| * ppc: xilinx-ppc405-genericRicardo Ribalda2016-02-06-1/+1
| * net: fix wrong initialization in davinci-emac driverVishwas Srivastava2016-02-06-2/+2
| * fdt: introduce fdtdec_get_child_countPeng Fan2016-02-06-0/+20
| * rockchip: Drop old CONFIG_VIDEO_ROTATION optionSimon Glass2016-02-06-3/+0
| * bzlib: Try another way to fix an unused variableSimon Glass2016-02-06-4/+3
| * video: test: Adjust order of file closureSimon Glass2016-02-06-1/+1
| * video: Use 'int' for loop variables instead of shortSimon Glass2016-02-06-1/+1
| * cmd: Fix control bmp_display()Simon Glass2016-02-06-2/+1
| * microblaze: Correct build error in eth-uclass.cSimon Glass2016-02-06-0/+2
| * Use correct spelling of "U-Boot"Bin Meng2016-02-06-606/+606
* | Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini2016-02-08-0/+7
|\ \
| * | nios2: set up the debug UART earlyThomas Chou2016-02-06-0/+7
| |/
* | x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLEBin Meng2016-02-05-60/+0
* | x86: Disable DM_PCI_COMPATBin Meng2016-02-05-3/+0
* | dm: pci: Add missing forward declarationsBin Meng2016-02-05-11/+5
* | x86: chromebox_panther: Convert to use driver model ethernetBin Meng2016-02-05-0/+1
* | x86: chromebox_panther: Drop the cache line size hackBin Meng2016-02-05-2/+0
* | efi: app: Disable CONFIG_USB_EHCI_PCIBin Meng2016-02-05-0/+1
* | efi: app: Clean up defconfigBin Meng2016-02-05-4/+1
* | x86: quark: Use Quark's own PCI config APIsBin Meng2016-02-05-2/+3
* | net: e1000: Convert to use DM PCI APIBin Meng2016-02-05-1/+78
* | net: designware: Use dm_pci_mem_to_phys() in the probe routineBin Meng2016-02-05-3/+1
* | net: pch_gbe: Convert to use DM PCI APIBin Meng2016-02-05-16/+13
* | x86: pci: Drop legacy PCI APIsBin Meng2016-02-05-65/+0
* | x86: pci: Use DM PCI APIs in pci_assign_irqs()Bin Meng2016-02-05-3/+3
* | x86: qemu: Convert to use DM PCI APIBin Meng2016-02-05-17/+17
* | x86: tnc: Remove IGD and SDVO devices from driver modelBin Meng2016-02-05-0/+36
* | x86: tnc: Use DM PCI API in disable_igd()Bin Meng2016-02-05-3/+19
* | x86: tnc: Change disable_igd() to have a return valueBin Meng2016-02-05-3/+7
* | x86: irq: Convert to use DM PCI APIBin Meng2016-02-05-4/+4
* | x86: irq: Move irq_router to a per driver privBin Meng2016-02-05-46/+51
* | x86: irq: Get irq_router's bdf via dm_pci_get_bdf()Bin Meng2016-02-05-8/+1
* | x86: minnowmax: Drop io-base property in the pch_pinctrl nodeBin Meng2016-02-05-1/+0
* | x86: Drop asm/arch/gpio.hBin Meng2016-02-05-92/+2
* | x86: ich6_gpio: Convert to use proper DM APIBin Meng2016-02-05-255/+186
* | x86: pch9: Implement get_io_base opBin Meng2016-02-05-0/+17
* | dm: pch: Add get_io_base opBin Meng2016-02-05-0/+29
* | x86: pch: Implement get_gpio_base opBin Meng2016-02-05-0/+99
* | dm: pch: Add get_gpio_base opBin Meng2016-02-05-0/+29
* | dm: pch: Rename get_sbase op to get_spi_baseBin Meng2016-02-05-14/+14
* | dm: pch: Remove pch_get_version opBin Meng2016-02-05-48/+0
* | x86: quark: Drop unprotect_spi_flash()Bin Meng2016-02-05-17/+0
* | x86: tnc: Drop unprotect_spi_flash()Bin Meng2016-02-05-17/+0
* | spi: ich: Change PCHV_ to ICHV_Bin Meng2016-02-05-8/+13
* | spi: ich: Use compatible strings to distinguish controller versionBin Meng2016-02-05-11/+31