summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-04-19efi_loader: Handle memory overflowsAndreas Färber1-4/+4
2016-04-19gunzip.c: use block layer for writesEric Nelson1-3/+2
2016-04-19efi_loader: Expose ascending efi memory mapAlexander Graf1-2/+7
2016-04-19efi_loader: Always flush in cache line size granularityAlexander Graf1-1/+9
2016-04-19efi_loader: Increase path string to 32 charactersAlexander Graf1-2/+2
2016-04-19efi_loader: Add el torito supportAlexander Graf1-0/+35
2016-04-19efi_loader: Split drive add into functionAlexander Graf1-37/+47
2016-04-12lib/crc8: Add crc start valueStefan Roese1-13/+20
2016-04-02efi_loader: Always allocate the highest available addressAlexander Graf1-0/+29
2016-04-02lib/physmem.c: Switch to __weak for arch_phys_memsetTom Rini1-4/+2
2016-03-31cosmetic: 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-16efi_loader: Pass proper device path in on bootAlexander Graf1-6/+0
2016-03-16efi_loader: hook up in build environmentAlexander Graf4-0/+23
2016-03-16efi_loader: Implement memory allocation and mapAlexander Graf1-0/+319
2016-03-16efi_loader: Add disk interfacesAlexander Graf1-0/+218
2016-03-16efi_loader: Add runtime servicesAlexander Graf2-3/+293
2016-03-16efi_loader: Add console interfaceAlexander Graf1-0/+360
2016-03-16efi_loader: Add boot time servicesAlexander Graf1-0/+781
2016-03-15efi_loader: Add PE image loaderAlexander Graf1-0/+188
2016-03-15Merge git://git.denx.de/u-boot-dmTom Rini3-6/+7
2016-03-15lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese1-2/+2
2016-03-15lib/crc16.c: Coding-style cleanupStefan Roese1-41/+40
2016-03-15fdt: Allow libfdt to be used in SPLSimon Glass2-5/+11
2016-03-15Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass1-0/+6
2016-03-15dm: fdtdec: Correct a sandbox build warningSimon Glass1-2/+3
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-1/+1
2016-03-15dm: Use uclass_first_device_err() where it is usefulSimon Glass1-3/+3
2016-03-14Move CONFIG_OF_LIBFDT to KconfigSimon Glass1-0/+10
2016-03-14libfdt: Add a function to write a property placeholderSimon Glass1-2/+14
2016-02-26timer: Provide an early timerSimon Glass1-7/+21
2016-02-26lib: Don't instrument the div64 functionSimon Glass1-1/+2
2016-02-16tegra: nyan-big: Move the LCD driver to driver modelSimon Glass1-1/+0
2016-02-15Makefile: remove BUILD_TAG from KBUILD_CFLAGSStephen Warren1-0/+1
2016-02-10gunzip: remove avail_in recalculationStephen Warren1-2/+1
2016-02-06fdt: introduce fdtdec_get_child_countPeng Fan1-0/+11
2016-02-06bzlib: Try another way to fix an unused variableSimon Glass1-4/+3
2016-02-06Use correct spelling of "U-Boot"Bin Meng4-4/+4
2016-01-29tpm: Fix fault in case CONFIG_DM_TPM is set without any TPMChristophe Ricard1-1/+1
2016-01-24x86: Drop the irq router compatible stringSimon Glass1-1/+0
2016-01-21dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass1-1/+0
2016-01-21bzip2: Support compression for sandboxSimon Glass3-0/+1849
2016-01-21tiny-printf: Always print zeroesSimon Glass1-4/+12
2016-01-21tiny-printf: Avoid printing NULL stringsSimon Glass1-2/+4