Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
984f251feeb932cfe551cbd62c5f7f5e073b6cc3
984f251
efi_loader: MAX_UTF8_PER_UTF16 = 3
by Heinrich Schuchardt
· 7 years ago
16a73b2
efi_loader: search all possible disk partitions
by Jonathan Gray
· 7 years ago
fdd0456
efi_selftest: error handling in SNP test
by Heinrich Schuchardt
· 7 years ago
10a08c4
efi_loader: comments for functions add missing @return
by Heinrich Schuchardt
· 7 years ago
77511b3
efi_loader: Fix disk dp's for pre-DM/legacy devices
by Rob Clark
· 7 years ago
1a2c8d2
efi_loader: avoid NULL dereference in efi_dp_match
by Heinrich Schuchardt
· 7 years ago
7f8ec5b
efi_selftest: avoid dereferencing NULL in tpl test
by Heinrich Schuchardt
· 7 years ago
c155dfe
efi_selftest: efi_st_memcmp return difference of bytes
by Heinrich Schuchardt
· 7 years ago
5ca23ed
efi_loader: supply EFI network test
by Heinrich Schuchardt
· 7 years ago
1b63325
efi_selftest: allow printing MAC addresses
by Heinrich Schuchardt
· 7 years ago
9820c2f
efi_selftest: correct definition of efi_st_error
by Heinrich Schuchardt
· 7 years ago
336d9df
efi_loader: fill return values in SimpleNetworkProtocol
by Heinrich Schuchardt
· 7 years ago
8db174d
efi_loader: size fields in SimpleNetworkProtocol
by Heinrich Schuchardt
· 7 years ago
891b3d9
efi_loader: fix efi_net_get_status
by Heinrich Schuchardt
· 7 years ago
e5c2160
efi_loader: implement WaitForPacket event
by Heinrich Schuchardt
· 7 years ago
a0549ef
efi_loader: use events for efi_net_receive
by Heinrich Schuchardt
· 7 years ago
61da678
efi_net: return EFI_UNSUPPORTED where appropriate
by Heinrich Schuchardt
· 7 years ago
5d4a5ea
efi_loader: efi_net: hwaddr_size = 6
by Heinrich Schuchardt
· 7 years ago
bdecf97
efi_loader: fill simple network protocol revision
by Heinrich Schuchardt
· 7 years ago
2e0864a
efi_loader: correct bits of receive_filters bit mask
by Heinrich Schuchardt
· 7 years ago
84a12ce
efi_loader: incorrect definition of EFI_SIMPLE_NETWORK_PROTOCOL
by Heinrich Schuchardt
· 7 years ago
ca379e1
efi_loader: wrong type in wait_for_event
by Heinrich Schuchardt
· 7 years ago
5a9682d
efi_loader: pass GUIDs as const efi_guid_t *
by Heinrich Schuchardt
· 7 years ago
fc05a95
efi_loader: parameters of CopyMem and SetMem
by Heinrich Schuchardt
· 7 years ago
f7c7817
efi_loader: call EFI_EXIT in efi_copy_mem, efi_set_mem
by Heinrich Schuchardt
· 7 years ago
7d96332
efi_loader: replace efi_div10 by do_div
by Heinrich Schuchardt
· 7 years ago
332468f
efi_loader: provide function comments for boot services
by Heinrich Schuchardt
· 7 years ago
e67e724
efi_selftest: make tests easier to read
by Heinrich Schuchardt
· 7 years ago
e190e89
efi_loader: use type bool for event states
by Heinrich Schuchardt
· 7 years ago
037ee6f
efi_selftest: use efi_st_error for all error messages
by Heinrich Schuchardt
· 7 years ago
4a59ada
efi_selftest: enable CONFIG_CMD_BOOTEFI_SELFTEST
by Heinrich Schuchardt
· 7 years ago
3cc6e3f
efi_loader: allow creating new handles
by Heinrich Schuchardt
· 7 years ago
842a8e4
efi_loader: support 16 protocols per efi_object
by Heinrich Schuchardt
· 7 years ago
39dd65a
sandbox: Enable btrfs support
by Tom Rini
· 7 years ago
6b7fd35
fs/btrfs: Fix warning in btrfs_check_super()
by Tom Rini
· 7 years ago
f7ae1ca
sandbox: Use asm-generic/io.h
by Paul Burton
· 7 years ago
ae07d60
powerpc: Use asm-generic/io.h
by Paul Burton
· 7 years ago
e16986c
nios2: Use asm-generic/io.h
by Paul Burton
· 7 years ago
d1cbeaf
mips: Use asm-generic/io.h
by Paul Burton
· 7 years ago
e864552
xtensa: Use asm-generic/io.h
by Paul Burton
· 7 years ago
6f01316
x86: Use asm-generic/io.h
by Paul Burton
· 7 years ago
505fe9c
sh: Use asm-generic/io.h
by Paul Burton
· 7 years ago
b3666a6
nds32: Use asm-generic/io.h
by Paul Burton
· 7 years ago
dbee715
microblaze: Use asm-generic/io.h
by Paul Burton
· 7 years ago
0884077
m68k: Use asm-generic/io.h
by Paul Burton
· 7 years ago
8f8e630
arm: Use asm-generic/io.h
by Paul Burton
· 7 years ago
593477c
arc: Use asm-generic/io.h
by Paul Burton
· 7 years ago
d4150ca
Provide a generic io.h & address mapping functions
by Paul Burton
· 7 years ago
32c7786
mvebu: turris_omnia: Add CONFIG_CMD_BTRFS to defconfig
by Marek Behún
· 7 years ago
9d84550
cmd: Add the 'btrsubvol' command to list BTRFS subvolumes
by Marek Behún
· 7 years ago
0c936ee
fs: btrfs: Add U-Boot fs handlers.
by Marek Behún
· 7 years ago
21a14fa
fs: btrfs: Add single-device read-only BTRFS implementation
by Marek Behún
· 7 years ago
597b4af
fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functions
by Marek Behún
· 7 years ago
d4a704a
fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified)
by Marek Behún
· 7 years ago
59981e6
include: Add a variadic macro to call a callback for all arguments
by Marek Behún
· 7 years ago
5994e8b
fs: Create a common fs_devread for ext4/reiserfs/zfs
by Marek Behún
· 7 years ago
85d8bf5
lib: Add CRC32-C
by Marek Behún
· 7 years ago
43dd6da
Prepare v2017.11-rc1
by Tom Rini
· 7 years ago
de163ec
scripts: dtc: Add .gitignore
by Bin Meng
· 7 years ago
4d1c166
Merge git://git.denx.de/u-boot-usb
by Tom Rini
· 7 years ago
16d4ff7
Merge git://git.denx.de/u-boot-rockchip
by Tom Rini
· 7 years ago
dc04b35
usb: dwc3: add UniPhier specific glue layer
by Masahiro Yamada
· 7 years ago
72ac8f3
usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk()
by Bin Meng
· 7 years ago
fae3585
usb: xhci: Set 'Average TRB Length' to 8 for control endpoints
by Bin Meng
· 7 years ago
ab2b727
usb: xhci: Set 'Error Count' to 0 for isoch endpoints
by Bin Meng
· 7 years ago
fa483b2
usb: xhci: Program max burst size for endpoint
by Bin Meng
· 7 years ago
f51966b
usb: xhci: Honor endpoint's interval
by Bin Meng
· 7 years ago
061895f
usb: hub: Clear BH reset status change for a 3.0 hub
by Bin Meng
· 7 years ago
b902035
usb: hub: Clear port reset before usb_hub_port_connect_change()
by Bin Meng
· 7 years ago
b5aa857
usb: xhci: Fix max packet size for full speed device endpoint 0
by Bin Meng
· 7 years ago
932bb66
usb: Read device descriptor after device is addressed for xHCI
by Bin Meng
· 7 years ago
c008faa
usb: Only get 64 bytes device descriptor for full speed devices
by Bin Meng
· 7 years ago
1897d60
usb: xhci: Add interrupt transfer support
by Bin Meng
· 7 years ago
2f0eb2a
usb: Handle audio extension endpoint descriptor in usb_parse_config()
by Bin Meng
· 7 years ago
8a0e6d8
usb: xhci: Don't assume LS/FS devices are always behind a HS hub
by Bin Meng
· 7 years ago
f4d4f7d
test: dm: usb: Update test cases for USB
by Bin Meng
· 7 years ago
ad56e4b
dm: usb: emul: Drop usb_emul_reset()
by Bin Meng
· 7 years ago
ad0a937
dm: usb: Remove no longer needed blk_unbind_all()
by Bin Meng
· 7 years ago
d4efefe
dm: usb: Fix broken usb_stop()
by Bin Meng
· 7 years ago
d7771f0
usb: emul: hub: Report the actual device speed of the emulation device
by Bin Meng
· 7 years ago
848436a
usb: emul: Expose find_descriptor() as a public API
by Bin Meng
· 7 years ago
84aa853
usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()
by Bin Meng
· 7 years ago
813f74e
usb: sandbox: Initialize root hub's device speed to high speed
by Bin Meng
· 7 years ago
8d36c68
usb: Fix comments of usb_emul_find_for_dev()
by Bin Meng
· 7 years ago
98b639f
usb: emul: Remove maxpacketsize in usb_emul_setup_device()
by Bin Meng
· 7 years ago
958046f
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
by Tom Rini
· 7 years ago
e19fa89
rockchip: enable TPL_SYSRESET for all rockchip SoCs
by Kever Yang
· 7 years ago
2ee3021
rk3288: spl: Add dram_init_banksize
by Jagan Teki
· 7 years ago
7c15863
rockchip: defconfig: puma-rk3399: update for DM_REGULATOR support in SPL
by Philipp Tomsich
· 7 years ago
9086eab
power: spl: add SPL_DM_REGULATOR_FIXED in Kconfig
by Philipp Tomsich
· 7 years ago
482cf22
rockchip: rk3399-puma: add boot-on regulator to override BIOS_DISABLE
by Philipp Tomsich
· 7 years ago
0b5e7aa
rockchip: puma-rk3399: update board_init()
by Philipp Tomsich
· 7 years ago
775bd78
rockchip: dts: rk3399-puma: add 'same-as-spl' to the front of the boot-order
by Philipp Tomsich
· 7 years ago
c55addd
rockchip: spl: rk3399: implement chip-specific board_spl_was_booted_from()
by Philipp Tomsich
· 7 years ago
80e9f88
rockchip: spl: support a 'same-as-spl'-specifier in the spl-boot-order
by Philipp Tomsich
· 7 years ago
dbad01c
rockchip: spl: add documentation for spl_node_to_boot_device()
by Philipp Tomsich
· 7 years ago
3b4f877
rockchip: bootrom: add definitions to retrieve BROM boot-source
by Philipp Tomsich
· 7 years ago
fb74064
rockchip: rk3399: make spl_board_init board-specific
by Philipp Tomsich
· 7 years ago
861ff27
evb-rk3399: avoid redefinition of CONFIG_ENV_OFFSET
by Heinrich Schuchardt
· 7 years ago
4a18729
rockchip: rk322x: update the sysreg number for boot mode
by Kever Yang
· 7 years ago
Next »