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