| Commit message (Expand) | Author | Age | Files | Lines |
* | sandbox: Add 64-bit sandbox | Mario Six | 2018-02-18 | 1 | -3/+3 |
* | cmd: scsi: move CMD_SCSI to device access commands | Heinrich Schuchardt | 2018-02-14 | 1 | -9/+9 |
* | cmd: booti: fix invalid image address in debug message | Masahiro Yamada | 2018-02-13 | 1 | -2/+1 |
* | cmd: fitupd: Convert CONFIG_CMD_FITUPD | Marek Vasut | 2018-02-13 | 1 | -0/+6 |
* | efi_loader: fix the online help for bootefi bootmgr | Heinrich Schuchardt | 2018-02-10 | 1 | -1/+1 |
* | Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig | Adam Ford | 2018-02-08 | 2 | -1/+4 |
* | Convert LIB_UUID to Kconfig | Adam Ford | 2018-02-08 | 1 | -0/+2 |
* | move booti_setup to arch/arm/lig/image.c | Bin Chen | 2018-02-07 | 1 | -79/+13 |
* | cmd: Make CONFIG_CMD_FPGA depend on CONFIG_FPGA | Tuomas Tynkkynen | 2018-02-05 | 2 | -2/+1 |
* | log: Add a command to output a log record | Simon Glass | 2018-02-03 | 1 | -1/+40 |
* | log: Add a command to control the log output format | Simon Glass | 2018-02-03 | 1 | -0/+43 |
* | usb: ums: Kconfig: Select USB_FUNCTION_MASS_STORAGE when enabling 'ums' command | Lukasz Majewski | 2018-02-02 | 1 | -0/+1 |
* | cmd: nvedit: env_get_f must check for env_get_char error codes | Simon Goldschmidt | 2018-01-31 | 1 | -3/+8 |
* | cmd/bdinfo: print relocation info on X86 | Heinrich Schuchardt | 2018-01-30 | 1 | -0/+2 |
* | aes: Allow non-zero initialization vector | Андрей Мозжухин | 2018-01-29 | 1 | -19/+25 |
* | efi_loader: catch misspelled bootefi subcommand | Heinrich Schuchardt | 2018-01-28 | 1 | -0/+3 |
* | efi_loader: Always use EFIAPI instead of asmlinkage | Alexander Graf | 2018-01-28 | 1 | -5/+6 |
* | powerpc: Drop CONFIG_WALNUT and other related dead code | Tuomas Tynkkynen | 2018-01-28 | 1 | -5/+1 |
* | cmd: nvedit: Get rid of the env lookup | Maxime Ripard | 2018-01-27 | 1 | -4/+0 |
* | Merge git://git.denx.de/u-boot-sunxi | Tom Rini | 2018-01-26 | 1 | -0/+5 |
|\ |
|
| * | cmd: misc: Disable by default on sunXi | Maxime Ripard | 2018-01-26 | 1 | -0/+1 |
| * | cmd: loads: Disable by default on sunXi | Maxime Ripard | 2018-01-26 | 1 | -0/+1 |
| * | cmd: loadb: Disable by default on sunXi | Maxime Ripard | 2018-01-26 | 1 | -0/+1 |
| * | cmd: unzip: Disable by default on sunXi | Maxime Ripard | 2018-01-26 | 1 | -0/+1 |
| * | cmd: crc32: Disable by default on sunXi | Maxime Ripard | 2018-01-26 | 1 | -0/+1 |
* | | Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot | Tom Rini | 2018-01-23 | 1 | -7/+10 |
|\ \ |
|
| * | | efi_driver: EFI block driver | Heinrich Schuchardt | 2018-01-22 | 1 | -0/+3 |
| * | | efi_loader: store DT in EFI_RUNTIME_SERVICES_DATA memory | Heinrich Schuchardt | 2018-01-22 | 1 | -2/+2 |
| * | | efi_loader: consistently use efi_handle_t for handles | Heinrich Schuchardt | 2018-01-22 | 1 | -5/+5 |
| |/ |
|
* | | fs: Migrate ext4 to Kconfig | Tuomas Tynkkynen | 2018-01-22 | 1 | -0/+3 |
|/ |
|
* | cmd: pmic: update help description | Klaus Goger | 2018-01-19 | 1 | -1/+1 |
* | cmd: ti: Generalize cmd_ddr3 command | Lokesh Vutla | 2018-01-19 | 1 | -30/+120 |
* | arm: keystone: Move cmd_ddr3 to a common place | Lokesh Vutla | 2018-01-19 | 5 | -0/+271 |
* | Merge git://git.denx.de/u-boot-mmc | Tom Rini | 2018-01-14 | 2 | -2/+21 |
|\ |
|
| * | mmc: remove hc_wp_grp_size from struct mmc if not needed | Jean-Jacques Hiblot | 2018-01-12 | 1 | -0/+2 |
| * | mmc: compile out erase and write mmc commands if write operations are not ena... | Jean-Jacques Hiblot | 2018-01-12 | 1 | -0/+8 |
| * | mmc: add a Kconfig option to enable the support for MMC write operations | Jean-Jacques Hiblot | 2018-01-12 | 1 | -1/+1 |
| * | mmc: make optional the support for eMMC hardware partitioning | Jean-Jacques Hiblot | 2018-01-12 | 1 | -0/+4 |
| * | mmc: dump card and host capabilities if debug is enabled | Jean-Jacques Hiblot | 2018-01-12 | 1 | -0/+4 |
| * | cmd: mmc: display the mode name and current bus speed in the mmc info | Jean-Jacques Hiblot | 2018-01-12 | 1 | -1/+2 |
* | | riscv: Modify generic codes to support RISC-V | Rick Chen | 2018-01-12 | 1 | -0/+15 |
* | | usb: rockchip: add rockusb command | Eddie Cai | 2018-01-10 | 3 | -0/+83 |
|/ |
|
* | x86: Move commands from under arch/x86 to cmd/x86/ | Tom Rini | 2018-01-08 | 4 | -0/+299 |
* | Merge git://git.denx.de/u-boot-sunxi | Tom Rini | 2017-12-19 | 1 | -0/+1 |
|\ |
|
| * | fastboot: Enable flashing by default on sunxi | Maxime Ripard | 2017-12-07 | 1 | -0/+1 |
* | | log: Add a test command | Simon Glass | 2017-12-07 | 2 | -1/+8 |
* | | log: Add a 'log level' command | Simon Glass | 2017-12-07 | 3 | -0/+63 |
* | | Drop the log buffer | Simon Glass | 2017-12-07 | 2 | -314/+0 |
* | | mtdparts: Correct use of debug() | Simon Glass | 2017-12-07 | 1 | -3/+0 |
* | | cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C | Nobuhiro Iwamatsu | 2017-12-07 | 1 | -2/+12 |