summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-04-18efi_loader: Handle memory overflowsAndreas Färber
2016-04-18gunzip.c: use block layer for writesEric Nelson
2016-04-18efi_loader: Expose ascending efi memory mapAlexander Graf
2016-04-18efi_loader: Always flush in cache line size granularityAlexander Graf
2016-04-18efi_loader: Increase path string to 32 charactersAlexander Graf
2016-04-18efi_loader: Add el torito supportAlexander Graf
2016-04-18efi_loader: Split drive add into functionAlexander Graf
2016-04-11lib/crc8: Add crc start valueStefan Roese
2016-04-01efi_loader: Always allocate the highest available addressAlexander Graf
2016-04-01lib/physmem.c: Switch to __weak for arch_phys_memsetTom Rini
2016-04-01cosmetic: Fix typos "privide"Masahiro Yamada
2016-03-27efi_loader: Fix some entry/exit pointsAlexander Graf
2016-03-27efi_stub: Move carriage return before line feed in putc()Bin Meng
2016-03-27efi_loader: Add GOP supportAlexander Graf
2016-03-17cmd_dhry.c: Use lldiv for vax_mips calculation as wellTom Rini
2016-03-17x86: dts: Drop memory SPD compatible stringSimon Glass
2016-03-17dhry: Correct dhrystone calculation for fast machinesSimon Glass
2016-03-17x86: Drop all the old pin configuration codeSimon Glass
2016-03-15efi_loader: Pass proper device path in on bootAlexander Graf
2016-03-15efi_loader: hook up in build environmentAlexander Graf
2016-03-15efi_loader: Implement memory allocation and mapAlexander Graf
2016-03-15efi_loader: Add disk interfacesAlexander Graf
2016-03-15efi_loader: Add runtime servicesAlexander Graf
2016-03-15efi_loader: Add console interfaceAlexander Graf
2016-03-15efi_loader: Add boot time servicesAlexander Graf
2016-03-15efi_loader: Add PE image loaderAlexander Graf
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini
2016-03-14lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese
2016-03-14lib/crc16.c: Coding-style cleanupStefan Roese
2016-03-14fdt: Allow libfdt to be used in SPLSimon Glass
2016-03-14Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass
2016-03-14dm: fdtdec: Correct a sandbox build warningSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass
2016-03-14Move CONFIG_OF_LIBFDT to KconfigSimon Glass
2016-03-14libfdt: Add a function to write a property placeholderSimon Glass
2016-02-26timer: Provide an early timerSimon Glass
2016-02-26lib: Don't instrument the div64 functionSimon Glass
2016-02-16tegra: nyan-big: Move the LCD driver to driver modelSimon Glass
2016-02-15Makefile: remove BUILD_TAG from KBUILD_CFLAGSStephen Warren
2016-02-09gunzip: remove avail_in recalculationStephen Warren
2016-02-06fdt: introduce fdtdec_get_child_countPeng Fan
2016-02-06bzlib: Try another way to fix an unused variableSimon Glass
2016-02-06Use correct spelling of "U-Boot"Bin Meng
2016-01-28tpm: Fix fault in case CONFIG_DM_TPM is set without any TPMChristophe Ricard
2016-01-24x86: Drop the irq router compatible stringSimon Glass
2016-01-20dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass
2016-01-20bzip2: Support compression for sandboxSimon Glass
2016-01-20tiny-printf: Always print zeroesSimon Glass
2016-01-20tiny-printf: Avoid printing NULL stringsSimon Glass