summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeLines
...
* tiny-printf: Correct the snprintf() implementationSimon Glass2016-06-09-1/+3
* Merge http://git.denx.de/u-boot-samsungTom Rini2016-06-06-0/+2
|\
| * exynos: Allow tizen to be built without an LCDSimon Glass2016-05-25-0/+2
* | lib: make strmhz available in SPLChris Packham2016-06-06-3/+2
* | Remove unneeded remnants of bcopy().Robert P. J. Day2016-06-06-24/+0
* | efi_loader: Add DM_VIDEO supportAlexander Graf2016-06-06-7/+50
* | efi_loader: Don't allocate from memory holesAlexander Graf2016-06-06-10/+45
* | efi_loader: Move to normal debug infrastructureAlexander Graf2016-06-06-25/+8
* | efi_loader: Add exit supportAlexander Graf2016-06-06-5/+16
* | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2016-06-03-0/+1
|\ \
| * | mmc: tegra: add basic Tegra186 supportStephen Warren2016-05-31-0/+1
* | | lib: Enable private libgcc by defaultMarek Vasut2016-06-02-0/+1
* | | tiny-printf: Support sprintf()Marek Vasut2016-06-02-2/+14
|/ /
* | Merge git://git.denx.de/u-boot-dmTom Rini2016-05-27-28/+81
|\ \
| * | dm: efi: Update for CONFIG_BLKSimon Glass2016-05-27-15/+46
| * | tiny-printf: Support snprintf()Simon Glass2016-05-26-2/+25
| * | tiny-printf: Tidy up a few nitsSimon Glass2016-05-26-8/+8
| |/
* | efi_loader: gop: Don't expose fb addressAlexander Graf2016-05-27-3/+0
* | efi_loader: Clean up system table on exitAlexander Graf2016-05-27-0/+16
* | efi_loader: Add bounce buffer supportAlexander Graf2016-05-27-9/+86
* | efi_loader: Add network access supportAlexander Graf2016-05-27-0/+292
|/
* dm: part: Drop the block_drvr tableSimon Glass2016-05-17-11/+16
* Change my mailaddressAndreas Bießmann2016-05-02-1/+1
* efi_loader: Handle memory overflowsAndreas Färber2016-04-18-4/+4
* gunzip.c: use block layer for writesEric Nelson2016-04-18-3/+2
* efi_loader: Expose ascending efi memory mapAlexander Graf2016-04-18-2/+7
* efi_loader: Always flush in cache line size granularityAlexander Graf2016-04-18-1/+9
* efi_loader: Increase path string to 32 charactersAlexander Graf2016-04-18-2/+2
* efi_loader: Add el torito supportAlexander Graf2016-04-18-0/+35
* efi_loader: Split drive add into functionAlexander Graf2016-04-18-37/+47
* lib/crc8: Add crc start valueStefan Roese2016-04-11-13/+20
* efi_loader: Always allocate the highest available addressAlexander Graf2016-04-01-0/+29
* lib/physmem.c: Switch to __weak for arch_phys_memsetTom Rini2016-04-01-4/+2
* cosmetic: Fix typos "privide"Masahiro Yamada2016-04-01-1/+1
* efi_loader: Fix some entry/exit pointsAlexander Graf2016-03-27-7/+11
* efi_stub: Move carriage return before line feed in putc()Bin Meng2016-03-27-2/+3
* efi_loader: Add GOP supportAlexander Graf2016-03-27-0/+153
* cmd_dhry.c: Use lldiv for vax_mips calculation as wellTom Rini2016-03-17-1/+1
* x86: dts: Drop memory SPD compatible stringSimon Glass2016-03-17-1/+0
* dhry: Correct dhrystone calculation for fast machinesSimon Glass2016-03-17-3/+5
* x86: Drop all the old pin configuration codeSimon Glass2016-03-17-1/+0
* efi_loader: Pass proper device path in on bootAlexander Graf2016-03-15-6/+0
* efi_loader: hook up in build environmentAlexander Graf2016-03-15-0/+23
* efi_loader: Implement memory allocation and mapAlexander Graf2016-03-15-0/+319
* efi_loader: Add disk interfacesAlexander Graf2016-03-15-0/+218
* efi_loader: Add runtime servicesAlexander Graf2016-03-15-3/+293
* efi_loader: Add console interfaceAlexander Graf2016-03-15-0/+360
* efi_loader: Add boot time servicesAlexander Graf2016-03-15-0/+781
* efi_loader: Add PE image loaderAlexander Graf2016-03-15-0/+188
* Merge git://git.denx.de/u-boot-dmTom Rini2016-03-14-6/+7
|\