aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-01-01Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-0/+5
2014-12-29initcall: add explicit hint if initcall was relocatedAlexey Brodkin1-1/+5
2014-12-18pci: tegra: Add Tegra PCIe driverThierry Reding1-0/+3
2014-12-18ARM: tegra: Implement XUSB pad controllerThierry Reding1-0/+1
2014-12-18power: Add AMS AS3722 PMIC supportThierry Reding1-0/+1
2014-12-13x86: Clean up asm-offsetsBin Meng1-3/+0
2014-12-11lib: errno: introduce errno_str(): returns errno related messagePrzemyslaw Marczak2-0/+148
2014-12-11lib: string: move strlcpy() to a common placeMasahiro Yamada1-0/+25
2014-12-08libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/MakefileMasahiro Yamada2-5/+3
2014-12-08libfdt: descend from lib/ to lib/libfdt/Masahiro Yamada1-0/+1
2014-12-08lib: bzip2: move bzip2 files to lib/bzip2/ directoryMasahiro Yamada8-5/+3
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada1-1/+1
2014-12-01Merge git://git.denx.de/u-boot-fdtTom Rini1-15/+0
2014-12-01Merge git://git.denx.de/u-boot-x86Tom Rini1-0/+3
2014-11-27fdt: remove fdtdec_get_alias_node() functionMasahiro Yamada1-15/+0
2014-11-26Merge git://git.denx.de/u-boot-fdtTom Rini1-7/+81
2014-11-25x86: Add initial video device init for Intel GMASimon Glass1-0/+1
2014-11-25x86: Add init for model 206AX CPUSimon Glass1-0/+1
2014-11-25x86: ivybridge: Add SATA initSimon Glass1-0/+1
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini1-3/+3
2014-11-24Merge git://git.denx.de/u-boot-x86Tom Rini2-0/+25
2014-11-23vsprintf: Add modifier for phys_addr_tThierry Reding1-2/+14
2014-11-22dm: fdt: Correct handling of aliases with embedded digitsSimon Glass1-3/+3
2014-11-21x86: ivybridge: Implement SDRAM initSimon Glass1-0/+1
2014-11-21x86: ivybridge: Perform Intel microcode update on bootSimon Glass1-0/+1
2014-11-21fdt: Add a function to decode a variable-sized u32 arraySimon Glass1-0/+20
2014-11-21x86: Save the BIST value on resetSimon Glass1-0/+3
2014-11-21fdt: Add a function to decode a named memory regionSimon Glass1-0/+61
2014-11-21fdt: Enhance flashmap function to deal with region propertiesSimon Glass1-0/+8
2014-11-21fdt: Use the correct return types for fdtdec_decode_region()Simon Glass1-7/+12
2014-11-20include: move various macros to include/linux/kernel.hMasahiro Yamada1-3/+0
2014-11-20replace DIV_ROUND with DIV_ROUND_CLOSESTMasahiro Yamada1-2/+2
2014-10-27Tidy up data sizes and function comment in display_optionsSimon Glass1-9/+5
2014-10-27Use uint64_t instead of u64 in put_dec()Simon Glass1-1/+1
2014-10-27Use uint64_t for time typesSimon Glass1-6/+6
2014-10-25lmb: make local functions staticJeroen Hofstee1-1/+1
2014-10-23kconfig: move CONFIG_USE_PRIVATE_LIBGCC to KconfigMasahiro Yamada1-0/+11
2014-10-23kconfig: move CONFIG_SYS_HZ to lib/KconfigMasahiro Yamada2-4/+8
2014-10-23Merge git://git.denx.de/u-boot-x86Tom Rini1-0/+1
2014-10-23Merge git://git.denx.de/u-boot-fdtTom Rini2-0/+147
2014-10-22x86: dts: Add device tree compatible string for Intel IPCSimon Glass1-0/+1
2014-10-22fdt: Add a function to return PCI BDF tripletThierry Reding1-0/+14
2014-10-22fdt: Add resource parsing functionsThierry Reding1-0/+57
2014-10-22fdt: Add functions to retrieve stringsThierry Reding1-0/+30
2014-10-22fdt: Add a function to get the index of a stringThierry Reding1-0/+26
2014-10-22fdt: Add a function to count stringsThierry Reding1-0/+20
2014-10-22initcall: Display error number when an error occursSimon Glass1-3/+5
2014-09-24kconfig: move CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED to KconfigMasahiro Yamada1-0/+8
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada1-0/+3
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada2-2/+0
2014-09-13Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini1-0/+15
2014-09-10dm: fdt: Add a function to look up a chosen nodeSimon Glass1-0/+15
2014-09-05video: Add driver for Parade PS8625 dP to LVDS bridgeVadim Bendebury1-0/+1
2014-09-05video: exynos_fimd: Add framework to disable FIMD sysmmuAjay Kumar1-0/+1
2014-08-25lib, linux: move linux specific defines to linux/compat.hHeiko Schocher2-0/+48
2014-08-25lib, list_sort: add list_sort from linux 3.14Heiko Schocher2-0/+299
2014-08-25lib, rbtree: resync with Linux-3.14Heiko Schocher1-255/+429
2014-08-09lib: lmb: fix overflow in __lmb_alloc_base w/ large RAMStephen Warren1-1/+4
2014-08-09rsa: Fix two errors in the implementationSimon Glass2-2/+3
2014-08-09fdt: Sync up with libfdtSimon Glass5-7/+95
2014-08-09Implement generalised RSA public exponents for verified bootMichael van der Westhuizen2-8/+145
2014-07-23fdt: Add a function to get the node offset of an aliasSimon Glass1-0/+15
2014-07-23fdt: Add a function to get the alias sequence of a nodeSimon Glass1-0/+46
2014-07-23Add a simple malloc() implementation for pre-relocationSimon Glass1-0/+3
2014-07-22Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler1-1/+16
2014-07-22lib/time.c cleanupsPavel Machek1-8/+10
2014-07-18lib:vsprintf: reduce scope of pack_hex_byteJeroen Hofstee1-11/+11
2014-07-18lib:sha1: remove unused constantJeroen Hofstee1-2/+0
2014-07-18lib:lmb: use __weakJeroen Hofstee1-4/+2
2014-07-18lib: div64: add missing includeJeroen Hofstee1-0/+1
2014-06-23lib, fdt: move fdtdec_get_int() out of lib/fdtdec.cHeiko Schocher3-36/+40
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee5-9/+9
2014-06-19mkimage: Automatically expand FDT in more casesSimon Glass1-9/+18
2014-06-19libfdt: Fix segfault when calling fit_check_format() on corrupt FIT imagesJon Nalley1-1/+1
2014-06-11LzmaTools: don't self assign valuesJeroen Hofstee1-2/+2
2014-06-11fdt: Update functions which write to an FDT to return -ENOSPCSimon Glass1-9/+19
2014-06-02Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2-6/+15
2014-05-28initcall: Improve debugging supportSimon Glass1-5/+12
2014-05-28exynos: Enable the LCD backlight for snowSimon Glass1-0/+1
2014-05-28power: Add support for TPS65090 PMU chip.Tom Wai-Hong Tam1-0/+1
2014-05-23eMMC: add support for operations in RPMB partitionPierre Aubert1-0/+1
2014-05-16ARM: dts: exynos: rename from EXYNOS5_DWMMC to EXYNOS_DWMMCJaehoon Chung1-1/+1
2014-05-12lib/sha256: fix compile on some hostsAndreas Bießmann1-1/+3
2014-04-18aes: make apply_cbc_chain_data non-staticStephen Warren1-12/+3
2014-04-17Merge branch 'next'Tom Rini7-77/+314
2014-04-08Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD4-5798/+3813
2014-04-02cmd:gpt: randomly generate each partition uuid if undefinedPrzemyslaw Marczak1-2/+2
2014-04-02new commands: uuid and guid - generate random unique identifierPrzemyslaw Marczak1-1/+43
2014-04-02lib: uuid: add functions to generate UUID version 4Przemyslaw Marczak2-4/+65
2014-04-02lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak1-24/+59
2014-04-02part_efi: move uuid<->string conversion functions into lib/uuid.cPrzemyslaw Marczak2-7/+55
2014-03-28lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RANDPrzemyslaw Marczak1-3/+1
2014-03-28Logo: TIZEN: Change booting logo size to official size.Jonghwa Lee2-5774/+3605
2014-03-25Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+26
2014-03-21env: Implement support for AES encryption into fw_* toolsMarek Vasut1-0/+4
2014-03-21aes: Implement AES-128-CBC decryption functionMarek Vasut1-0/+28
2014-03-21aes: Move the AES-128-CBC encryption function to common codeMarek Vasut1-0/+52
2014-03-21tools, fit_check_sign: verify a signed fit imageHeiko Schocher4-8/+42
2014-03-21rsa: add sha256,rsa4096 algorithmHeiko Schocher2-16/+69
2014-03-21rsa: add sha256-rsa2048 algorithmHeiko Schocher4-64/+129
2014-03-21fit: add sha256 supportHeiko Schocher1-2/+3
2014-03-17sandbox: Add LCD driverSimon Glass1-0/+1
2014-03-17cros_ec: sandbox: Add Chrome OS EC emulationSimon Glass1-0/+1
2014-03-17cros_ec: Add a function for reading a flash map entrySimon Glass1-0/+24
2014-03-12drivers:mmc:sdhci: enable support for DTPiotr Wilczek1-0/+1
2014-03-12video:mipidsim:fdt: Add DT support for mipi dsim driverPiotr Wilczek1-0/+1
2014-03-07kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEEDMasahiro Yamada1-0/+2
2014-03-04Add 64-bit data support for memory commandsYork Sun1-1/+16
2014-02-26arm: Switch to -mno-unaligned-access when supported by the compilerTom Rini1-3/+0
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada2-2/+2
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-1/+1
2014-02-13Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD5-5079/+10766
2014-02-03mmc: tegra: support Tegra124Stephen Warren1-0/+1
2014-02-03lib: tizen: change Tizen logo with the new one.Przemyslaw Marczak5-5079/+10766
2014-01-24lib: fix return codes when CONFIG_SYS_VSNPRINTF is enabledDarwin Rambo1-0/+1
2014-01-24lib: time: add weak timer_init() functionDarwin Rambo1-0/+5
2014-01-14lzma: fix buffer bound check errorAntonios Vamporakis1-1/+4
2014-01-08Add crc8 routineSimon Glass2-0/+26
2013-12-13time: fix usec_to_tick()Stephen Warren1-2/+2
2013-11-25Merge branch 'sandbox1' of http://git.denx.de/u-boot-x86Tom Rini1-4/+4
2013-11-25Makefile: move some libraries to lib/MakefileMasahiro Yamada1-0/+7
2013-11-21sandbox: Correct data sizes and printf() strings in fdtdec.cSimon Glass1-4/+4
2013-11-17lib: descend into sub directories only when it is necessaryMasahiro Yamada4-6/+4
2013-11-11time: fix gcc warnings on MIPS64Daniel Schwierzeck1-2/+2
2013-11-08time: add weak annotation to timer_read_counter declarationRob Herring1-1/+1
2013-11-08env: fix the env export varnamePierre Aubert1-1/+1
2013-11-04Introduce common timer functionsRob Herring1-0/+73
2013-11-04config: consolidate CONFIG_SYS_HZ definitionRob Herring1-0/+4
2013-10-31lib: convert makefiles to Kbuild styleMasahiro Yamada7-203/+54
2013-10-20exynos5: dts: Add COMPAT string data for USB 3.0 PHY and XHCIVivek Gautam1-0/+2
2013-10-14Coding Style cleanup: remove trailing empty linesWolfgang Denk2-2/+0
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-09-20Cosmetic: Fix a number of typos, no functional changes.Robert P. J. Day1-1/+1
2013-09-03lzo: correctly bounds-check output bufferKees Cook1-1/+7
2013-09-03lzma: correctly bounds-check output bufferKees Cook1-2/+6
2013-09-03gzip: correctly bounds-check output bufferKees Cook1-2/+2
2013-08-10libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-ClauseRoger Meier8-368/+8
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-0/+1
2013-07-24Add eCos-2.0 SPDX-License-Identifier to source filesWolfgang Denk1-33/+1
2013-07-24Add LGPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+2
2013-07-24Add LGPL-2.1+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk36-545/+36
2013-07-23fdtdec: Add compatible string for High speed i2cnaveen krishna chatradhi1-0/+1
2013-07-16tpm: add AUTH1 cmds for LoadKey2 and GetPubKeyReinhard Pfau1-1/+350
2013-07-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+3
2013-07-11ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114Jim Lin1-0/+2
2013-07-03lib/rsa/rsa-sig.c: compile on OS XAndreas Bießmann1-1/+0
2013-06-26libfdt: Add fdt_find_regions()Simon Glass1-0/+129
2013-06-26image: Add RSA support for image signingSimon Glass3-0/+893
2013-06-26Add trace librarySimon Glass2-0/+380
2013-06-26Add function to print a number with grouped digitsSimon Glass1-0/+16
2013-06-26cros: adds cros_ec keyboard driverHung-ying Tyan1-0/+1
2013-06-26cros: add cros_ec driverHung-ying Tyan1-0/+1
2013-06-24EXYNOS5: FDT: Add compatible strings for SerialRajeshwari Shinde1-0/+1
2013-06-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+1
2013-06-20Makefile: move the common makefile line to public areaYing Zhang1-10/+4
2013-06-19Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+1
2013-06-13FDT: Add compatible string for DWMMCAmar1-0/+1
2013-06-03tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C)Vincent Palatin1-0/+1
2013-05-31Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini1-0/+59
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin1-0/+59
2013-05-30Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD3-3/+36
2013-05-14libfdt: Add fdt_next_subnode() to permit easy subnode iterationSimon Glass1-0/+28
2013-05-10Export fdt_stringlist_contains()Simon Glass1-3/+2
2013-05-09env: throw an error when an empty key is usedLucian Cojocar1-0/+6
2013-05-05lib: import bitrev library from the linux kernelMike Dunn2-0/+60
2013-05-01lib: consolidate hang()Andreas Bießmann2-0/+48
2013-05-01"env grep" - add support for regular expression matchesWolfgang Denk1-3/+26
2013-05-01Add SLRE - Super Light Regular Expression libraryWolfgang Denk2-0/+725
2013-05-01"env grep" - reimplement command using hexport_r()Wolfgang Denk1-36/+28
2013-05-01hashtable: preparations to use hexport_r() for "env grep"Wolfgang Denk1-8/+24
2013-05-01fdt: Skip checking FDT if the pointer is NULLSimon Glass1-1/+2
2013-05-01sandbox: Switch over to generic boardSimon Glass1-1/+1
2013-04-19crc32: Correct endianness of crc32 resultSimon Glass1-1/+4
2013-04-15Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2-1/+3
2013-04-12tpm: Add TPM command libraryChe-liang Chiou2-0/+582
2013-04-12tpm: Add Infineon slb9635_i2c TPM driverRong Chang1-0/+1
2013-04-08omap_gpmc: add support for hw assisted BCH8Andreas Bießmann1-1/+1
2013-04-04Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+2
2013-03-28Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+3
2013-03-27EXYNOS5: FDT: Add compatible strings for FIMDAjay Kumar1-0/+1
2013-03-27EXYNOS: FDT: Add compatible strings for FIMDAjay Kumar1-0/+1
2013-03-26Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+1
2013-03-26Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+2
2013-03-25tegra114: fdt: add compatible string for tegra114 SPI ctrlAllen Martin1-0/+1
2013-03-19sf: Enable FDT-based configuration and memory mappingSimon Glass1-0/+1
2013-03-19fdt: Add fdtdec_get_addr_size() to read reg propertiesSimon Glass1-6/+21
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+3
2013-03-15Introduce a basic initcall implementationSimon Glass2-0/+40
2013-03-14Tegra30: mmc: Add Tegra30 SDMMC compatible entry to fdtdec & driverTom Warren1-0/+1
2013-03-14Tegra: MMC: Add DT support to MMC driver for all T20 boardsTom Warren1-0/+1
2013-03-14Tegra: I2C: Add T114 clock support to tegra_i2c driverTom Warren1-0/+1
2013-03-12Exynos5: FDT: Add TMU device node valuesAkshay Saraswat1-0/+1
2013-03-11display_options:print_buffer: align ASCII printAndreas Bießmann1-6/+14
2013-03-08EXYNOS5: FDT: Add compatible strings for MAX98095Rajeshwari Shinde1-0/+1
2013-02-28Roll crc32 into hash infrastructureSimon Glass1-0/+9
2013-02-28Update print_buffer() to use constSimon Glass1-1/+2
2013-02-19vsprintf: add ustrtoll functionPiotr Wilczek1-0/+23
2013-02-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+2
2013-02-11tegra: add SPI SLINK driverAllen Martin1-0/+1