summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
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
2018-02-27Kconfig: cmd: Make networking command dependent on NETMichal Simek
2018-02-26cmd: mdio: Fix style violationsMario Six
2018-02-23Convert CONFIG_BOOTP_BOOTPATH et al to KconfigAdam Ford
2018-02-21cmd: fastboot: Kconfig: solve config issuePatrick Delaunay
2018-02-21dfu: Rename _FUNCTION_DFU to DFU_OVER_Marek Vasut
2018-02-21dfu: Fix up the Kconfig messMarek Vasut
2018-02-21usb: gadget: sdp: add missing line breaksAndre Heider
2018-02-18sandbox: Add 64-bit sandboxMario Six
2018-02-14cmd: scsi: move CMD_SCSI to device access commandsHeinrich Schuchardt
2018-02-13cmd: booti: fix invalid image address in debug messageMasahiro Yamada