Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
69ea20eda6166e574dd48240efcb6967e412c27f
69ea20e
dm: core: Use 'uclass_driver' for the uclass linker_list
by Simon Glass
· 4 years ago
f03341f
dm: core: Support dm_dump_all() in SPL
by Simon Glass
· 4 years ago
b79ff7c
spl: Drop bd_info in the data section
by Simon Glass
· 4 years ago
56a34a4
sandbox: Drop unnecessary test node
by Simon Glass
· 4 years ago
2b92398
serial: Rename ns16550 functions to lower case
by Simon Glass
· 4 years ago
119e7ef
serial: Update NS16550_t and struct NS16550
by Simon Glass
· 4 years ago
3d69906
Makefile: Use common args for dtoc
by Simon Glass
· 4 years ago
6886c72
Makefile: Tidy up SPL dtb production
by Simon Glass
· 4 years ago
c490de8
Makefile: Build SPL dtbs in the spl/ directory
by Simon Glass
· 4 years ago
12edc00
Makefile: Build a separate .dtb for TPL
by Simon Glass
· 4 years ago
b176b32
Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi into next
by Tom Rini
· 3 years, 11 months ago
f4d1594
qemu: arm64: Add documentation for capsule update
by Sughosh Ganu
· 4 years ago
e6f9efc
efidebug: capsule: Add a command to update capsule on disk
by Sughosh Ganu
· 4 years ago
c9a821b
efi_loader: Enable uefi capsule authentication
by Sughosh Ganu
· 4 years ago
586bb98
efi: capsule: Add support for uefi capsule authentication
by Sughosh Ganu
· 4 years ago
fa0faa6
efi_loader: Re-factor code to build the signature store from efi signature list
by Sughosh Ganu
· 4 years ago
ea35008
efi_loader: Make the pkcs7 header parsing function an extern
by Sughosh Ganu
· 4 years ago
d6c907e
dfu_mtd: Add provision to unlock mtd device
by Sughosh Ganu
· 4 years ago
7221c6e
efi_loader: Add logic to parse EDKII specific fmp payload header
by Sughosh Ganu
· 4 years ago
52d76f4
fsp: Move and rename fsp_types.h file
by Sughosh Ganu
· 4 years ago
f62937c
qemu: common: Set dfu_alt_info variable for the platform
by Sughosh Ganu
· 4 years ago
ffe9698
qemu: common: Add support for dynamic mtdparts for the platform
by Sughosh Ganu
· 4 years ago
6bca8eb
crypto: Fix the logic to calculate hash with authattributes set
by Sughosh Ganu
· 4 years ago
1316a70
qemu: arm: Initialise virtio devices in board_late_init
by Sughosh Ganu
· 4 years ago
079fcf2
mkeficapsule: Add support for embedding public key in a dtb
by Sughosh Ganu
· 4 years ago
3ef4c85
efi_loader: event queueing
by Heinrich Schuchardt
· 4 years ago
2157529
efi_loader: Add size checks to efi_create_indexed_name()
by Ilias Apalodimas
· 4 years ago
317fc4c
efi_loader: Remove unconditional installation of file2 protocol for initrd
by Ilias Apalodimas
· 4 years ago
daa924a
efi_loader: Remove unused headers from efi_load_initrd.c
by Ilias Apalodimas
· 4 years ago
026c7ec
efi_loader: use after free in efi_exit()
by Heinrich Schuchardt
· 4 years ago
93b40d6
efi_loader: describe struct efi_loaded_image_obj
by Heinrich Schuchardt
· 4 years ago
9de0fb7
efi_loader: efi_signal_event() fix comment typos
by Heinrich Schuchardt
· 4 years ago
002773f
efi_loader: avoid invalid free
by Heinrich Schuchardt
· 4 years ago
8094bf0
efi_loader: escape key handling
by Heinrich Schuchardt
· 4 years ago
20dbedb
efi_loader: missing parentheses after if
by Heinrich Schuchardt
· 4 years ago
fac9183
fs/fat: implement fsuuid command
by Heinrich Schuchardt
· 4 years ago
bb09393
fs: fat: eliminate DIRENTSPERBLOCK() macro
by Heinrich Schuchardt
· 4 years ago
19cb982
efi_loader: Extra checks while opening an OPTEE session
by Ilias Apalodimas
· 4 years ago
12f1861
efi_loader: make variable store size customizable
by Heinrich Schuchardt
· 4 years ago
26a756e
Merge tag 'dm-next-23dec20' of git://git.denx.de/u-boot-dm into next
by Tom Rini
· 4 years ago
39f1d28
dm: core: Inline a few ofnode functions in SPL
by Simon Glass
· 4 years ago
e0f1971
buildman: Remove output binaries before building
by Simon Glass
· 4 years ago
c1e0dac
dm: spi: Fix spi_free_slave() freed memory write
by Niel Fourie
· 4 years ago
136a6dd
test: dm: spi: Add testcase for spi_claim_bus()
by Ovidiu Panait
· 4 years ago
40dcee1
spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic
by Ovidiu Panait
· 4 years ago
a2c9d01
test: spi: Add sandbox_spi_get_{speed, mode} interface
by Ovidiu Panait
· 4 years ago
05f3881
spi: sandbox_spi: Implement speed/mode setup
by Ovidiu Panait
· 4 years ago
ae73473
sandbox: test: Add a second SPI slave on sandbox_spi bus
by Ovidiu Panait
· 4 years ago
a220c1d
sandbox: spi: Drop unused sandbox_spi_parse_spec function
by Ovidiu Panait
· 4 years ago
47c5e19
sandbox: implement invalidate_icache_all()
by Heinrich Schuchardt
· 4 years ago
3dd8125
fdt: Use phandle to distinguish DT nodes with same name
by Aswath Govindraju
· 4 years ago
1f215e3
Common:fdt: Check for error return value
by Hongwei Zhang
· 4 years ago
43eb872
sandbox: implement runtime system reset
by Heinrich Schuchardt
· 4 years ago
198aaaf
configs: sandbox: activate DEBUG_UART
by Patrick Delaunay
· 4 years ago
98373d4
patman: Add project-default for 'gcc'
by Philipp Tomsich
· 4 years ago
858531a
patman: Add --no-signoff to suppress adding signoffs
by Philipp Tomsich
· 4 years ago
2a3738f
dm: Update documentation for new sequence numbers
by Simon Glass
· 4 years ago
38040a9
dm: core: Drop seq and req_seq
by Simon Glass
· 4 years ago
f7eca61
cmd: Drop use of old sequence numbers in commands
by Simon Glass
· 4 years ago
b941f56
dm: core: Update uclass_find_next_free_req_seq() for new scheme
by Simon Glass
· 4 years ago
07e1338
dm: Drop the unused arg in uclass_find_device_by_seq()
by Simon Glass
· 4 years ago
784c1fb
dm: Drop uclass_resolve_seq()
by Simon Glass
· 4 years ago
791a17f
dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ
by Simon Glass
· 4 years ago
7d5e411
dm: Switch over to use new sequence number for dev_seq()
by Simon Glass
· 4 years ago
99382ba
pinctrl: Update for new sequence numbers
by Simon Glass
· 4 years ago
b4db372
gpio: Update for new sequence numbers
by Simon Glass
· 4 years ago
9a65513
x86: Simplify acpi_device_infer_name()
by Simon Glass
· 4 years ago
6feac81
x86: Drop unnecessary mp_init logic
by Simon Glass
· 4 years ago
579d804
usb: Update for new sequence numbers
by Simon Glass
· 4 years ago
cb4363a
usb: ehci-mx6: Drop assignment of sequence number
by Simon Glass
· 4 years ago
c4222cd
spi: Update for new sequence numbers
by Simon Glass
· 4 years ago
be70610
pci: Update to use new sequence numbers
by Simon Glass
· 4 years ago
3a9d5f1
dm: core: Allow manual sequence numbering
by Simon Glass
· 4 years ago
3e14a22
net: Update to use new sequence numbers
by Simon Glass
· 4 years ago
4123ba0
i2c: Update for new sequence numbers
by Simon Glass
· 4 years ago
7f4dadf
octeon: Don't attempt to set the sequence number
by Simon Glass
· 4 years ago
528296f
dm: test: Drop assumptions of no sequence numbers
by Simon Glass
· 4 years ago
a2b5855
dm: Fix return value in dev_read_alias_seq()
by Simon Glass
· 4 years ago
437ed82
dm: core: Switch binding to use new sequence numbers
by Simon Glass
· 4 years ago
6a109b3
dm: test: Check all devices have a sequence numbers
by Simon Glass
· 4 years ago
7272e92
dm: core: Add a new sequence number for devices
by Simon Glass
· 4 years ago
1ae093f
dm: core: Update uclass_find_next_free_req_seq() args
by Simon Glass
· 4 years ago
75e534b
dm: Avoid accessing seq directly
by Simon Glass
· 4 years ago
b87153c
linker_lists: Fix alignment issue
by Simon Glass
· 4 years ago
c5ccb75
Merge tag 'dm-pull-14dec20' of git://git.denx.de/u-boot-dm into next
by Tom Rini
· 4 years ago
2d84811
checkpatch: Add warnings for unexpected struct names
by Simon Glass
· 4 years ago
b75b15b
dm: treewide: Rename ..._platdata variables to just ..._plat
by Simon Glass
· 4 years ago
33b2efb
dm: treewide: Update 'auto' declarations to be on one line
by Simon Glass
· 4 years ago
aad29ae
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
by Simon Glass
· 4 years ago
fa20e93
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
by Simon Glass
· 4 years ago
39edb95
dm: Rename 'platdata_size' to 'plat_size'
by Simon Glass
· 4 years ago
71fa5b4
dm: treewide: Rename 'platdata' variables to just 'plat'
by Simon Glass
· 4 years ago
8a2b47f
dm: treewide: Rename auto_alloc_size members to be shorter
by Simon Glass
· 4 years ago
93daa01
dtoc: Tidy up more Python style in dtb_platdata
by Simon Glass
· 4 years ago
4d71d60
dm: core: Drop unused parameter from dm_extended_scan_fdt()
by Simon Glass
· 4 years ago
5039cab
dm: core: Drop unused parameter from dm_scan_fdt()
by Simon Glass
· 4 years ago
21a3088
dm: core: Combine the flattree and livetree binding code
by Simon Glass
· 4 years ago
278ddba
dm: core: Add an ofnode function to get the devicetree root
by Simon Glass
· 4 years ago
16b4f94
dm: core: Drop device_bind_offset()
by Simon Glass
· 4 years ago
1876ffe
dm: core: Drop dev_set_of_offset()
by Simon Glass
· 4 years ago
Next »