summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2018-05-08cmd: add ADC cli commandsNeil Armstrong
2018-05-08arm64: Add SMC and HVC commandsMichalis Pappas
2018-05-08mmc: support writing sparse imagesJassi Brar
2018-05-07arm: v7R: Add initial supportMichal Simek
2018-05-07arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-28cmd: CONFIG_CMD_LOG select CONFIG_LOGHeinrich Schuchardt
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-27Convert CONFIG_SPI to KconfigAdam Ford
2018-04-23cmd: clk: Check return value from soc_clk_dumpMichal Simek
2018-04-16bootvx: x86: Assign bootaddr based on kernel memory baseBin Meng
2018-04-16bootvx: Exit if bootline address is not specifiedBin Meng
2018-04-16bootvx: Refactor the bootline copy codes a little bitBin Meng
2018-04-16bootvx: x86: Make VxWorks EFI console driver happyBin Meng
2018-04-16elf: Add a very simple ELF64 loaderBin Meng
2018-04-16x86: Rename e820entry to e820_entryBin Meng
2018-04-16vxworks: x86: Rename e820info to e820_infoBin Meng
2018-04-16bootvx: x86: Explicitly clear the bootloader image sizeBin Meng
2018-04-16bootvx: x86: Prepare e820 related stuff from the given kernel memory base add...Bin Meng
2018-04-15Merge git://git.denx.de/u-boot-netTom Rini
2018-04-13vxworks: fixed cpu enable using PSCI on armv8Vasyl Vavrychuk
2018-04-13Revert "Kconfig: cmd: Make networking command dependent on NET"Joe Hershberger
2018-04-13net: Make the BOOTP options defaultJoe Hershberger
2018-04-13net: Improve BOOTP PXE config optionJoe Hershberger
2018-04-13net: Add the BOOTP_DNS2 option to KconfigJoe Hershberger
2018-04-13net: Improve menu options and help for BOOTP optionsJoe Hershberger
2018-04-13net: Move the DHCP command below the BOOTP commandJoe Hershberger
2018-04-13net: Move net command options to the cmd menuJoe Hershberger
2018-04-13net: Make CMD_NET a menuconfigJoe Hershberger
2018-04-09Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan
2018-04-08treewide: Migrate CONFIG_SYS_ALT_MEMTEST to KconfigMario Six
2018-04-06cmd: Add command for calculating binary operationsMario Six
2018-04-06cmd: ximg: Respect cache line size for flushingMario Six
2018-04-06bootvx: use program header for loadingChristian Gmeiner
2018-04-06powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy
2018-04-06efi_loader: Respect DT reserved regionsAlexander Graf
2018-04-04Merge git://git.denx.de/u-boot-sunxiTom Rini
2018-04-04efi_loader: correctly determine the boot partitionHeinrich Schuchardt
2018-04-04efi_loader: support device tree for bootefi selftestHeinrich Schuchardt
2018-04-04efi_loader: check initialization of EFI subsystem is successfulHeinrich Schuchardt
2018-04-04efi_loader: do_bootefi_exec should always return an EFI status codeHeinrich Schuchardt
2018-04-04efi_loader: simplify calling efi_init_obj_listHeinrich Schuchardt
2018-04-04sunxi: revert disabling of featuresAndre Przywara
2018-03-31cmd: cbfs: fix reading the end_of_rom pointer for 64bit archsAndre Heider
2018-03-22cmd: sf: fix map_physmem checkLiam Beguin
2018-03-13cmd: part: Extract common code to separate functionSam Protsenko
2018-03-13cmd: part: Allow passing partition name to start and sizeSam Protsenko
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-02-27Merge git://git.denx.de/u-boot-netTom Rini