aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-13efi_loader: implement GetNextVariableName()AKASHI Takahiro1-10/+146
2019-02-13efi_loader: comments for variable servicesHeinrich Schuchardt1-5/+81
2019-02-13efi_loader: remove duplicate function mem2hex()Heinrich Schuchardt1-14/+1
2019-02-13efi_loader: eliminate duplicate function hex2mem()Heinrich Schuchardt1-41/+3
2019-02-13efi_loader: remove duplicate GUID definitionHeinrich Schuchardt1-3/+0
2019-02-13efi_loader: consistent build flags for EFI applicationsHeinrich Schuchardt2-3/+3
2019-02-13efi_loader: use u16* for file nameHeinrich Schuchardt3-11/+11
2019-02-13efi_loader: fix CopyMem()Heinrich Schuchardt1-1/+1
2019-02-13efi_loader: refactor switch to non-secure modeHeinrich Schuchardt7-67/+132
2019-02-13efi_driver: simplify error messageHeinrich Schuchardt1-2/+1
2019-02-13efi_selftest: tpl unit test, check return valuesHeinrich Schuchardt1-2/+2
2019-02-13efi_selftest: events unit test, check return valuesHeinrich Schuchardt1-3/+3
2019-02-13efi_selftest: SNP unit test on sandboxHeinrich Schuchardt1-0/+8
2019-02-13efi_loader: efi_set_variable use const void *Heinrich Schuchardt3-3/+4
2019-02-13efi_loader: use const efi_guid_t * for variable servicesHeinrich Schuchardt4-20/+22
2019-02-13efi_loader: move efi_init_obj_list() to a new efi_setup.cAKASHI Takahiro4-77/+89
2019-02-13doc: README.uefi: fix typosHeinrich Schuchardt1-5/+5
2019-02-13efi_selftest: allow building on ARMv7-MHeinrich Schuchardt2-4/+8
2019-02-13efi_loader: signature of StartImage and ExitHeinrich Schuchardt2-8/+8
2019-02-13efi_loader: avoid unnecessary pointer to long conversionHeinrich Schuchardt1-1/+1
2019-02-13efi_loader: fix memory allocation on sandboxHeinrich Schuchardt1-0/+6
2019-02-13efi_loader: CMD_BOOTEFI_HELLO_COMPILE in configsHeinrich Schuchardt7-7/+1
2019-02-13efi_loader: use named constant for efi_dp_from_mem()Heinrich Schuchardt1-1/+1
2019-02-13distro: not taint environment variables if possibleAKASHI Takahiro1-6/+7
2019-02-13efi_loader: efi_connect_controller() use %pDHeinrich Schuchardt1-1/+1
2019-02-13efi_loader: efi_add_runtime_mmio()Heinrich Schuchardt1-1/+2
2019-02-13distro_bootcmd: add NVME supportHeinrich Schuchardt1-0/+27
2019-02-13test: tests for u16_strdup() and u16_strcpy()Heinrich Schuchardt1-0/+23
2019-02-13lib: add u16_strcpy/strdup functionsAkashi, Takahiro2-0/+52
2019-02-13efi_loader: struct efi_configuration_tableHeinrich Schuchardt1-1/+1
2019-02-13efi_loader: efi_guid_t must be 64-bit alignedHeinrich Schuchardt1-1/+1
2019-02-12test/py: use default load address for tftpHeinrich Schuchardt1-4/+5
2019-02-12Merge git://git.denx.de/u-boot-x86Tom Rini6-25/+161
2019-02-12x86: tangier: Add initial ACPI support for PMIC deviceAndy Shevchenko1-0/+87
2019-02-12x86: Use the existing GDT in the ROM for 64-bit U-Boot properBin Meng1-14/+0
2019-02-12x86: Don't copy the cpu_call64() function to a hardcoded addressBin Meng2-3/+12
2019-02-12x86: Change 4-level page table base address to low memoryBin Meng1-4/+2
2019-02-12x86: tsc: Add support for native calibration of TSC freqBernhard Messerklinger1-0/+55
2019-02-12doc: Fix CONFIG_OF_SEPARATE descriptionAndy Shevchenko1-3/+4
2019-02-12x86: edison: Switch to CONFIG_OF_SEPARATEAndy Shevchenko1-1/+1
2019-02-11Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini9-6/+198
2019-02-11Merge git://git.denx.de/u-boot-marvellTom Rini5-4/+14
2019-02-11ARM: mvebu: x530: use MV_DDR_FREQ_SARChris Packham1-1/+1
2019-02-11Kconfig: fix BUILD_TARGET for ARCH_MVEBUBaruch Siach1-1/+1
2019-02-11arm: mvebu: cf gt-8k: dts: add PCIe slot reset supportBaruch Siach1-0/+8
2019-02-11pcie: designware: mvebu: fix reset release polarityBaruch Siach1-1/+3
2019-02-11arm: mvebu: mcbin: dts: fix PCIe reset polarityBaruch Siach1-1/+1
2019-02-11i2c: mux: Generate longer i2c mux nameMichal Simek1-3/+26
2019-02-11i2c: Fill req_seq in i2c_post_bind()Michal Simek1-3/+25
2019-02-11i2c: dm: Record maximum id of devices before probing devicesMichal Simek1-0/+26