summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* binman: Move state logic into the state moduleSimon Glass2018-09-282-8/+56
* binman: Move state information into a new moduleSimon Glass2018-09-285-48/+95
* binman: Add an entry method for getting the default filenameSimon Glass2018-09-282-0/+8
* dtoc: Add a way to create an Fdt object from a data blockSimon Glass2018-09-282-0/+22
* dtoc: Add methods for adding and updating propertiesSimon Glass2018-09-282-0/+113
* dtoc: Support adding new nodesSimon Glass2018-09-282-0/+28
* dtoc: Fixed endianness in Prop.GetEmpty()Simon Glass2018-09-281-1/+1
* dtoc: Allow syncing of the device tree back to a fileSimon Glass2018-09-283-10/+91
* binman: Support building a selection of imagesSimon Glass2018-09-283-1/+29
* binman: Tidy up the vblock entrySimon Glass2018-09-285-4/+43
* binman: Add x86 support for starting TPLSimon Glass2018-09-284-1/+70
* binman: Generate an error when text is not providedSimon Glass2018-09-282-0/+10
* binman: Allow 'fill' entry to have a size of 0Simon Glass2018-09-283-1/+21
* binman: Move 'special properties' docs to README.entriesSimon Glass2018-09-283-12/+7
* fdt: Add Python support for adding/removing nodesSimon Glass2018-09-281-6/+28
* Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblazeTom Rini2018-09-2720-63/+87
|\
| * net: zynq_gem: Add support for fixed-link phyMichal Simek2018-09-271-8/+9
| * arm: zynq: zybo: migrate CONFIG_DISPLAY to defconfigLuis Araneda2018-09-262-2/+1
| * net: zynq_gem: Fix reading of max-speed propertySiva Durga Prasad Paladugu2018-09-261-1/+2
| * spl: fit: Enable GZIP compression also for no kernel partitionsMichal Simek2018-09-261-4/+1
| * fpga: zynqmp: Modify PL bitstream loading sequenceSiva Durga Prasad Paladugu2018-09-262-10/+27
| * arm64: zynqmp: Return pmufw version for zynqmp_pmufw_version()Siva Durga Prasad Paladugu2018-09-263-16/+28
| * arm64: zynqmp: Move PM version related macros to .hSiva Durga Prasad Paladugu2018-09-262-11/+11
| * arm: zynq: Remove useless comments from config fileMichal Simek2018-09-261-8/+0
| * arm64: zynqmp: Handle CONFIG_BOARD_LATE_INIT via KconfigMichal Simek2018-09-2611-5/+10
* | Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-09-2681-1226/+8024
|\ \
| * | sandbox: Fix set_working_fdt_addr usersAlexander Graf2018-09-262-2/+2
| * | efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt2018-09-235-100/+117
| * | arm: qemu-arm: enable RTC (PL031) by defaultAKASHI Takahiro2018-09-231-0/+2
| * | rtc: pl031: convert the driver to driver modelAKASHI Takahiro2018-09-233-50/+80
| * | efi_loader: Fix loaded_image handle passing from EL3Alexander Graf2018-09-231-1/+1
| * | efi_loader: Disable efi selftest on sandbox for nowAlexander Graf2018-09-231-1/+1
| * | efi_loader: remove efi_exit_caches()Heinrich Schuchardt2018-09-231-28/+0
| * | dm: video: check bounds for column and rowHeinrich Schuchardt2018-09-231-0/+8
| * | efi_loader: remove redundant statementHeinrich Schuchardt2018-09-232-2/+18
| * | efi_loader: create root nodeHeinrich Schuchardt2018-09-236-22/+94
| * | efi_loader: avoid out of bound access in efi_get_variable()Heinrich Schuchardt2018-09-231-1/+1
| * | efi_selftest: test qemu-arm(64)_defconfigHeinrich Schuchardt2018-09-232-0/+2
| * | efi_driver: convert function descriptions to Sphinx styleHeinrich Schuchardt2018-09-231-32/+54
| * | efi_loader: query serial console size reliablyHeinrich Schuchardt2018-09-231-13/+37
| * | efi_loader: Merge memory map entriesAlexander Graf2018-09-231-0/+45
| * | efi_loader: memory leak in efi_set_bootdev()Heinrich Schuchardt2018-09-231-0/+7
| * | efi_loader: do not use local variable for handleHeinrich Schuchardt2018-09-231-7/+12
| * | efi_selftest: missing braces in efi_selftest_textinputex.cHeinrich Schuchardt2018-09-231-1/+1
| * | efi_loader: check parameter new_handle of efi_file_open()Heinrich Schuchardt2018-09-231-1/+1
| * | sandbox: Allow to execute from RAMAlexander Graf2018-09-231-1/+2
| * | sandbox: Fix setjmp/longjmpAlexander Graf2018-09-234-55/+5
| * | efi_loader: terminal left upper corner is [1, 1]Heinrich Schuchardt2018-09-231-3/+21
| * | efi_loader: more debug info for efi_file_getinfo()Heinrich Schuchardt2018-09-231-1/+1
| * | efi: sandbox: Enable selftest commandSimon Glass2018-09-231-0/+1