Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
a93a55044bf777da701d7251e8b4a752b993a5b2
/
cmd
216800a
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
b0cc1b8
dm: spi: Read default speed and mode values from DT
by Patrick Delaunay
· 6 years ago
82a00be
cmd: add wdt command
by Michael Walle
· 6 years ago
02f173c
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 6 years ago
aaa1215
fs: Add a new command to create symbolic links
by Jean-Jacques Hiblot
· 6 years ago
51f60a8
usb: Make portspeed return a read-only string
by Ismael Luceno Cortes
· 6 years ago
c95e632
Convert CONFIG_DEFAULT_SPI_* to Kconfig
by Patrick Delaunay
· 6 years ago
1fd7a47
efi_loader: memory leak in efi_dump_single_var()
by Heinrich Schuchardt
· 6 years ago
731785d
cmd: fastboot: handle watchdog while waiting for fastboot commands.
by Sean Nyekjaer
· 6 years ago
c8087f6
cmd: thordown: Fix spelling of download.
by Vagrant Cascadian
· 6 years ago
1fa442e
efi_loader: error handling for `efidebug boot add`
by Heinrich Schuchardt
· 6 years ago
00358bb
cmd: efidebug: add memmap command
by AKASHI Takahiro
· 6 years ago
fa53673
cmd: efidebug: add images command
by AKASHI Takahiro
· 6 years ago
a801462
cmd: efidebug: add dh command
by AKASHI Takahiro
· 6 years ago
66eaf56
cmd: efidebug: add drivers command
by AKASHI Takahiro
· 6 years ago
355cdb5
cmd: efidebug: add devices command
by AKASHI Takahiro
· 6 years ago
59df7e7
cmd: add efidebug command
by AKASHI Takahiro
· 6 years ago
49d81fd
cmd: env: add "-e" option for handling UEFI variables
by AKASHI Takahiro
· 6 years ago
2ab6e74
cmd: Kconfig: LED command depends on LED subsystems
by Jan Kiszka
· 6 years ago
48ca690
gpio: Use case-insentive matching on the GPIO name
by Simon Glass
· 6 years ago
b8989b5
gpio: Show inactive GPIOs when explicitly requested
by Simon Glass
· 6 years ago
2d3beff
cmd: pcmcia: Build only if CONFIG_CMD_PCMCIA=y
by Ismael Luceno Cortes
· 6 years ago
84c7a13
cmd/fs: fix build if CMD_BOOTEFI is not set
by Gervais, Francois
· 6 years ago
44ac80e
cmd: date: Do not overwrite arguments
by Roman Kapl
· 6 years ago
957f51e
elf: fix cache flushing in 'bootelf -p' command
by Kurban Mallachiev
· 6 years ago
1504bb0
efi_loader: clean up bootefi_test_prepare()
by Heinrich Schuchardt
· 6 years ago
914df75
efi_loader: fix EFI entry counting
by Heinrich Schuchardt
· 6 years ago
f69d63f
efi_loader: use efi_start_image() for bootefi
by Heinrich Schuchardt
· 6 years ago
8f7e2b2
efi_loader: set entry point in efi_load_pe()
by Heinrich Schuchardt
· 6 years ago
e35171e
Merge tag '2019.01-next' of https://github.com/mbgg/u-boot
by Tom Rini
· 6 years ago
7719521
cmd: bmp: Make integer-to-pointer cast platform, independent
by Adam Heinrich
· 6 years ago
f6c6df7
efi_loader: refactor switch to non-secure mode
by Heinrich Schuchardt
· 6 years ago
056b45b
efi_loader: move efi_init_obj_list() to a new efi_setup.c
by AKASHI Takahiro
· 6 years ago
c6d876f
efi_loader: avoid unnecessary pointer to long conversion
by Heinrich Schuchardt
· 6 years ago
0ea8741
efi_loader: CMD_BOOTEFI_HELLO_COMPILE in configs
by Heinrich Schuchardt
· 6 years ago
0a76ba6
efi_loader: use named constant for efi_dp_from_mem()
by Heinrich Schuchardt
· 6 years ago
b3860bf
cmd: sata: add null pointer check for dev
by Marcel Ziswiler
· 6 years ago
66f657d
gpio: Use more command-specific enums values
by Simon Glass
· 6 years ago
240e58e
cmd: ximg: Invert check for fit image compression
by Stefan Theil
· 6 years ago
a645831
cmd: mtd: fix compilation warning for help when SYS_LONGHELP=n
by Quentin Schulz
· 6 years ago
9652cfd
cmd: adc: Use the sub-command infrastructure
by Boris Brezillon
· 6 years ago
9671243
cmd: mtd: Use the subcmd infrastructure to declare mtd sub-commands
by Boris Brezillon
· 6 years ago
80a48dd
common: command: Rework the 'cmd is repeatable' logic
by Boris Brezillon
· 6 years ago
d667090
cmd: zip: use correct format code
by Heinrich Schuchardt
· 6 years ago
9ae2ddc
cmd: unzip: use correct format code
by Heinrich Schuchardt
· 6 years ago
7642856
cmd: ubi: remove unreachable code
by Heinrich Schuchardt
· 6 years ago
1d1af2a
cmd: tpm-v2: use correct format code
by Heinrich Schuchardt
· 6 years ago
c6b2ea3
cmd: sf: use correct printf code
by Heinrich Schuchardt
· 6 years ago
8291951
cmd: nvedit: use correct format code
by Heinrich Schuchardt
· 6 years ago
b197001
cmd: gpio: use correct printf code
by Heinrich Schuchardt
· 6 years ago
1d044d3
cmd: mmc: Invalidate MMC block cache after init
by Marek Vasut
· 6 years ago
d2a0836
cmd: mmc: Force mmc reinit when no card present
by Marek Vasut
· 6 years ago
881bb9a
fs: cbfs: Add missing standard CBFS component types
by Bin Meng
· 6 years ago
14fdf91
fs: cbfs: Make all CBFS_TYPE_xxx macros consistent
by Bin Meng
· 6 years ago
6df41b1
cmd: Move the "dm" command from test/dm/ to cmd/
by Tom Rini
· 6 years ago
f2b25c9
dm: sound: Complete migration to driver model
by Simon Glass
· 6 years ago
d490189
dm: sound: Create a uclass for sound
by Simon Glass
· 6 years ago
7ff485c
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· 6 years ago
48d299a
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 6 years ago
19f8c4d
cmd: i2c: Fix help output of i2c command.
by Christoph Muellner
· 6 years ago
65a97e7
cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPAT
by Jean-Jacques Hiblot
· 6 years ago
a06955a
usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers
by Jean-Jacques Hiblot
· 6 years ago
bace221
ensure active menuitem is inside menu
by Frank Wunderlich
· 6 years ago
9450ab2
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
9649c53
Merge tag 'video-updates-for-2019.01-rc2' of git://git.denx.de/u-boot-video
by Tom Rini
· 6 years ago
b0fcedb
cmd: bmp: manage centered display
by Patrick Delaunay
· 6 years ago
4e92e60
cmd: add clear screen 'cls' command
by Anatolij Gustschin
· 6 years ago
f388e3b
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
by Tom Rini
· 6 years ago
0c07a9b
eeprom: Add device model based I2C support to eeprom command
by Lukasz Majewski
· 6 years ago
0c9ac06
efi_loader: create fdt reservation before copy
by Heinrich Schuchardt
· 6 years ago
16b615d
efi_loader: fix memory mapping for sandbox
by Heinrich Schuchardt
· 6 years ago
c3772ca
efi_loader: macro efi_size_in_pages()
by Heinrich Schuchardt
· 6 years ago
5e2f039
efi: Rename bootefi_test_finish() to bootefi_run_finish()
by Simon Glass
· 6 years ago
f4f0f7c
efi: Create a function to set up for running EFI code
by Simon Glass
· 6 years ago
d9717ea
efi: Split out test init/uninit into functions
by Simon Glass
· 6 years ago
2ab7ef7
efi: Check for failure to create objects in selftest
by Simon Glass
· 6 years ago
23fd84b
efi_loader: carving out memory reservations
by Heinrich Schuchardt
· 6 years ago
4574d1b
efi_loader: memory reservation for fdt
by Heinrich Schuchardt
· 6 years ago
e1fec15
efi_loader: fix typos
by Heinrich Schuchardt
· 6 years ago
f1589ff
efi_loader: add efi_dp_from_name()
by AKASHI Takahiro
· 6 years ago
d39646a
efi_loader: rename parent to header
by Heinrich Schuchardt
· 6 years ago
faea104
efi_loader: typedef struct efi_object *efi_handle_t
by Heinrich Schuchardt
· 6 years ago
abdc7b8
tpm: Convert to use a device parameter
by Simon Glass
· 6 years ago
8244127
cmd, fdt: add subcommand "get" to fdt header
by Heiko Schocher
· 6 years ago
efbeabe
spi: Remove unused mpc8xx code
by Jagan Teki
· 6 years ago
f7bb20a
add default-option to bootmenu
by Frank Wunderlich
· 6 years ago
b0edea3
spl: Add support for passing handoff info to U-Boot proper
by Simon Glass
· 6 years ago
d66ddaf
sandbox: Add a new 'sb' command
by Simon Glass
· 6 years ago
6d07d63
sandbox: Drop the deprecated 'sb' command
by Simon Glass
· 6 years ago
d821e5e
cmd: ubi: Make ubi_detach() static
by Stefan Roese
· 6 years ago
b1a7e79
cmd: fdt: Fix fdt address information after the movement
by Hiroyuki Yokoyama
· 6 years ago
61927d2
cmd: adc: add an option to scan some or all available channels
by Fabrice Gasnier
· 6 years ago
c56fc49
cmd: adc: print single conversion also in uV
by Fabrice Gasnier
· 6 years ago
1c84d90
cmd: adc: add info on channel mask
by Fabrice Gasnier
· 6 years ago
d5a8313
cmd: pinmux: Add pinmux command
by Patrice Chotard
· 6 years ago
95187bb
cmd/bdinfo: correct output of numerical values
by Heinrich Schuchardt
· 6 years ago
78e1290
virtio: cmd: Add virtio command for virtio devices
by Tuomas Tynkkynen
· 6 years ago
d0851c8
blk: Call part_init() in the post_probe() method
by Bin Meng
· 6 years ago
86dfa55
cmd: ubi: Remove useless call to mtdparts_init()
by Boris Brezillon
· 6 years ago
03303fb
mtd: Make {MTDIDS, MTDPARTS}_DEFAULT visible when MTD_PARTITIONS is selected
by Boris Brezillon
· 6 years ago
Next »