Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
7dc82591d68e2ae922abb3e78e59f2d1a6d13c4e
7dc8259
x86: Move call64 into its own section
by Simon Glass
· 4 years ago
52d2e9c
x86: apl: Use const for driver operations
by Simon Glass
· 4 years ago
7d637c1
dtoc: Convert _drivers to a dict
by Simon Glass
· 4 years ago
161dac1
dtoc: Output the struct values in a separate function
by Simon Glass
· 4 years ago
221ddc1
dtoc: Output the device in a separate function
by Simon Glass
· 4 years ago
abf0c80
dtoc: Make _output_list a top-level function
by Simon Glass
· 4 years ago
ccc3da7
dtoc: Fix a few pylint warnings in dtb_platdata
by Simon Glass
· 4 years ago
079ac59
test: Move some test drivers into their own file
by Simon Glass
· 4 years ago
3f87608
test: Use a simple variable to record removed device
by Simon Glass
· 4 years ago
6d1a8eb
timer: Use a shorter error in TPL
by Simon Glass
· 4 years ago
477a6bc
arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h header
by Simon Glass
· 4 years ago
4c66cb4
sysreset: Use a shorter error with SPL
by Simon Glass
· 4 years ago
c8fbf30
pinctrl: Drop post_bind() method when not needed
by Simon Glass
· 4 years ago
fb8c9fb
dm: core: Rename the priv/plat members
by Simon Glass
· 4 years ago
89ba6d5
dm: core: Use access methods for dev/uclass private data
by Simon Glass
· 4 years ago
0fd3d91
dm: Use access methods for dev/uclass private data
by Simon Glass
· 4 years ago
12559f5
dm: core: Add functions to set priv/plat
by Simon Glass
· 4 years ago
8064739
dm: core: Add function to access uclass priv
by Simon Glass
· 4 years ago
c238eee
x86: apl: Drop support for !OF_PLATDATA_PARENT
by Simon Glass
· 4 years ago
79ea8f7
dm: core: Only include simple-bus devicetree id when needed
by Simon Glass
· 4 years ago
9c50313
dm: core: Use 'uclass_driver' for the uclass linker_list
by Simon Glass
· 4 years ago
45ad176
dm: core: Support dm_dump_all() in SPL
by Simon Glass
· 4 years ago
38d6b7e
spl: Drop bd_info in the data section
by Simon Glass
· 4 years ago
acfb530
sandbox: Drop unnecessary test node
by Simon Glass
· 4 years ago
2d6bf75
serial: Rename ns16550 functions to lower case
by Simon Glass
· 4 years ago
d30c720
serial: Update NS16550_t and struct NS16550
by Simon Glass
· 4 years ago
aa88ac8
Makefile: Use common args for dtoc
by Simon Glass
· 4 years ago
c7674fc
Makefile: Tidy up SPL dtb production
by Simon Glass
· 4 years ago
de3e372
Makefile: Build SPL dtbs in the spl/ directory
by Simon Glass
· 4 years ago
53db2ee
Makefile: Build a separate .dtb for TPL
by Simon Glass
· 4 years ago
c86b180
Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi into next
by Tom Rini
· 4 years ago
c35df7c
qemu: arm64: Add documentation for capsule update
by Sughosh Ganu
· 4 years ago
7407595
efidebug: capsule: Add a command to update capsule on disk
by Sughosh Ganu
· 4 years ago
88a2ef2
efi_loader: Enable uefi capsule authentication
by Sughosh Ganu
· 4 years ago
04be98b
efi: capsule: Add support for uefi capsule authentication
by Sughosh Ganu
· 4 years ago
b4f20a5
efi_loader: Re-factor code to build the signature store from efi signature list
by Sughosh Ganu
· 4 years ago
201b806
efi_loader: Make the pkcs7 header parsing function an extern
by Sughosh Ganu
· 4 years ago
65f3fc1
dfu_mtd: Add provision to unlock mtd device
by Sughosh Ganu
· 4 years ago
675b62e
efi_loader: Add logic to parse EDKII specific fmp payload header
by Sughosh Ganu
· 4 years ago
ab201a1
fsp: Move and rename fsp_types.h file
by Sughosh Ganu
· 4 years ago
cc02f15
qemu: common: Set dfu_alt_info variable for the platform
by Sughosh Ganu
· 4 years ago
c89a987
qemu: common: Add support for dynamic mtdparts for the platform
by Sughosh Ganu
· 4 years ago
4366a24
crypto: Fix the logic to calculate hash with authattributes set
by Sughosh Ganu
· 4 years ago
e1ee06d
qemu: arm: Initialise virtio devices in board_late_init
by Sughosh Ganu
· 4 years ago
322c813
mkeficapsule: Add support for embedding public key in a dtb
by Sughosh Ganu
· 4 years ago
b7d186f
efi_loader: event queueing
by Heinrich Schuchardt
· 4 years ago
fe179d7
efi_loader: Add size checks to efi_create_indexed_name()
by Ilias Apalodimas
· 4 years ago
47d2b3b
efi_loader: Remove unconditional installation of file2 protocol for initrd
by Ilias Apalodimas
· 4 years ago
0c44452
efi_loader: Remove unused headers from efi_load_initrd.c
by Ilias Apalodimas
· 4 years ago
f8212f0
efi_loader: use after free in efi_exit()
by Heinrich Schuchardt
· 4 years ago
0ce3fb5
efi_loader: describe struct efi_loaded_image_obj
by Heinrich Schuchardt
· 4 years ago
2a0f80f
efi_loader: efi_signal_event() fix comment typos
by Heinrich Schuchardt
· 4 years ago
2a68cd4
efi_loader: avoid invalid free
by Heinrich Schuchardt
· 4 years ago
97d36f0
efi_loader: escape key handling
by Heinrich Schuchardt
· 4 years ago
db6288d
efi_loader: missing parentheses after if
by Heinrich Schuchardt
· 4 years ago
c0029e4
fs/fat: implement fsuuid command
by Heinrich Schuchardt
· 4 years ago
d0be676
fs: fat: eliminate DIRENTSPERBLOCK() macro
by Heinrich Schuchardt
· 4 years ago
ffa375e
efi_loader: Extra checks while opening an OPTEE session
by Ilias Apalodimas
· 4 years ago
c0c21d6
efi_loader: make variable store size customizable
by Heinrich Schuchardt
· 4 years ago
958b9e2
Merge tag 'dm-next-23dec20' of git://git.denx.de/u-boot-dm into next
by Tom Rini
· 4 years ago
ec1add1
dm: core: Inline a few ofnode functions in SPL
by Simon Glass
· 4 years ago
73da3d2
buildman: Remove output binaries before building
by Simon Glass
· 4 years ago
fc31430
dm: spi: Fix spi_free_slave() freed memory write
by Niel Fourie
· 4 years ago
a5624c6
test: dm: spi: Add testcase for spi_claim_bus()
by Ovidiu Panait
· 4 years ago
741280e
spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic
by Ovidiu Panait
· 4 years ago
add685f
test: spi: Add sandbox_spi_get_{speed, mode} interface
by Ovidiu Panait
· 4 years ago
2da1800
spi: sandbox_spi: Implement speed/mode setup
by Ovidiu Panait
· 4 years ago
1dc53ce
sandbox: test: Add a second SPI slave on sandbox_spi bus
by Ovidiu Panait
· 4 years ago
1f6d618
sandbox: spi: Drop unused sandbox_spi_parse_spec function
by Ovidiu Panait
· 4 years ago
3286d22
sandbox: implement invalidate_icache_all()
by Heinrich Schuchardt
· 4 years ago
c589132
fdt: Use phandle to distinguish DT nodes with same name
by Aswath Govindraju
· 4 years ago
9883df1
Common:fdt: Check for error return value
by Hongwei Zhang
· 4 years ago
9c54729
sandbox: implement runtime system reset
by Heinrich Schuchardt
· 4 years ago
67c7e9a
configs: sandbox: activate DEBUG_UART
by Patrick Delaunay
· 4 years ago
ddc44c2
patman: Add project-default for 'gcc'
by Philipp Tomsich
· 4 years ago
b3aff15
patman: Add --no-signoff to suppress adding signoffs
by Philipp Tomsich
· 4 years ago
5e66338
dm: Update documentation for new sequence numbers
by Simon Glass
· 4 years ago
7f20d1d
dm: core: Drop seq and req_seq
by Simon Glass
· 4 years ago
36c03d1
cmd: Drop use of old sequence numbers in commands
by Simon Glass
· 4 years ago
a133e21
dm: core: Update uclass_find_next_free_req_seq() for new scheme
by Simon Glass
· 4 years ago
9917591
dm: Drop the unused arg in uclass_find_device_by_seq()
by Simon Glass
· 4 years ago
b5b1155
dm: Drop uclass_resolve_seq()
by Simon Glass
· 4 years ago
93f44e8
dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ
by Simon Glass
· 4 years ago
981426e
dm: Switch over to use new sequence number for dev_seq()
by Simon Glass
· 4 years ago
3bc90aa
pinctrl: Update for new sequence numbers
by Simon Glass
· 4 years ago
fb0ea6a
gpio: Update for new sequence numbers
by Simon Glass
· 4 years ago
d1e8530
x86: Simplify acpi_device_infer_name()
by Simon Glass
· 4 years ago
df3dc20
x86: Drop unnecessary mp_init logic
by Simon Glass
· 4 years ago
b27347f
usb: Update for new sequence numbers
by Simon Glass
· 4 years ago
4de51cc
usb: ehci-mx6: Drop assignment of sequence number
by Simon Glass
· 4 years ago
6d83c74
spi: Update for new sequence numbers
by Simon Glass
· 4 years ago
42f3663
pci: Update to use new sequence numbers
by Simon Glass
· 4 years ago
15a1196
dm: core: Allow manual sequence numbering
by Simon Glass
· 4 years ago
552da33
net: Update to use new sequence numbers
by Simon Glass
· 4 years ago
16df993
i2c: Update for new sequence numbers
by Simon Glass
· 4 years ago
5c58002
octeon: Don't attempt to set the sequence number
by Simon Glass
· 4 years ago
a20b4a8
dm: test: Drop assumptions of no sequence numbers
by Simon Glass
· 4 years ago
4153e3a
dm: Fix return value in dev_read_alias_seq()
by Simon Glass
· 4 years ago
ba0e7da
dm: core: Switch binding to use new sequence numbers
by Simon Glass
· 4 years ago
1c55b22
dm: test: Check all devices have a sequence numbers
by Simon Glass
· 4 years ago
Next »