Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
28b2adcdaf3ad8cfbbf2080113a8fb05211120fa
/
cmd
78b0b9d
avb: add support for named persistent values
by Igor Opaniuk
· 6 years ago
d507491
cmd: pxe: Display splashscreen from extlinux.conf input
by Patrice Chotard
· 6 years ago
fee4c9d
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
by Tom Rini
· 6 years ago
ee6978c
Revert "cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPAT"
by Simon Goldschmidt
· 6 years ago
3094682
eeprom: fix DM_I2C support without CONFIG_SYS_I2C_EEPROM_BUS
by Simon Goldschmidt
· 6 years ago
18ae337
Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
3313539
Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efi
by Tom Rini
· 6 years ago
bfce7fc
Convert CONFIG_TRACE to Kconfig
by Simon Glass
· 6 years ago
388b145
common: command: Add command execution tracer.
by Christoph Muellner
· 6 years ago
4420a33
efi_loader: need either ACPI table or device tree
by Heinrich Schuchardt
· 6 years ago
14ff23b
efi_loader: rework bootmgr/bootefi using load_image API
by AKASHI Takahiro
· 6 years ago
fbd3ba5
cmd: bootefi: carve out do_bootefi_image() from do_bootefi()
by AKASHI Takahiro
· 6 years ago
cf81983
cmd: bootefi: carve out bootmgr code from do_bootefi()
by AKASHI Takahiro
· 6 years ago
758733d
cmd: bootefi: move do_bootefi_bootmgr_exec() forward
by AKASHI Takahiro
· 6 years ago
09a81c7
cmd: bootefi: carve out efi_selftest code from do_bootefi()
by AKASHI Takahiro
· 6 years ago
451e991
cmd: bootefi: merge efi_install_fdt() and efi_process_fdt()
by AKASHI Takahiro
· 6 years ago
cc02f17
cmd: bootefi: carve out fdt handling from do_bootefi()
by AKASHI Takahiro
· 6 years ago
e25a7b8
cmd: bootefi: rework set_load_options()
by AKASHI Takahiro
· 6 years ago
ae77690
efi_loader: more short texts for protocols in efidebug
by Heinrich Schuchardt
· 6 years ago
788ad41
efi_loader: consistent naming of protocol GUIDs
by Heinrich Schuchardt
· 6 years ago
8a86958
cmd: ximg.c: Add support for getting external data address and length
by Tien Fong Chee
· 6 years ago
f7d6b07
cmd: add exception command
by Heinrich Schuchardt
· 6 years ago
77498e6
usb: reload watchdog during ums command
by Patrick Delaunay
· 6 years ago
1cfb956
dfu: Avoid declaring unused variables and absent parameters
by Andy Shevchenko
· 6 years ago
d7b01ef
Merge tag 'xilinx-for-v2019.07' of git://git.denx.de/u-boot-microblaze
by Tom Rini
· 6 years ago
3e8ebc2
fpga: Add support for getting external data address and length
by Tien Fong Chee
· 6 years ago
6275e73
Merge tag 'efi-2019-07-rc1-2' of git://git.denx.de/u-boot-efi
by Tom Rini
· 6 years ago
d5cdfd5
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
0468b8e
Change FDT memory type from runtime data to boot services data
by Ilias Apalodimas
· 6 years ago
fa19c65
dm: spi: Read default speed and mode values from DT
by Patrick Delaunay
· 6 years ago
23964a8
cmd: add wdt command
by Michael Walle
· 6 years ago
e4c1bbf
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 6 years ago
bc23748
fs: Add a new command to create symbolic links
by Jean-Jacques Hiblot
· 6 years ago
93431a8
usb: Make portspeed return a read-only string
by Ismael Luceno Cortes
· 6 years ago
5a6b52b
Convert CONFIG_DEFAULT_SPI_* to Kconfig
by Patrick Delaunay
· 6 years ago
fb92e34
efi_loader: memory leak in efi_dump_single_var()
by Heinrich Schuchardt
· 6 years ago
674f662
cmd: fastboot: handle watchdog while waiting for fastboot commands.
by Sean Nyekjaer
· 6 years ago
ab7797e
cmd: thordown: Fix spelling of download.
by Vagrant Cascadian
· 6 years ago
b246972
efi_loader: error handling for `efidebug boot add`
by Heinrich Schuchardt
· 6 years ago
32979d8
cmd: efidebug: add memmap command
by AKASHI Takahiro
· 6 years ago
71ab1bf
cmd: efidebug: add images command
by AKASHI Takahiro
· 6 years ago
02e8ca6
cmd: efidebug: add dh command
by AKASHI Takahiro
· 6 years ago
185716a
cmd: efidebug: add drivers command
by AKASHI Takahiro
· 6 years ago
e32788a
cmd: efidebug: add devices command
by AKASHI Takahiro
· 6 years ago
e7c0883
cmd: add efidebug command
by AKASHI Takahiro
· 6 years ago
117e68a
cmd: env: add "-e" option for handling UEFI variables
by AKASHI Takahiro
· 6 years ago
89077ba
cmd: Kconfig: LED command depends on LED subsystems
by Jan Kiszka
· 6 years ago
26e8b49
gpio: Use case-insentive matching on the GPIO name
by Simon Glass
· 6 years ago
8edd31b
gpio: Show inactive GPIOs when explicitly requested
by Simon Glass
· 6 years ago
ea5429b
cmd: pcmcia: Build only if CONFIG_CMD_PCMCIA=y
by Ismael Luceno Cortes
· 6 years ago
e9fae31
cmd/fs: fix build if CMD_BOOTEFI is not set
by Gervais, Francois
· 6 years ago
0a0dbd4
cmd: date: Do not overwrite arguments
by Roman Kapl
· 6 years ago
a064f19
elf: fix cache flushing in 'bootelf -p' command
by Kurban Mallachiev
· 6 years ago
fd9cbe3
efi_loader: clean up bootefi_test_prepare()
by Heinrich Schuchardt
· 6 years ago
7250623
efi_loader: fix EFI entry counting
by Heinrich Schuchardt
· 6 years ago
2f8eb08
efi_loader: use efi_start_image() for bootefi
by Heinrich Schuchardt
· 6 years ago
408fbcc
efi_loader: set entry point in efi_load_pe()
by Heinrich Schuchardt
· 6 years ago
b6f32dd
Merge tag '2019.01-next' of https://github.com/mbgg/u-boot
by Tom Rini
· 6 years ago
fedd94c
cmd: bmp: Make integer-to-pointer cast platform, independent
by Adam Heinrich
· 6 years ago
aa0b11b
efi_loader: refactor switch to non-secure mode
by Heinrich Schuchardt
· 6 years ago
7e0badb
efi_loader: move efi_init_obj_list() to a new efi_setup.c
by AKASHI Takahiro
· 6 years ago
c8989c7
efi_loader: avoid unnecessary pointer to long conversion
by Heinrich Schuchardt
· 6 years ago
a26adcd
efi_loader: CMD_BOOTEFI_HELLO_COMPILE in configs
by Heinrich Schuchardt
· 6 years ago
4c419bb
efi_loader: use named constant for efi_dp_from_mem()
by Heinrich Schuchardt
· 6 years ago
adcef3d
cmd: sata: add null pointer check for dev
by Marcel Ziswiler
· 6 years ago
e70271f
gpio: Use more command-specific enums values
by Simon Glass
· 6 years ago
69b0ef5
cmd: ximg: Invert check for fit image compression
by Stefan Theil
· 6 years ago
bf1f29c
cmd: mtd: fix compilation warning for help when SYS_LONGHELP=n
by Quentin Schulz
· 6 years ago
878acd7
cmd: adc: Use the sub-command infrastructure
by Boris Brezillon
· 6 years ago
06f950d
cmd: mtd: Use the subcmd infrastructure to declare mtd sub-commands
by Boris Brezillon
· 6 years ago
c71dfd1
common: command: Rework the 'cmd is repeatable' logic
by Boris Brezillon
· 6 years ago
191cd60
cmd: zip: use correct format code
by Heinrich Schuchardt
· 6 years ago
16f2935
cmd: unzip: use correct format code
by Heinrich Schuchardt
· 6 years ago
e7bfcff
cmd: ubi: remove unreachable code
by Heinrich Schuchardt
· 6 years ago
37aef53
cmd: tpm-v2: use correct format code
by Heinrich Schuchardt
· 6 years ago
4d08ddd
cmd: sf: use correct printf code
by Heinrich Schuchardt
· 6 years ago
cf80bd7
cmd: nvedit: use correct format code
by Heinrich Schuchardt
· 6 years ago
ec8dfc3
cmd: gpio: use correct printf code
by Heinrich Schuchardt
· 6 years ago
829540f
cmd: mmc: Invalidate MMC block cache after init
by Marek Vasut
· 6 years ago
cb5df5d
cmd: mmc: Force mmc reinit when no card present
by Marek Vasut
· 6 years ago
8bc6392
fs: cbfs: Add missing standard CBFS component types
by Bin Meng
· 6 years ago
2c55346
fs: cbfs: Make all CBFS_TYPE_xxx macros consistent
by Bin Meng
· 6 years ago
40e0945
cmd: Move the "dm" command from test/dm/ to cmd/
by Tom Rini
· 6 years ago
ab6dbe6
dm: sound: Complete migration to driver model
by Simon Glass
· 6 years ago
76072ac
dm: sound: Create a uclass for sound
by Simon Glass
· 6 years ago
d914c09
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· 6 years ago
aeed611
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 6 years ago
fc574be
cmd: i2c: Fix help output of i2c command.
by Christoph Muellner
· 6 years ago
d7e683f
cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPAT
by Jean-Jacques Hiblot
· 6 years ago
585e199
usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers
by Jean-Jacques Hiblot
· 6 years ago
4931d96
ensure active menuitem is inside menu
by Frank Wunderlich
· 6 years ago
f275163
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
42ca238
Merge tag 'video-updates-for-2019.01-rc2' of git://git.denx.de/u-boot-video
by Tom Rini
· 6 years ago
28e07f3
cmd: bmp: manage centered display
by Patrick Delaunay
· 6 years ago
e0455a4
cmd: add clear screen 'cls' command
by Anatolij Gustschin
· 6 years ago
de320b8
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
by Tom Rini
· 6 years ago
c71c269
eeprom: Add device model based I2C support to eeprom command
by Lukasz Majewski
· 6 years ago
68a0d5b
efi_loader: create fdt reservation before copy
by Heinrich Schuchardt
· 6 years ago
b23f9b7
efi_loader: fix memory mapping for sandbox
by Heinrich Schuchardt
· 6 years ago
dcdca29
efi_loader: macro efi_size_in_pages()
by Heinrich Schuchardt
· 6 years ago
Next »