| Commit message (Expand) | Author | Age | Lines |
* | x86: gpio: add pinctrl support from the device tree | Gabriel Huau | 2015-06-04 | -0/+1 |
* | x86: Refactor PIRQ routing support | Bin Meng | 2015-06-04 | -0/+1 |
* | net: Fix NET_RANDOM_ETHADDR dependencies | Michal Simek | 2015-06-01 | -0/+3 |
* | pmic: max77686 set the same compatible as in the kernel | Przemyslaw Marczak | 2015-05-14 | -1/+1 |
* | lib: Kconfig: add entry for errno_str() function | Przemyslaw Marczak | 2015-05-14 | -0/+8 |
* | sandbox: Fix warning in display_options | Simon Glass | 2015-05-14 | -1/+1 |
* | tpm: Rename Infineon TPM to slb9645tt | Simon Glass | 2015-05-14 | -1/+1 |
* | tegra: video: Support serial output resource (SOR) on tegra124 | Simon Glass | 2015-05-13 | -0/+3 |
* | fdt: Add binding decode function for display-timings | Simon Glass | 2015-05-13 | -0/+92 |
* | kconfig: Move REGEX to Kconfig | Joe Hershberger | 2015-05-10 | -0/+8 |
* | dm: usb: exynos: Drop legacy USB code | Simon Glass | 2015-05-06 | -2/+0 |
* | Add print_freq() to display frequencies nicely | Simon Glass | 2015-04-29 | -0/+42 |
* | Move display_options functions to their own header | Simon Glass | 2015-04-29 | -13/+0 |
* | fdt: Fix handling of paths with options in them | Hans de Goede | 2015-04-23 | -3/+22 |
* | Merge branch 'master' of git://git.denx.de/u-boot-dm | Tom Rini | 2015-04-23 | -8/+60 |
|\ |
|
| * | fdt: Allow FDT functions to be built for SPL | Simon Glass | 2015-04-23 | -0/+6 |
| * | fdt: Rename setup_fdt() and make it prepare also | Simon Glass | 2015-04-23 | -2/+2 |
| * | fdt: sandbox: Move setup code from board_f to fdtdec | Simon Glass | 2015-04-23 | -0/+31 |
| * | dm: Add a panic_str() function to reduce code size | Simon Glass | 2015-04-23 | -8/+23 |
* | | gunzip: add gzwrite routine for extracting compresed images to block device | Eric Nelson | 2015-04-22 | -1/+194 |
|/ |
|
* | sandbox: Move CONFIG_SYS_VSNPRINTF to Kconfig | Simon Glass | 2015-04-18 | -0/+9 |
* | net: cosmetic: Change IPaddr_t to struct in_addr | Joe Hershberger | 2015-04-18 | -7/+9 |
* | cros_ec: exynos: Match up device tree with kernel version | Simon Glass | 2015-04-18 | -1/+0 |
* | fdt: Drop LPC compatible string in fdtdec | Simon Glass | 2015-04-18 | -1/+0 |
* | fdt: cros_ec: Drop compatible string in fdtdec | Simon Glass | 2015-04-18 | -1/+0 |
* | x86: chromebook_link: dts: Add PCH and LPC devices | Simon Glass | 2015-04-18 | -1/+2 |
* | common: Make sure arch-specific map_sysmem() is defined | Joe Hershberger | 2015-04-18 | -0/+1 |
* | dm: x86: pci: Convert chromebook_link to use driver model for pci | Simon Glass | 2015-04-18 | -1/+1 |
* | fdt: Tighten up error handling in fdtdec_get_pci_addr() | Simon Glass | 2015-04-16 | -1/+3 |
* | fdt: Export fdtdec_get_number() for general use | Simon Glass | 2015-04-16 | -1/+1 |
* | ARM: UniPhier: adjust device trees for business transfer | Masahiro Yamada | 2015-03-15 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Tom Rini | 2015-03-05 | -1/+2 |
|\ |
|
| * | rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXP | gaurav rana | 2015-03-05 | -1/+2 |
* | | lib/asm-offsets - make GD_RELOCADDR, GD_RELOC_OFF & GD_START_ADDR_SP availabl... | Alexey Brodkin | 2015-03-05 | -4/+0 |
|/ |
|
* | usb: UniPhier: add UniPhier on-chip xHCI host driver support | Masahiro Yamada | 2015-03-01 | -0/+1 |
* | crypto/fsl - Add progressive hashing support using hardware acceleration. | gaurav rana | 2015-02-25 | -0/+36 |
* | fdtdec: Add compatible id and string for Intel Quark MRC | Bin Meng | 2015-02-06 | -0/+1 |
* | rsa: Use checksum algorithms from struct hash_algo | Ruchika Gupta | 2015-01-29 | -21/+36 |
* | lib/rsa: Add Kconfig for devices supporting RSA Modular Exponentiation | Ruchika Gupta | 2015-01-29 | -6/+28 |
* | lib/rsa: Modify rsa to use DM driver | Ruchika Gupta | 2015-01-29 | -0/+14 |
* | FIT: Modify option FIT_SIGNATURE in Kconfig | Ruchika Gupta | 2015-01-29 | -0/+7 |
* | rsa: Split the rsa-verify to separate the modular exponentiation | Ruchika Gupta | 2015-01-29 | -275/+359 |
* | dm: exynos: Drop unused COMPAT features for SPI | Simon Glass | 2015-01-29 | -1/+0 |
* | dm: tegra: Drop unused COMPAT features for I2C, SPI | Simon Glass | 2015-01-29 | -6/+0 |
* | dm: Drop gpio.h header from fdtdec.c | Simon Glass | 2015-01-29 | -2/+0 |
* | dm: fdt: Remove the old GPIO functions | Simon Glass | 2015-01-29 | -95/+0 |
* | dm: fdt: Add a function to decode phandles with arguments | Simon Glass | 2015-01-29 | -0/+124 |
* | x86: dts: Add compatible string for Intel ICH9 SPI controller | Simon Glass | 2015-01-23 | -0/+1 |
* | lzo: Update dst_len even on error | Simon Glass | 2015-01-14 | -1/+3 |
* | gunzip: Update lenp even on error | Simon Glass | 2015-01-14 | -3/+4 |