aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-25tpm: prepare introduction of TPMv2.x support in KconfigMiquel Raynal4-19/+58
2018-05-25tpm: add Revision ID field in the chip structureMiquel Raynal1-0/+1
2018-05-25tpm: add extra blank lines between declarations and codeMiquel Raynal1-0/+3
2018-05-25tpm: fix spellingMiquel Raynal2-5/+5
2018-05-25tpm: use the BIT() macro where applicableMiquel Raynal1-7/+7
2018-05-25tpm: align arguments with open parenthesisMiquel Raynal2-110/+110
2018-05-25tpm: substitute deprecated uint<x>_t types with their u<x> equivalentMiquel Raynal3-228/+220
2018-05-25tpm: remove extra spaces between a function and its opening bracketMiquel Raynal1-2/+2
2018-05-25tpm: remove redundant blank lineMiquel Raynal1-1/+0
2018-05-24Merge tag 'arc-uart-updates-for-2018.07-rc1' of git://git.denx.de/u-boot-arcTom Rini12-11/+82
2018-05-24Merge tag 'signed-rpi-next' of git://github.com/agraf/u-bootTom Rini2-243/+83
2018-05-24ARC: Enable debug UART on nSIM boardsAlexey Brodkin4-0/+16
2018-05-24serial/serial_arc: Implement debug serialAlexey Brodkin2-0/+35
2018-05-24serial: Convert ARC_SERIAL to KconfigAlexey Brodkin7-11/+11
2018-05-24ARC: enable debug uart for HSDK and AXS10x boardsEugeniy Paltsev3-0/+15
2018-05-24ARC: init debug uart in early common arc codeEugeniy Paltsev1-0/+5
2018-05-24rpi: Change load addresses to make more room for the kernel & DTBTuomas Tynkkynen1-25/+36
2018-05-23spl: Add full fitImage supportMarek Vasut2-0/+86
2018-05-23pylibfdt: Add missing CC and LD to MakefileMarek Vasut1-1/+2
2018-05-23scripts: add decodecode from LinuxHeinrich Schuchardt1-0/+125
2018-05-23arm: print instructions pointed to by pcHeinrich Schuchardt1-0/+25
2018-05-23arm64: timer: Create timer_get_bootus for bootstage supportMichal Simek1-0/+7
2018-05-23Makefile: adopt --std=gnu11 for HOSTCFLAGS on LinuxPhilipp Tomsich1-0/+9
2018-05-23twister: Let SPL load U-Boot from MMCLadislav Michl1-9/+8
2018-05-23fit: Add standalone image type handlingMarek Vasut2-0/+3
2018-05-23fit: Add empty fit_print_contents() and fit_image_print()Marek Vasut1-1/+3
2018-05-23fit: Fix CONFIG_FIT_SPL_PRINTMarek Vasut3-3/+9
2018-05-23spl: fit: Add support for loading FPGA bitstreamMarek Vasut1-3/+32
2018-05-23bootcount: Add bootcount commandAlex Kiernan3-0/+69
2018-05-23configs: sama5d2_xplained: fix bootcmd/args for spi+emmc demoEugen Hristev2-1/+10
2018-05-23configs: sama5d2_xplained: set default FAT env location to SD-CardEugen Hristev1-0/+1
2018-05-23doc: expand README.commandsHeinrich Schuchardt1-10/+74
2018-05-23test: fs: fs-test: Modified test 1 to do a ls to a nonexistent dirEugen Hristev1-0/+2
2018-05-23fs: ext4: fix crash on ext4lsEugen Hristev1-2/+3
2018-05-23i2c: Drop CONFIG_SH_SH7734_I2CTuomas Tynkkynen3-378/+0
2018-05-23i2c: Drop CONFIG_TSI108_I2CTuomas Tynkkynen4-484/+0
2018-05-23net: Drop CONFIG_TSI108_ETHTuomas Tynkkynen4-1018/+0
2018-05-23configs: sama5d2_xplained: enable ext4 command supportEugen Hristev2-0/+2
2018-05-23clk: at91: clk-h32mx: replace dm_warn with dev_dbgEugen Hristev1-1/+1
2018-05-23configs: at91sam9x5ek: updated mtdparts variable in bootargsEugen Hristev3-3/+3
2018-05-23configs: at91: Adjust CONFIG_ENV_OFFSET to match sama5 addressNicolas Ferre7-7/+7
2018-05-23configs: at91: sama5_common: Adjust CONFIG_ENV_OFFSET to match block alignmentNicolas Ferre1-1/+1
2018-05-23FIT: Make fit_conf_print() be a static functionTom Rini2-184/+179
2018-05-23Licenses/README: Update some style and add explicit license to the documentTom Rini1-10/+92
2018-05-23Convert CONFIG_SUPPORT_EMMC_RPMB to KconfigAlex Kiernan11-10/+21
2018-05-23mmc: Unirqify bcm2835_sdhost and fix writesAlexander Graf1-218/+47
2018-05-23rpi: Adjust fdt_addr_r to a sane addressAlexander Graf1-1/+1
2018-05-23arm: armv7m: Clean up some thumb / compiler flag optionsTom Rini3-1/+3
2018-05-22.travis.yml: Further optimizationsTom Rini1-43/+14
2018-05-22buildman: support newer gcc versions from kernel.orgDaniel Schwierzeck2-15/+29