public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-04-08 22:57:30 to 2020-04-10 08:15:39 UTC [more...]

[PATCH v2 0/2] arm: stm32mp1: activate data cache in SPL and before relocation
 2020-04-10  8:15 UTC  (8+ messages)
` [PATCH v2 1/2] arm: stm32mp: "
` [PATCH v2 2/2] arm: stm32mp: activate data cache on DDR in SPL

[PATCH 1/3] arm: caches: protect dram_bank_mmu_setup access to bi_dram
 2020-04-10  8:13 UTC  (12+ messages)
` [PATCH 2/3] arm: caches: add DCACHE_DEFAULT_OPTION
` [PATCH 3/3] arm: caches: manage phys_addr_t overflow in mmu_set_region_dcache_behaviour

[PATCH 00/26 v6] Refactor the architecture parts of mt7628
 2020-04-10  8:02 UTC  (12+ messages)
` [PATCH 19/26 v6] spl: spl_nor: Copy image header to local struct
` [PATCH 20/26 v6] spl: spl_nor: Move legacy image loading into spl_legacy.c
` [PATCH 22/26 v6] spl: spl_legacy: Add cache flush after reading U-Boot image

[PATCH] qemu: don't allow to select 32- and 64-bit
 2020-04-10  7:37 UTC 

Calling i2c set speed twice for i2c_mux_bus
 2020-04-10  6:46 UTC  (5+ messages)

[PATCH] usb: Keep async schedule running only across mass storage xfers
 2020-04-10  6:21 UTC  (3+ messages)

[PATCH v5 00/14] Add support for MediaTek xHCI host controller
 2020-04-10  5:45 UTC  (15+ messages)
` [PATCH v5 01/14] dm: core: Add function to get child count of ofnode or device
` [PATCH v5 02/14] test: dm: add test item for ofnode_get_child_count()
` [PATCH v5 03/14] phy: Add get/enable/disable for a bulk of phys
` [PATCH v5 04/14] test: dm: phy: add a test item for the phy_bulk API
` [PATCH v5 05/14] usb: dwc3: use the phy bulk API to get phys
` [PATCH v5 06/14] usb: dwc2_udc_otg: "
` [PATCH v5 07/14] phy: phy-mtk-tphy: add support USB phys
` [PATCH v5 08/14] phy: phy-mtk-tphy: add support new version
` [PATCH v5 09/14] phy: phy-mtk-tphy: add a new reference clock
` [PATCH v5 10/14] xhci: mediatek: Add support for MTK xHCI host controller
` [PATCH v5 11/14] arm: dts: mt7629: add usb related nodes
` [PATCH v5 12/14] dt-bindings: phy-mtk-tphy: add properties of address mapping and clocks
` [PATCH v5 13/14] dt-bindings: usb: mtk-xhci: Add binding for MediaTek xHCI host controller
` [PATCH v5 14/14] MAINTAINERS: MediaTek: add USB related files

[PATCH v5 0/6] A few little patches
 2020-04-10  1:34 UTC  (3+ messages)
  ` [PATCH v5 6/6] dm: mmc: Update mmc_get_mmc_dev() to use const *

[RFC PATCH v2 00/13] arm: add support for SoC S5P4418
 2020-04-10  0:25 UTC  (9+ messages)
` [RFC PATCH v2 04/13] i2c: add nexell driver
  ` [RFC PATCH v2 05/13] mmc: "

[PATCH] board: add InnoComm i.MX8MM WB15EVK
 2020-04-09 21:51 UTC 

iMX8MM USB support?
 2020-04-09 21:45 UTC  (7+ messages)

[PULL] MIPS fixes for v2020.04
 2020-04-09 21:26 UTC 

[PATCH 1/2] dm: dump.c: Fix segfault when entry->of_match is NULL
 2020-04-09 21:23 UTC  (8+ messages)
` [PATCH 2/2] dm: dump.c: Refactor dm_dump_drivers prints

[PATCH v2 00/28] buildman: Improve summary output
 2020-04-09 21:08 UTC  (29+ messages)
` [PATCH v2 01/28] buildman: Refactor error-line output int a function
` [PATCH v2 02/28] buildman: Add test coverage for error/warning colour
` [PATCH v2 03/28] buildman: Use an iterator to check test output
` [PATCH v2 04/28] buildman: Create temp directory in test setup
` [PATCH v2 05/28] buildman: Split out testOutput() into separate functions
` [PATCH v2 06/28] buildman: Add a test helper for creating a line prefix
` [PATCH v2 07/28] buildman: Test the output with --list-error-boards
` [PATCH v2 08/28] buildman: Use yellow consistently for warning lines
` [PATCH v2 09/28] buildman: Use an object to hold error lines
` [PATCH v2 10/28] buildman: Show the list of boards in magenta
` [PATCH v2 11/28] buildman: Use spaces in the board list
` [PATCH v2 12/28] patman: Update flushing Print() for Python 3
` [PATCH v2 13/28] patman: Support erasing a previously unfinished text line
` [PATCH v2 14/28] patman: Support limiting output to a single line
` [PATCH v2 15/28] buildman: Drop the line-clearing code in Builder
` [PATCH v2 16/28] buildman: Show a message when fetching a repo
` [PATCH v2 17/28] buildman: Drop unused output code
` [PATCH v2 18/28] buildman: Show the number of builds remaining
` [PATCH v2 19/28] buildman: Limit the length of progress messages
` [PATCH v2 20/28] buildman: Show a summary of the build result
` [PATCH v2 21/28] buildman: Update the 'theory of operation' a little
` [PATCH v2 22/28] buildman: Add the abbreviation for --boards
` [PATCH v2 23/28] buildman: Update workflow documentation with more detail
` [PATCH v2 24/28] buildman: Make -I the default
` [PATCH v2 25/28] buildman: Add an option to ignore device-tree warnings
` [PATCH v2 26/28] buildman: Add an option to ignore migration warnings
` [PATCH v2 27/28] buildman: Update the TODO items
` [PATCH v2 28/28] buildman: Change the exit codes

[PATCH v2 00/22] common: Further reduce the size of common.h
 2020-04-09 20:15 UTC  (23+ messages)
` [PATCH v2 01/22] common: Drop uuid.h from common header
` [PATCH v2 02/22] flash: Tidy up coding style for flash functions
` [PATCH v2 03/22] common: Drop flash.h from common header
` [PATCH v2 04/22] arm: Don't include common.h in header files
` [PATCH v2 05/22] common: Drop net.h from common header
` [PATCH v2 06/22] part: Drop disk_partition_t typedef
` [PATCH v2 07/22] common: Drop part.h from common header
` [PATCH v2 08/22] bootstage: Use BOOTSTAGE instead of BOOTSTATE
` [PATCH v2 09/22] common: Drop bootstage.h from common header
` [PATCH v2 10/22] common: Drop image.h "
` [PATCH v2 11/22] common: Drop init.h "
` [PATCH v2 12/22] command: Remove the cmd_tbl_t typedef
` [PATCH v2 13/22] Fix some checkpatch warnings in calls to debug()
` [PATCH v2 14/22] common: Drop log.h from common header
` [PATCH v2 15/22] common: Drop asm/ptrace.h "
` [PATCH v2 16/22] common: Drop asm_offsets.h "
` [PATCH v2 17/22] common: Drop linux/bug.h "
` [PATCH v2 18/22] common: Drop linux/stringify.h "
` [PATCH v2 19/22] Fix some checkpatch warnings in calls to udelay()
` [PATCH v2 20/22] common: Drop linux/delay.h from common header
` [PATCH v2 21/22] Use __ASSEMBLY__ as the assembly macros
` [PATCH v2 22/22] common: Drop linux/bitops.h from common header

[RFC 0/7] mx6cuboxi: enable OF_PLATDATA with MMC support
 2020-04-09 20:01 UTC  (10+ messages)
` [RFC 1/7] mmc: fsl_esdhc_imx: add OF_PLATDATA support

[RFC] dm: uclass: add functions to get device by platdata
 2020-04-09 20:00 UTC  (13+ messages)

[PATCH v6 10/29] pci: Adjust dm_pci_read_bar32() to return errors correctly
 2020-04-09 19:36 UTC  (5+ messages)
` [PATCH v6 12/29] dm: core: Add basic ACPI support

[PATCH V3] ARM: dts: stm32: Add KS8851-16MLL ethernet on FMC2
 2020-04-09 17:38 UTC  (4+ messages)

[PATCH] imx: Fix imx8m FIT script issue
 2020-04-09 17:32 UTC  (6+ messages)

[PATCH] cmd: Add test and fix bugs for dm drivers
 2020-04-09 17:32 UTC  (2+ messages)

[PATCH] ARM: dts: stm32: Define FMC2 base address
 2020-04-09 17:31 UTC  (4+ messages)

[PATCH] Series-to: u-boot Cover-letter: Fix Typo error in Makefile
 2020-04-09 17:23 UTC  (5+ messages)

[PATCH v3] mips: cmd: go: Flush cache before jumping to app/image
 2020-04-09 17:07 UTC  (2+ messages)

[PATCH 1/4] [RFC] ARM: stm32: Implement board coding on AV96
 2020-04-09 17:05 UTC  (7+ messages)
` [PATCH 3/4] [RFC] ARM: dts: stm32: Rework DDR DT inclusion

[PATCH 0/2] Reading size-cells and address-cells from a node should walk up the
 2020-04-09 16:25 UTC  (5+ messages)
` [PATCH 1/2] libfdt: Make fdt_cells function accessible
` [PATCH 2/2] dm: core: Walk the tree to find address- and size-cells properties

[PATCH v5 00/29] dm: Add programmatic generation of ACPI tables (part A)
 2020-04-09 16:25 UTC  (26+ messages)
` [PATCH v5 10/29] pci: Adjust dm_pci_read_bar32() to return errors correctly
` [PATCH v5 11/29] x86: apl: Add Global NVS table header
` [PATCH v5 12/29] dm: core: Add basic ACPI support
` [PATCH v5 13/29] dts: Add a binding for hid-over-i2c
` [PATCH v5 14/29] acpi: Add a binding for ACPI settings in the device tree
` [PATCH v5 15/29] acpi: Add a simple sandbox test
` [PATCH v5 16/29] x86: Move acpi_s3.h to include/acpi/
` [PATCH v5 17/29] x86: Move acpi_table header to main include/ directory
` [PATCH v5 18/29] acpi: Add an __ACPI__ preprocessor symbol
` [PATCH v5 19/29] acpi: Add a central location for table version numbers
` [PATCH v5 20/29] acpi: Add support for DMAR
` [PATCH v5 21/29] test: Add hexdump.h to the unit test header
` [PATCH v5 22/29] acpi: Add a method to write tables for a device
` [PATCH v5 23/29] acpi: Convert part of acpi_table to use acpi_ctx
` [PATCH v5 24/29] x86: Allow devices to write ACPI tables
` [PATCH v5 25/29] acpi: Drop code for missing XSDT from acpi_write_rsdp()
` [PATCH v5 26/29] acpi: Move acpi_add_table() to generic code
` [PATCH v5 27/29] acpi: Put table-setup code in its own function
` [PATCH v5 28/29] acpi: Move the xsdt pointer to acpi_ctx
` [PATCH v5 29/29] acpi: Add an acpi command

[PATCH] configs: migrate CONFIG_SYS_ARM_CACHE_* in Kconfig
 2020-04-09 16:07 UTC  (3+ messages)

Btrfs and endian convert
 2020-04-09 13:58 UTC  (5+ messages)

[PATCH V2] rockchip: rk3328: add rockpie-rk3328_defconfig
 2020-04-09 13:53 UTC  (2+ messages)

[PATCH v3 1/1] phy: add support for stingray PAXB PHY controller
 2020-04-09 13:41 UTC  (2+ messages)

[PATCH v1 u-boot-marvell 0/5] MVEBU ARM64 improvments + another Turris Mox patch
 2020-04-09 13:29 UTC  (5+ messages)
` [PATCH v1 u-boot-marvell 4/5] arm64: mvebu: a37xx: add device-tree fixer for PCIe regions

[PATCH] lx2160a : Update environment variable
 2020-04-09 13:28 UTC  (2+ messages)
` [PATCH v2] lx2160a : Update eMMC boot environment variables

[PATCH 0/7] TQMa6x: upgrade board support to device model
 2020-04-09 13:21 UTC  (8+ messages)
` [PATCH 1/7] tqma6: resurrect support by supplying correct SYS_TEXT_BASE
` [PATCH 2/7] arm: dt: imx6qdl: add tqma6[qdl] som on mba6 mainboard
` [PATCH 3/7] arch: arm: tqma6: apply default Kconfig for device model
` [PATCH 4/7] board: tqc: tqma6: mba6: "
` [PATCH 5/7] configs: tqma6x_mba6x: update default configs "
` [PATCH 6/7] board: tqc: tqma6: hw init code disabled "
` [PATCH 7/7] board: tqc: tqma6_mba6: switch to "

[PATCH] Revert "mpc85xx: ddr: Always start DDR RAM in Self Refresh mode"
 2020-04-09 12:53 UTC  (2+ messages)

[PATCH] ARM: omap3_logic boards: Convert to DM_ETH
 2020-04-09 11:35 UTC  (3+ messages)

[PATCH V3 00/14] ARM: stm32: Fix Avenger96
 2020-04-09 11:28 UTC  (11+ messages)
` [PATCH V3 12/14] ARM: dts: stm32: Repair PMIC configuration on AV96

[PATCH v4 1/1] drivers: usb: host: Add BRCM xHCI driver
 2020-04-09 11:14 UTC  (2+ messages)

[PATCH V2] rockchip: rk3328: add rockpie-rk3328_defconfig
 2020-04-09 10:54 UTC 

[PATCH] Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"
 2020-04-09  8:28 UTC  (3+ messages)
  ` [EXT] "

[RFC PATCH] net, qe: add DM support for QE UEC ethernet
 2020-04-09  8:00 UTC  (3+ messages)

[PATCH V2] mmc: zynq: parse dt when probing
 2020-04-09  7:26 UTC  (3+ messages)

[RFC PATCH] powerpc, qe: add DTS support for parallel I/O ports
 2020-04-09  6:58 UTC  (3+ messages)

[PATCH v4 00/31] dm: Add programmatic generation of ACPI tables (part A)
 2020-04-09  5:32 UTC  (6+ messages)
` [PATCH v4 02/31] lib: Add a function to convert a string to upper case

[PATCH] bdinfo: Show information about fdt blob via bdinfo
 2020-04-09  5:14 UTC  (2+ messages)

[PATCH] mpc83xx, abb: remove suvd3 board
 2020-04-09  5:13 UTC  (2+ messages)

[PATCH v3 1/1] drivers: usb: host: Add BRCM xHCI driver
 2020-04-09  3:54 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox