summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2018-04-28cmd: CONFIG_CMD_LOG select CONFIG_LOGHeinrich Schuchardt1-0/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini5-10/+0
2018-04-27Convert CONFIG_SPI to KconfigAdam Ford1-2/+2
2018-04-23cmd: clk: Check return value from soc_clk_dumpMichal Simek1-1/+9
2018-04-16bootvx: x86: Assign bootaddr based on kernel memory baseBin Meng1-41/+46
2018-04-16bootvx: Exit if bootline address is not specifiedBin Meng1-56/+53
2018-04-16bootvx: Refactor the bootline copy codes a little bitBin Meng1-10/+5
2018-04-16bootvx: x86: Make VxWorks EFI console driver happyBin Meng1-0/+19
2018-04-16elf: Add a very simple ELF64 loaderBin Meng1-1/+43
2018-04-16x86: Rename e820entry to e820_entryBin Meng1-3/+3
2018-04-16vxworks: x86: Rename e820info to e820_infoBin Meng1-3/+3
2018-04-16bootvx: x86: Explicitly clear the bootloader image sizeBin Meng1-0/+7
2018-04-16bootvx: x86: Prepare e820 related stuff from the given kernel memory base add...Bin Meng1-13/+7
2018-04-15Merge git://git.denx.de/u-boot-netTom Rini3-22/+113
2018-04-14vxworks: fixed cpu enable using PSCI on armv8Vasyl Vavrychuk1-0/+5
2018-04-13Revert "Kconfig: cmd: Make networking command dependent on NET"Joe Hershberger1-2/+2
2018-04-13net: Make the BOOTP options defaultJoe Hershberger1-0/+6
2018-04-13net: Improve BOOTP PXE config optionJoe Hershberger1-3/+5
2018-04-13net: Add the BOOTP_DNS2 option to KconfigJoe Hershberger1-0/+11
2018-04-13net: Improve menu options and help for BOOTP optionsJoe Hershberger1-5/+14
2018-04-13net: Move the DHCP command below the BOOTP commandJoe Hershberger1-6/+6
2018-04-13net: Move net command options to the cmd menuJoe Hershberger1-7/+57
2018-04-13net: Make CMD_NET a menuconfigJoe Hershberger2-8/+21
2018-04-09Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini1-84/+145
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan3-0/+32
2018-04-08treewide: Migrate CONFIG_SYS_ALT_MEMTEST to KconfigMario Six1-0/+9
2018-04-07cmd: Add command for calculating binary operationsMario Six3-0/+183
2018-04-07cmd: ximg: Respect cache line size for flushingMario Six1-1/+1
2018-04-07bootvx: use program header for loadingChristian Gmeiner1-1/+1
2018-04-06powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy1-1/+1
2018-04-06efi_loader: Respect DT reserved regionsAlexander Graf1-0/+26
2018-04-04Merge git://git.denx.de/u-boot-sunxiTom Rini1-5/+0
2018-04-04efi_loader: correctly determine the boot partitionHeinrich Schuchardt1-13/+4
2018-04-04efi_loader: support device tree for bootefi selftestHeinrich Schuchardt1-47/+64
2018-04-04efi_loader: check initialization of EFI subsystem is successfulHeinrich Schuchardt1-20/+47
2018-04-04efi_loader: do_bootefi_exec should always return an EFI status codeHeinrich Schuchardt1-2/+2
2018-04-04efi_loader: simplify calling efi_init_obj_listHeinrich Schuchardt1-8/+8
2018-04-04sunxi: revert disabling of featuresAndre Przywara1-5/+0
2018-03-31cmd: cbfs: fix reading the end_of_rom pointer for 64bit archsAndre Heider1-1/+1
2018-03-22cmd: sf: fix map_physmem checkLiam Beguin1-1/+1
2018-03-14cmd: part: Extract common code to separate functionSam Protsenko1-38/+23
2018-03-14cmd: part: Allow passing partition name to start and sizeSam Protsenko1-11/+25
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada3-4/+4
2018-02-28Merge git://git.denx.de/u-boot-netTom Rini1-4/+3
2018-02-28Kconfig: cmd: Make networking command dependent on NETMichal Simek2-3/+8
2018-02-27cmd: mdio: Fix style violationsMario Six1-4/+3
2018-02-24Convert CONFIG_BOOTP_BOOTPATH et al to KconfigAdam Ford1-0/+23
2018-02-21cmd: fastboot: Kconfig: solve config issuePatrick Delaunay1-2/+16
2018-02-21dfu: Rename _FUNCTION_DFU to DFU_OVER_Marek Vasut1-6/+6
2018-02-21dfu: Fix up the Kconfig messMarek Vasut2-6/+14