- 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
- 9030b39 dm: Drop uses of dev_set_of_offset() by Simon Glass · 4 years ago
- 6996c66 dm: Remove uses of device_bind_offset() by Simon Glass · 4 years ago
- 5de5b3b dm: core: Add a livetree function to check node status by Simon Glass · 4 years ago
- 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years ago
- f846537 dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · 4 years ago
- 0e29873 test: unit test for exception command by Heinrich Schuchardt · 4 years, 1 month ago
- a8466ad efi_selftest: implement exception test for sandbox by Heinrich Schuchardt · 4 years, 1 month ago
- adaea9c cmd: sandbox: implement exception command by Heinrich Schuchardt · 4 years, 1 month ago
- 28eb509 sandbox: add handler for exceptions by Heinrich Schuchardt · 4 years, 1 month ago
- 5420957 sandbox: serial: Update to use membuff by Simon Glass · 4 years, 1 month ago
- fb6268d sandbox: serial: Convert to livetree by Simon Glass · 4 years, 1 month ago
- 0b8ffa7 serial: sandbox: Drop unnecessary #ifdefs by Simon Glass · 4 years, 1 month ago
- 94ee3bd dtoc: Tidy up Python style in dtb_platdata by Simon Glass · 4 years, 1 month ago
- 632b84c patman: Drop tools.ToChar() and ToChars() by Simon Glass · 4 years, 1 month ago
- c27ee7c patman: Drop tools.ToByte() by Simon Glass · 4 years, 1 month ago
- 9dfb311 patman: Drop unicode helper functions by Simon Glass · 4 years, 1 month ago
- c9a032c fdt: Use an Enum for the data type by Simon Glass · 4 years, 1 month ago
- 2472903 Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 4 years ago
- cb9ff4e efi_loader: link partition to block device by Heinrich Schuchardt · 4 years, 11 months ago
- 9c89d14 efi_loader: make efi_protocol_open() non-static by Heinrich Schuchardt · 4 years, 11 months ago
- ee3d1e0 efi_selftest: test EFI_LOAD_FILE_PROTOCOL by Heinrich Schuchardt · 4 years ago
- e6f2db0 efi_selftest: clean up Makefile by Heinrich Schuchardt · 4 years ago
- 8260827 efi_loader: support EFI_LOAD_FILE_PROTOCOL by Heinrich Schuchardt · 4 years ago
- 3dd733e efi_loader: carve out efi_load_image_from_file() by Heinrich Schuchardt · 4 years ago
- 471db44 efi_loader: pass boot_policy to efi_load_image_from_path by Heinrich Schuchardt · 4 years ago
- 485956d efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID by Heinrich Schuchardt · 4 years ago
- 1d59a57 efi_loader: resequence functions in efi_boottime.c by Heinrich Schuchardt · 4 years ago
- 2a2654f efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOL by Heinrich Schuchardt · 4 years ago
- 5461f80 efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULE by Heinrich Schuchardt · 4 years ago
- 284e85b fs: fat: deletion of long file names by Heinrich Schuchardt · 4 years ago
- 9a4564e fs: fat: first dentry of long name in FAT iterator by Heinrich Schuchardt · 4 years ago
- f600119 fs: fat: use constant DELETED_FLAG by Heinrich Schuchardt · 4 years ago
- 7a3f610 fs: fat: search file should not allocate cluster by Heinrich Schuchardt · 4 years ago
- 524d13a fs: fat: reuse deleted directory entries by Heinrich Schuchardt · 4 years ago
- 5bc30a5 fs: fat: fat_find_empty_dentries() by Heinrich Schuchardt · 4 years ago
- e09f3e4 fs: fat: flush new directory cluster by Heinrich Schuchardt · 4 years ago
- 51d5b2a fs: fat: set start cluster for root directory by Heinrich Schuchardt · 4 years ago
- 3b9d843 fs: fat: dentry iterator for fill_dir_slot() by Heinrich Schuchardt · 4 years ago
- 24977e5 fs: fat: generate unique short names by Heinrich Schuchardt · 4 years ago
- 7afbd60 fs: fat: call set_name() only once by Heinrich Schuchardt · 4 years ago