summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* bootvx: x86: Assign bootaddr based on kernel memory baseBin Meng2018-04-161-41/+46
* bootvx: Exit if bootline address is not specifiedBin Meng2018-04-161-56/+53
* bootvx: Refactor the bootline copy codes a little bitBin Meng2018-04-161-10/+5
* bootvx: x86: Make VxWorks EFI console driver happyBin Meng2018-04-161-0/+19
* elf: Add a very simple ELF64 loaderBin Meng2018-04-161-1/+43
* x86: Rename e820entry to e820_entryBin Meng2018-04-161-3/+3
* vxworks: x86: Rename e820info to e820_infoBin Meng2018-04-161-3/+3
* bootvx: x86: Explicitly clear the bootloader image sizeBin Meng2018-04-161-0/+7
* bootvx: x86: Prepare e820 related stuff from the given kernel memory base add...Bin Meng2018-04-161-13/+7
* Merge git://git.denx.de/u-boot-netTom Rini2018-04-153-22/+113
|\
| * Revert "Kconfig: cmd: Make networking command dependent on NET"Joe Hershberger2018-04-131-2/+2
| * net: Make the BOOTP options defaultJoe Hershberger2018-04-131-0/+6
| * net: Improve BOOTP PXE config optionJoe Hershberger2018-04-131-3/+5
| * net: Add the BOOTP_DNS2 option to KconfigJoe Hershberger2018-04-131-0/+11
| * net: Improve menu options and help for BOOTP optionsJoe Hershberger2018-04-131-5/+14
| * net: Move the DHCP command below the BOOTP commandJoe Hershberger2018-04-131-6/+6
| * net: Move net command options to the cmd menuJoe Hershberger2018-04-131-7/+57
| * net: Make CMD_NET a menuconfigJoe Hershberger2018-04-132-8/+21
* | vxworks: fixed cpu enable using PSCI on armv8Vasyl Vavrychuk2018-04-131-0/+5
|/
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-04-091-84/+145
|\
| * efi_loader: Respect DT reserved regionsAlexander Graf2018-04-061-0/+26
| * efi_loader: correctly determine the boot partitionHeinrich Schuchardt2018-04-041-13/+4
| * efi_loader: support device tree for bootefi selftestHeinrich Schuchardt2018-04-041-47/+64
| * efi_loader: check initialization of EFI subsystem is successfulHeinrich Schuchardt2018-04-041-20/+47
| * efi_loader: do_bootefi_exec should always return an EFI status codeHeinrich Schuchardt2018-04-041-2/+2
| * efi_loader: simplify calling efi_init_obj_listHeinrich Schuchardt2018-04-041-8/+8
* | net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-083-0/+32
* | treewide: Migrate CONFIG_SYS_ALT_MEMTEST to KconfigMario Six2018-04-081-0/+9
* | cmd: Add command for calculating binary operationsMario Six2018-04-063-0/+183
* | cmd: ximg: Respect cache line size for flushingMario Six2018-04-061-1/+1
* | bootvx: use program header for loadingChristian Gmeiner2018-04-061-1/+1
* | powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy2018-04-061-1/+1
* | Merge git://git.denx.de/u-boot-sunxiTom Rini2018-04-041-5/+0
|\ \ | |/ |/|
| * sunxi: revert disabling of featuresAndre Przywara2018-04-041-5/+0
* | cmd: cbfs: fix reading the end_of_rom pointer for 64bit archsAndre Heider2018-03-311-1/+1
* | cmd: sf: fix map_physmem checkLiam Beguin2018-03-221-1/+1
|/
* cmd: part: Extract common code to separate functionSam Protsenko2018-03-131-38/+23
* cmd: part: Allow passing partition name to start and sizeSam Protsenko2018-03-131-11/+25
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-053-4/+4
* Merge git://git.denx.de/u-boot-netTom Rini2018-02-271-4/+3
|\
| * cmd: mdio: Fix style violationsMario Six2018-02-261-4/+3
* | Kconfig: cmd: Make networking command dependent on NETMichal Simek2018-02-272-3/+8
|/
* Convert CONFIG_BOOTP_BOOTPATH et al to KconfigAdam Ford2018-02-231-0/+23
* cmd: fastboot: Kconfig: solve config issuePatrick Delaunay2018-02-211-2/+16
* dfu: Rename _FUNCTION_DFU to DFU_OVER_Marek Vasut2018-02-211-6/+6
* dfu: Fix up the Kconfig messMarek Vasut2018-02-212-6/+14
* usb: gadget: sdp: add missing line breaksAndre Heider2018-02-211-2/+2
* sandbox: Add 64-bit sandboxMario Six2018-02-181-3/+3
* cmd: scsi: move CMD_SCSI to device access commandsHeinrich Schuchardt2018-02-141-9/+9
* cmd: booti: fix invalid image address in debug messageMasahiro Yamada2018-02-131-2/+1