platform/kernel/u-boot.git
2021-01-06 Tom RiniMerge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot...
2021-01-05 Tom RiniMerge tag 'v2021.01-rc5' into next
2021-01-05 Simon Glassdtoc: Tidy up src_scan tests
2021-01-05 Simon Glassdtoc: Move src_scan tests to a separate file
2021-01-05 Simon Glassdtoc: Split source-code scanning to a separate file
2021-01-05 Simon Glassdtoc: Drop dm_populate_phandle_data()
2021-01-05 Simon Glassdtoc: Output nodes in order
2021-01-05 Simon Glassdtoc: Allow specifying the base directory for tests
2021-01-05 Simon Glassdtoc: Add the method for each command to OutputFile
2021-01-05 Simon Glassdtoc: Rename dt-platdata.c to dt-plat.c
2021-01-05 Simon Glassdtoc: Add a header comment to each generated file
2021-01-05 Simon Glassdtoc: Run tests using test_util
2021-01-05 Simon Glassconcurrencytest: Fix Python3 warning
2021-01-05 Simon Glassdm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS
2021-01-05 Simon Glassdm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
2021-01-05 Simon Glassdm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()
2021-01-05 Simon Glassdm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
2021-01-05 Simon GlassMakefile: Invoke dtoc only once
2021-01-05 Simon Glassdtoc: Add an 'all' command
2021-01-05 Simon Glassdtoc: Allow outputing to multiple files
2021-01-05 Simon Glassdtoc: Allow providing a directory to write files to
2021-01-05 Simon Glassdtoc: Test the stdout output
2021-01-05 Simon Glassdtoc: Use None to mean stdout
2021-01-05 Simon Glassdtoc: Tidy up pylint warnings in test
2021-01-05 Simon Glassdm: core: Add logging when lists_bind_fdt() fails
2021-01-05 Simon Glassdm: core: Allow the uclass list to move
2021-01-05 Simon Glassdm: core: Split out scanning code to dm_scan()
2021-01-05 Simon Glassdm: core: Rename device node to indicate it is private
2021-01-05 Simon Glassdm: core: Access device ofnode through functions
2021-01-05 Simon Glassdm: core: Use dev_has_ofnode() instead of dev_of_valid()
2021-01-05 Simon Glassdm: core: Rename dev_has_of_node() to dev_has_ofnode()
2021-01-05 Simon Glassdm: core: Rename device flags to indicate it is private
2021-01-05 Simon Glassdm: core: Access device flags through functions
2021-01-05 Simon Glassdm: core: Rename sqq to seq_
2021-01-05 Simon Glassdm: core: Split out alloc code into a new function
2021-01-05 Simon Glassx86: Drop rtc from SPL
2021-01-05 Simon Glassx86: coral: Remove unwanted nodes from SPL/TPL
2021-01-05 Simon Glassx86: apl: Adjust how the UART gets its platform data
2021-01-05 Simon Glassx86: sysreset: Move priv/plat structs to headers
2021-01-05 Simon Glassdm: core: Move priv/plat structs for simple_bus to...
2021-01-05 Simon Glassx86: apl: Use struct spi_nor instead of struct spi_flash
2021-01-05 Simon Glassspi: Tweak a few strange SPI NOR features for of-platdata
2021-01-05 Simon Glassspi: Tidy up get/set of device node
2021-01-05 Simon Glassx86: spl: Move priv/plat structs to headers
2021-01-05 Simon Glassx86: Move priv/plat structs for intel_common to headers
2021-01-05 Simon Glassx86: apl: Move priv/plat structs to headers
2021-01-05 Simon Glasssandbox: Update dts files to reduce SPL size
2021-01-05 Simon Glasssandbox: Add a compatible string for spltest
2021-01-05 Simon Glasssandbox: i2c: Move priv into a header file
2021-01-05 Simon Glasssandbox: serial: Move priv into a header file
2021-01-05 Patrick Delaunaysandbox: remove ram buffer file when U-Boot is loaded...
2021-01-05 Simon Glassx86: Fix header guard in asm/pmu.h
2021-01-05 Simon Glassx86: tpl: Remove unwanted devicetree string
2021-01-05 Simon Glassx86: pinctrl: Drop unlikely error messages from TPL
2021-01-05 Simon Glassx86: apl: Reduce size for TPL
2021-01-05 Simon Glassx86: apl: Update hostbridge to remove unwanted TPL...
2021-01-05 Simon Glassx86: coral: Move fsp-m settings to a subnode
2021-01-05 Simon Glassx86: Move call64 into its own section
2021-01-05 Simon Glassx86: apl: Use const for driver operations
2021-01-05 Simon Glassdtoc: Convert _drivers to a dict
2021-01-05 Simon Glassdtoc: Output the struct values in a separate function
2021-01-05 Simon Glassdtoc: Output the device in a separate function
2021-01-05 Simon Glassdtoc: Make _output_list a top-level function
2021-01-05 Simon Glassdtoc: Fix a few pylint warnings in dtb_platdata
2021-01-05 Simon Glasstest: Move some test drivers into their own file
2021-01-05 Simon Glasstest: Use a simple variable to record removed device
2021-01-05 Simon Glasstimer: Use a shorter error in TPL
2021-01-05 Simon Glassarc: m68k: nds32: nios2: sh: xtensa: Add empty spl...
2021-01-05 Simon Glasssysreset: Use a shorter error with SPL
2021-01-05 Simon Glasspinctrl: Drop post_bind() method when not needed
2021-01-05 Simon Glassdm: core: Rename the priv/plat members
2021-01-05 Simon Glassdm: core: Use access methods for dev/uclass private...
2021-01-05 Simon Glassdm: Use access methods for dev/uclass private data
2021-01-05 Simon Glassdm: core: Add functions to set priv/plat
2021-01-05 Simon Glassdm: core: Add function to access uclass priv
2021-01-05 Simon Glassx86: apl: Drop support for !OF_PLATDATA_PARENT
2021-01-05 Simon Glassdm: core: Only include simple-bus devicetree id when...
2021-01-05 Simon Glassdm: core: Use 'uclass_driver' for the uclass linker_list
2021-01-05 Simon Glassdm: core: Support dm_dump_all() in SPL
2021-01-05 Simon Glassspl: Drop bd_info in the data section
2021-01-05 Simon Glasssandbox: Drop unnecessary test node
2021-01-05 Simon Glassserial: Rename ns16550 functions to lower case
2021-01-05 Simon Glassserial: Update NS16550_t and struct NS16550
2021-01-05 Simon GlassMakefile: Use common args for dtoc
2021-01-05 Simon GlassMakefile: Tidy up SPL dtb production
2021-01-05 Simon GlassMakefile: Build SPL dtbs in the spl/ directory
2021-01-05 Simon GlassMakefile: Build a separate .dtb for TPL
2021-01-05 Tom RiniPrepare v2021.01-rc5
2021-01-04 Tom RiniMerge branch '2021-01-04-minor-fixes'
2021-01-04 Marc Ferlandcosmetic: fix typo in drivers/usb/Kconfig
2021-01-04 Philippe Reynescmd: ubi: don't allow to rename a volume to a name...
2021-01-04 Igor Opaniukmailmap: Update mail address for Igor Opaniuk
2021-01-04 Heinrich Schuchardtdoc: android/boot-image: invalid C declaration
2021-01-04 Stefan Agnernvme: Use only 32-bit accesses in nvme_writeq/nvme_readq
2021-01-01 Tom RiniMerge tag 'efi-next' of https://gitlab.denx.de/u-boot...
2020-12-31 Sughosh Ganuqemu: arm64: Add documentation for capsule update
2020-12-31 Sughosh Ganuefidebug: capsule: Add a command to update capsule...
2020-12-31 Sughosh Ganuefi_loader: Enable uefi capsule authentication
2020-12-31 Sughosh Ganuefi: capsule: Add support for uefi capsule authentication
2020-12-31 Sughosh Ganuefi_loader: Re-factor code to build the signature store...
next