aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-17x86: Implement functions for writing coreboot tableBin Meng3-0/+147
2016-03-17x86: Support writing configuration tables in high areaBin Meng1-0/+11
2016-03-17x86: Simplify codes in write_tables()Bin Meng1-27/+34
2016-03-17x86: Change write_acpi_tables() signature a little bitBin Meng3-6/+5
2016-03-17x86: Use a macro for ROM table alignmentBin Meng2-5/+7
2016-03-17x86: Change to use start/end address pair in write_tables()Bin Meng1-6/+12
2016-03-17x86: Clean up coreboot_tables.hBin Meng1-73/+80
2016-03-17x86: Move sysinfo related to sysinfo.hBin Meng2-4/+2
2016-03-17x86: Move asm/arch-coreboot/tables.h to a common placeBin Meng5-4/+1
2016-03-16spl: arm: Make sure to include all of the u_boot_list entriesTom Rini5-15/+9
2016-03-16mvebu: ds414: Move cmd_syno into ds414 directoryTom Rini3-8/+4
2016-03-16arm: omap-common: Guard some parts of the code with CONFIG_OMAP44XX/OMAP54XXTom Rini1-1/+7
2016-03-16lpc32xx: work_92105: Rework MakefileTom Rini1-3/+5
2016-03-16cmd: scsi: Group the command portion together, guard with !CONFIG_SPL_BUILDTom Rini1-21/+22
2016-03-16ARM: keystone2: Only link cmd_ddr3.o on non-SPL buildsTom Rini1-1/+2
2016-03-16ARM: keystone2: Switch to using the poweroff commandTom Rini4-29/+30
2016-03-16ARM: keystone2: Split monitor code / command codeTom Rini4-52/+71
2016-03-15ARM: DRA7xx: Enable NFS boot commandAndrew F. Davis6-6/+0
2016-03-15ti_armv7_common: env: Add NFS loading support to default enviromentAndrew F. Davis1-0/+6
2016-03-15spl_nor: fix warning when compiled for 64bit targetMasahiro Yamada1-1/+1
2016-03-15ARM: DRA7: DDR: Enable SR in Power Management ControlNishanth Menon1-3/+3
2016-03-15keystone2: env: Set mmc as default boot for k2g-evmYan Liu5-1/+4
2016-03-15keystone2: env: add env script for booting with an initramfs with firmwareMurali Karicheri5-3/+17
2016-03-15k2g: configs: Add support to save env in MMCLokesh Vutla1-0/+6
2016-03-15k2g: env: Allow use of a script and plain text env filesLokesh Vutla1-0/+1
2016-03-15ti_armv7_common: env: Consolidate support for loading script and text env filesLokesh Vutla5-54/+32
2016-03-15am43xx: configs: Enable USB commands for non usb boot alsoMugunthan V N1-1/+3
2016-03-15am335x: configs: Fix usb ether boot supportLokesh Vutla1-1/+3
2016-03-15ti_armv7_keystone2: env: Remove securedb.key.bin loadCarlos Hernandez1-2/+1
2016-03-15ti_armv7_keystone2: env: Update UBIFS image pathsCarlos Hernandez1-4/+5
2016-03-15ti_armv7_keystone2: configs: add usb mass storage supportMugunthan V N1-0/+1
2016-03-15efi_loader: Pass proper device path in on bootAlexander Graf4-15/+37
2016-03-15efi_loader: Call fdt preparation functionsAlexander Graf2-3/+13
2016-03-15arm: Allow EFI payload code to take exceptionsAlexander Graf1-0/+8
2016-03-15arm64: Replace fdt_name env variables with fdtfileAlexander Graf3-8/+8
2016-03-15efi_loader: Add MAINTAINERS entryAlexander Graf1-0/+7
2016-03-15efi_loader: Add README section in README.efiAlexander Graf1-1/+82
2016-03-15efi_loader: Add distro boot script for removable mediaAlexander Graf1-1/+46
2016-03-15efi_loader: hook up in build environmentAlexander Graf6-0/+25
2016-03-15arm64: Allow EFI payload code to take exceptionsAlexander Graf1-0/+9
2016-03-15arm64: Allow exceptions to returnAlexander Graf1-0/+34
2016-03-15efi_loader: Implement memory allocation and mapAlexander Graf3-0/+341
2016-03-15efi_loader: Add "bootefi" commandAlexander Graf3-0/+190
2016-03-15efi_loader: Add disk interfacesAlexander Graf2-0/+220
2016-03-15efi_loader: Add runtime servicesAlexander Graf9-3/+398
2016-03-15efi_loader: Add console interfaceAlexander Graf2-0/+365
2016-03-15efi_loader: Add boot time servicesAlexander Graf2-0/+866
2016-03-15efi_loader: Add PE image loaderAlexander Graf3-0/+471
2016-03-15include/efi_api.h: Add more detailed API definitionsAlexander Graf2-37/+163
2016-03-15disk/part.c: Expose list of available block driversAlexander Graf2-7/+8