summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dm: part: Drop the block_drvr tableSimon Glass2016-05-171-11/+16
* Change my mailaddressAndreas Bießmann2016-05-021-1/+1
* efi_loader: Handle memory overflowsAndreas Färber2016-04-181-4/+4
* gunzip.c: use block layer for writesEric Nelson2016-04-181-3/+2
* efi_loader: Expose ascending efi memory mapAlexander Graf2016-04-181-2/+7
* efi_loader: Always flush in cache line size granularityAlexander Graf2016-04-181-1/+9
* efi_loader: Increase path string to 32 charactersAlexander Graf2016-04-181-2/+2
* efi_loader: Add el torito supportAlexander Graf2016-04-181-0/+35
* efi_loader: Split drive add into functionAlexander Graf2016-04-181-37/+47
* lib/crc8: Add crc start valueStefan Roese2016-04-111-13/+20
* efi_loader: Always allocate the highest available addressAlexander Graf2016-04-011-0/+29
* lib/physmem.c: Switch to __weak for arch_phys_memsetTom Rini2016-04-011-4/+2
* cosmetic: Fix typos "privide"Masahiro Yamada2016-04-011-1/+1
* efi_loader: Fix some entry/exit pointsAlexander Graf2016-03-272-7/+11
* efi_stub: Move carriage return before line feed in putc()Bin Meng2016-03-271-2/+3
* efi_loader: Add GOP supportAlexander Graf2016-03-272-0/+153
* cmd_dhry.c: Use lldiv for vax_mips calculation as wellTom Rini2016-03-171-1/+1
* x86: dts: Drop memory SPD compatible stringSimon Glass2016-03-171-1/+0
* dhry: Correct dhrystone calculation for fast machinesSimon Glass2016-03-171-3/+5
* x86: Drop all the old pin configuration codeSimon Glass2016-03-171-1/+0
* efi_loader: Pass proper device path in on bootAlexander Graf2016-03-151-6/+0
* efi_loader: hook up in build environmentAlexander Graf2016-03-154-0/+23
* efi_loader: Implement memory allocation and mapAlexander Graf2016-03-151-0/+319
* efi_loader: Add disk interfacesAlexander Graf2016-03-151-0/+218
* efi_loader: Add runtime servicesAlexander Graf2016-03-152-3/+293
* efi_loader: Add console interfaceAlexander Graf2016-03-151-0/+360
* efi_loader: Add boot time servicesAlexander Graf2016-03-151-0/+781
* efi_loader: Add PE image loaderAlexander Graf2016-03-151-0/+188
* Merge git://git.denx.de/u-boot-dmTom Rini2016-03-143-6/+7
|\
| * dm: fdtdec: Correct a sandbox build warningSimon Glass2016-03-141-2/+3
| * dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-1/+1
| * dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-141-3/+3
* | lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese2016-03-141-2/+2
* | lib/crc16.c: Coding-style cleanupStefan Roese2016-03-141-41/+40
* | fdt: Allow libfdt to be used in SPLSimon Glass2016-03-142-5/+11
* | Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-141-0/+6
* | Move CONFIG_OF_LIBFDT to KconfigSimon Glass2016-03-141-0/+10
* | libfdt: Add a function to write a property placeholderSimon Glass2016-03-141-2/+14
|/
* timer: Provide an early timerSimon Glass2016-02-261-7/+21
* lib: Don't instrument the div64 functionSimon Glass2016-02-261-1/+2
* tegra: nyan-big: Move the LCD driver to driver modelSimon Glass2016-02-161-1/+0
* Makefile: remove BUILD_TAG from KBUILD_CFLAGSStephen Warren2016-02-151-0/+1
* gunzip: remove avail_in recalculationStephen Warren2016-02-091-2/+1
* fdt: introduce fdtdec_get_child_countPeng Fan2016-02-061-0/+11
* bzlib: Try another way to fix an unused variableSimon Glass2016-02-061-4/+3
* Use correct spelling of "U-Boot"Bin Meng2016-02-064-4/+4
* tpm: Fix fault in case CONFIG_DM_TPM is set without any TPMChristophe Ricard2016-01-281-1/+1
* x86: Drop the irq router compatible stringSimon Glass2016-01-241-1/+0
* dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass2016-01-201-1/+0
* bzip2: Support compression for sandboxSimon Glass2016-01-203-0/+1849
OpenPOWER on IntegriCloud