U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-03 11:00:21 to 2020-07-06 03:41:51 UTC [more...]

[RFC PATCH 00/16] RFC: patman: Collect review tags and comments from Patchwork
 2020-07-06  3:41 UTC  (5+ messages)
` [RFC PATCH 01/16] patman: Use test_util to show test results
` [RFC PATCH 02/16] patman: Move main code out to a control module
` [RFC PATCH 03/16] patman: Add a test that uses gitpython
` [RFC PATCH 04/16] patman: Allow creating patches for another branch

[PATCH v3 00/25] x86: Enhance MTRR functionality to support multiple CPUs
 2020-07-06  3:37 UTC  (26+ messages)
` [PATCH v3 01/25] x86: mp_init: Switch to livetree
` [PATCH v3 02/25] x86: Move MP code into mp_init
` [PATCH v3 03/25] x86: mp_init: Avoid declarations in header files
` [PATCH v3 04/25] x86: mp_init: Switch parameter names in start_aps()
` [PATCH v3 05/25] x86: mp_init: Drop the num_cpus static variable
` [PATCH v3 06/25] x86: mtrr: Fix 'ensable' typo
` [PATCH v3 07/25] x86: mp_init: Set up the CPU numbers at the start
` [PATCH v3 08/25] x86: mp_init: Adjust bsp_init() to return more information
` [PATCH v3 09/25] x86: cpu: Remove unnecessary #ifdefs
` [PATCH v3 10/25] x86: mp: Support APs waiting for instructions
` [PATCH v3 11/25] global_data: Add a generic global_data flag for SMP state
` [PATCH v3 12/25] x86: Set the SMP flag when MP init is complete
` [PATCH v3 13/25] x86: mp: Allow running functions on multiple CPUs
` [PATCH v3 14/25] x86: mp: Park CPUs before running the OS
` [PATCH v3 15/25] x86: mp: Add iterators for CPUs
` [PATCH v3 16/25] x86: mtrr: Use MP calls to list the MTRRs
` [PATCH v3 17/25] x86: Don't enable SMP in SPL
` [PATCH v3 18/25] x86: coral: Update the memory map
` [PATCH v3 19/25] x86: mtrr: Update MTRRs on all CPUs
` [PATCH v3 20/25] x86: mtrr: Add support for writing to MTRRs on any CPU
` [PATCH v3 21/25] x86: mtrr: Update the command to use the new mtrr calls
` [PATCH v3 22/25] x86: mtrr: Restructure so command execution is in one place
` [PATCH v3 23/25] x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPU
` [PATCH v3 24/25] x86: mp: Add more comments to the module
` [PATCH v3 25/25] x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPU

[PATCH 0/4] Move eSDHC adapter card code to board files
 2020-07-06  2:47 UTC  (2+ messages)

Cover Letter of Patchsets
 2020-07-06  2:35 UTC 

[PATCH v2 0/6] Add support MediaTek USB3 DRD driver
 2020-07-06  2:21 UTC  (7+ messages)
` [PATCH v2 1/6] dt-binding: usb: add bindings for some common properties
` [PATCH v2 2/6] dt-bindings: usb: mtu3: add bindings for MediaTek USB3 DRD
` [PATCH v2 3/6] usb: add USB_SPEED_SUPER_PLUS
` [PATCH v2 4/6] usb: add MediaTek USB3 DRD driver
` [PATCH v2 5/6] arm: dts: mt8512: add usb related nodes
` [PATCH v2 6/6] configs: mt8512: enable fastboot

[PATCH 1/2] spi: Remove unnecessary #ifdefs in header file
 2020-07-06  2:16 UTC  (2+ messages)
` [PATCH 2/2] x86: apl: Re-enable loading of SPL

[PATCH 1/1] sandbox: handling out of memory
 2020-07-06  1:37 UTC  (6+ messages)

[PATCH 1/1] sandbox: spi: sandbox_sf_state_name() is required
 2020-07-06  1:37 UTC  (4+ messages)

[PATCH v4 0/6] patman: Support old Python 3 versions
 2020-07-06  1:37 UTC  (13+ messages)
` [PATCH v4 1/6] patman: Drop unnecessary import in gitutil
` [PATCH v4 2/6] patman: Avoid circular dependency between command and tools
` [PATCH v4 3/6] patman: Use a dict in gitutil to avoid importing series
` [PATCH v4 4/6] patman: Pass in maintainer dirs to avoid and import
` [PATCH v4 5/6] patman: Avoid importing gitutil in settings
` [PATCH v4 6/6] patman: Drop import of test_util in test_util

[PATCH 1/1] sandbox: make RAM size configurable
 2020-07-06  1:37 UTC  (3+ messages)

[PATCH 1/1] log: uclass_get_name() depends on CONFIG_SPL_DM
 2020-07-06  1:37 UTC  (3+ messages)

[PATCH] dm: core: Correct comment on uclass_id_foreach_dev()
 2020-07-06  1:31 UTC  (3+ messages)

[PATCH 0/5] patman: Add tests for U-Boot-specific checkpatch checks
 2020-07-06  1:31 UTC  (9+ messages)
` [PATCH 1/5] patman: Rename test.py to test_checkpatch.py
` [PATCH 2/5] patman: Add a test for the 'possible new uclass' check
` [PATCH 3/5] patman: Decode output from the '--show-types' option
` [PATCH 4/5] patman: Add tests for the rest of the checkpatch checks

[PATCH v4 0/2] log: don't show function by default
 2020-07-06  1:31 UTC  (6+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] log: use BIT() instead of 1 <<

[PATCH 1/1] cmd: fdt: remove CMD_FDT_MAX_DUMP
 2020-07-06  1:31 UTC  (3+ messages)

[PATCH v4 1/3] test/dm: fdtdec: Add the missing gd declaration
 2020-07-06  1:31 UTC  (6+ messages)
` [PATCH v4 2/3] test/dm: fdtdec: Corect a typo in dm_test_fdtdec_set_carveout()
` [PATCH v4 3/3] test/dm: fdtdec: Add tests for fdtdec_add_reserved_memory()

[PATCH v4 00/14] improve OF_PLATDATA support
 2020-07-06  1:31 UTC  (39+ messages)
` [PATCH v4 02/14] dtoc: add missing code comments
` [PATCH v4 04/14] dtoc: add support to scan drivers
` [PATCH v4 05/14] dtoc: add option to disable warnings
` [PATCH v4 06/14] dm: doc: update of-plat with the support for driver aliases
` [PATCH v4 07/14] core: drop const for struct driver_info
` [PATCH v4 08/14] core: extend struct driver_info to point to device
` [PATCH v4 09/14] sandbox: Move section u_boot_list to make it RW
` [PATCH v4 11/14] dm: doc: update of-plat with new phandle support
` [PATCH v4 12/14] arm: dts: include gpio nodes for card detect
` [PATCH v4 13/14] dtoc: update dtb_platdata to support cd-gpios
` [PATCH v4 14/14] dtoc: add test for cd-gpios

[PATCH v5 04/14] dtoc: add support to scan drivers
 2020-07-06  1:25 UTC  (5+ messages)

[PATCH 00/15] net: sun8i-emac fixes and cleanups
 2020-07-06  0:40 UTC  (16+ messages)
` [PATCH 01/15] net: sun8i-emac: Bail out on PHY error
` [PATCH 02/15] net: sun8i_emac: Don't hand out TX descriptor too early
` [PATCH 03/15] net: sun8i_emac: Simplify mdio_read/mdio_write functions
` [PATCH 04/15] net: sun8i_emac: Remove pointless wrapper functions
` [PATCH 05/15] net: sun8i_emac: Name magic bits and simplify read-modify-write calls
` [PATCH 06/15] net: sun8i_emac: Improve cache maintenance on RX descriptor init
` [PATCH 07/15] net: sun8i_emac: Reduce cache maintenance on TX "
` [PATCH 08/15] net: sun8i_emac: Drop unneeded cache invalidation before sending
` [PATCH 09/15] net: sun8i_emac: Wrap and simplify cache maintenance operations
` [PATCH 10/15] net: sun8i_emac: Fix overlong lines
` [PATCH 11/15] net: sun8i_emac: Fix MAC soft reset
` [PATCH 12/15] net: sun8i_emac: Simplify and fix error handling for RX
` [PATCH 13/15] net: sun8i-emac: Make internal PHY handling more robust
` [PATCH 14/15] net: sun8i-emac: Lower MDIO frequency
` [PATCH 15/15] sunxi: Pine-H64: Explicitly enable PHY regulator

[PATCH] power: regulator: stm32: vrefbuf: fix a possible overshoot when re-enabling
 2020-07-05 23:53 UTC  (3+ messages)

Pull request for UEFI sub-system for efi-2020-10-rc1
 2020-07-05 23:40 UTC  (2+ messages)

[PATCH] checkpatch.pl: Fully re-sync with v5.7
 2020-07-05 22:09 UTC  (2+ messages)

[PATCH] Remove CROSS_COMPILE default from arch/*/config.mk
 2020-07-05 22:09 UTC  (2+ messages)

[PATCH] kconfig: show compiler version text in the top comment
 2020-07-05 22:09 UTC  (2+ messages)

[PATCH 01/10] kconfiglib: Update to the 14.1.0 release
 2020-07-05 22:09 UTC  (20+ messages)
` [PATCH 02/10] kconfig: Add scripts/Kconfig.include from v4.19
` [PATCH 03/10] Don't start ad-hoc games with -Wno-maybe-initialized
` [PATCH 04/10] tegra: Convert from ACCESS_ONCE to READ/WRITE_ONCE
` [PATCH 05/10] x86: "
` [PATCH 06/10] socfpga: Mark socfpga_fpga_add() as static inline in the non-FPGA case
` [PATCH 07/10] compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5
` [PATCH 08/10] compiler_types.h: Re-introduce CONFIG_OPTIMIZE_INLINING for U-Boot
` [PATCH 09/10] compilers: Introduce options for forcing inlining on SPL/TPL
` [PATCH 10/10] socfpga: Enable optimized inlining on stratix10

[PATCH] doc: multi-dtb-fit: Remove double underscores
 2020-07-05 22:04 UTC 

[PATCH v6 0/3] gpio: add possibility to search for gpio label name
 2020-07-05 21:58 UTC  (5+ messages)
` [PATCH v6 1/3] gpio-uclass.c: save the GPIOD flags also in the gpio descriptor
` [PATCH v6 2/3] sandbox, test: add test for GPIO_HOG function

[PATCH] mmc: omap_hsmmc: Set 3.3V for IO voltage on all places
 2020-07-05 18:37 UTC  (3+ messages)
` [maemo-leste] "

[PATCH v3 00/15] add initial support for broadcom NS3 soc
 2020-07-05 18:21 UTC  (9+ messages)
` [PATCH v3 07/15] dt-bindings: memory: ns3: update GIC LPI address
` [PATCH v3 08/15] board: ns3: program GIC LPI tables

[PATCH] imx: Add MYiR Tech MYS-6ULX support
 2020-07-05 15:47 UTC 

Chainloading U-Boot from Fastboot on Tegra30
 2020-07-05 15:35 UTC  (4+ messages)

[U-Boot] Pull request: u-boot-riscv/master 2020-07-02(2)
 2020-07-05 12:02 UTC  (2+ messages)

[PATCH 1/1] arm-freescale-mx6sx: Fix imx6sx UART5 wrong iomux register configuration
 2020-07-05  9:27 UTC  (3+ messages)

efi_loader: secure mode transitions, VendorKeys
 2020-07-04 23:16 UTC 

[PATCH] x86: remove unused setup_pcat_compatibility() stub
 2020-07-04 17:42 UTC 

[PATCH v2 1/2] rockchip: Add SoC detection helper
 2020-07-04  9:15 UTC  (2+ messages)
` [PATCH v2 2/2] rockchip: rk3288: Add OF board setup

[PATCH] rockchip: rk3288: Add OF board setup
 2020-07-04  8:55 UTC  (6+ messages)

[PATCHv4 00/16] powerpc: covert p1010, p1020 and p2020 RDB board to DM_ETH
 2020-07-04  8:38 UTC  (11+ messages)
` [PATCHv4 02/16] net: fsl_mdio: Correct the MII management register block address
` [PATCHv4 06/16] powerpc: mpc8xxx: Don't compile cpu_eth_init() when DM_ETH enabled
` [PATCHv4 09/16] dts: powerpc: p1020rdb: Add eTSEC DT nodes
` [PATCHv4 10/16] powerpc: p1_p2_rdb: Don't compile board_eth_init() when DM_ETH enabled
` [PATCHv4 13/16] powerpc: p1010rdb: Compile legacy ethernet init function when no DM_ETH

[PATCH v4 0/3] Add support for booting into userspace fastboot
 2020-07-04  3:17 UTC  (7+ messages)
` [PATCH v4 1/3] fastboot: Extend fastboot_set_reboot_flag with reboot reason
` [PATCH v4 2/3] fastboot: Add support for 'reboot fastboot' command
` [PATCH v4 3/3] fastboot: Add default fastboot_set_reboot_flag implementation

PINE64 Rock64 - How to get SPI driver working
 2020-07-03 19:00 UTC  (8+ messages)
          ` [PATCH] rockchip: rk3328: Add SPI support
            ` [PATCH] rockchip: rock64-rk3328: Add SPI Flash support

[RFC PATCH 0/4] CONFIG_IS_ENABLED magic
 2020-07-03 18:21 UTC  (5+ messages)
` [RFC PATCH 4/4] linux/kconfig.h: create two- and three-argument versions of CONFIG_IS_ENABLED

[PATCH] phy: usbphyc: use regulator_set_enable_if_allowed for disabling vdd supply
 2020-07-03 17:13 UTC 

[PATCH 0/3] cmd: dtimg: Rename to adtimg and refactor usage style
 2020-07-03 16:40 UTC  (5+ messages)
` [PATCH 3/3] cmd: adtimg: Refactor "

[PATCH v2 1/8] linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }*
 2020-07-03 16:37 UTC  (8+ messages)
` [PATCH v2 2/8] linux/kconfig.h: remove unused helper macros
` [PATCH v2 3/8] linux/kconfig.h: create two- and three-argument versions of CONFIG_IS_ENABLED
` [PATCH v2 4/8] bootstage: Fix 'stacked' typo
` [PATCH v2 5/8] timer: Allow delays with a 32-bit microsecond timer
` [PATCH v2 6/8] coral: Enable the copy framebuffer
` [PATCH v2 7/8] x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME
` [PATCH v2 8/8] x86: fsp: Support a warning message when DRAM init is slow

[PATCH v2 00/17] efi_loader: rework/improve UEFI secure boot code
 2020-07-03 16:14 UTC  (11+ messages)
` [PATCH v2 08/17] efi_loader: signature: fix a size check against revocation list
` [PATCH v2 09/17] efi_loader: signature: make efi_hash_regions more generic
` [PATCH v2 12/17] test/py: efi_secboot: remove all "re.search"
` [PATCH v2 13/17] test/py: efi_secboot: fix test case 1g of test_authvar
` [PATCH v2 14/17] test/py: efi_secboot: split "signed image" test case-1 into two cases

[U-Boot] Pull request: u-boot-riscv/next
 2020-07-03 15:59 UTC  (2+ messages)

[PATCH] board: update test on misc_read result in board_late_init
 2020-07-03 15:45 UTC 

[PATCH v3 0/7] phy: generic: add error trace to detect PHY issue in uclass
 2020-07-03 15:36 UTC  (8+ messages)
` [PATCH v3 1/7] "
` [PATCH v3 2/7] board: sunxi: change trace level for phy errors managed by uclass
` [PATCH v3 3/7] usb: host: ohci: "
` [PATCH v3 4/7] usb: host: ehci-hcd: "
` [PATCH v3 5/7] ata: dwc-ahci: "
` [PATCH v3 6/7] usb: musb-new: sunxi: "
` [PATCH v3 7/7] arm: meson: "

[PATCH] Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig
 2020-07-03 15:17 UTC 

[PATCH 00/17] Add new board: Xen guest for ARM64
 2020-07-03 14:14 UTC  (28+ messages)
` [PATCH 02/17] Kconfig: Introduce CONFIG_XEN
` [PATCH 04/17] xen: Add essential and required interface headers
` [PATCH 05/17] xen: Port Xen hypervizor related code from mini-os
` [PATCH 06/17] xen: Port Xen event channel driver "
` [PATCH 07/17] serial: serial_xen: Add Xen PV serial driver
` [PATCH 08/17] linux/compat.h: Add wait_event_timeout macro
` [PATCH 11/17] xen: Port Xen grant table driver from mini-os
` [PATCH 12/17] xen: pvblock: Add initial support for para-virtualized block driver

[PATCH] configs: Remove dead CONFIG options
 2020-07-03 14:06 UTC 

[PATCH] Convert CONFIG_BOOTP_SEND_HOSTNAME to Kconfig
 2020-07-03 14:00 UTC 

[PATCH] Convert CONFIG_BOOTP_DNS2 to Kconfig
 2020-07-03 13:45 UTC 

[PATCH] Convert CONFIG_DRIVER_TI_EMAC_USE_RMII to Kconfig
 2020-07-03 13:27 UTC 

[PATCH 1/2] Convert CONFIG_SPL_NAND_DRIVERS et al to Kconfig
 2020-07-03 13:09 UTC  (2+ messages)
` [PATCH 2/2] Convert CONFIG_SPL_NAND_BASE "

[PATCH 1/3] video: add support for drawing 8bpp bitmap on 32bpp framebuffer
 2020-07-03 12:47 UTC  (5+ messages)

[PATCH v3 0/2] gpio: Add a managed API
 2020-07-03 12:21 UTC  (3+ messages)
` [PATCH v3 1/2] drivers: gpio: Add a managed API to get a GPIO from the device-tree
` [PATCH v3 2/2] test: gpio: Add tests for the managed API

[PATCH] Convert CONFIG_ENV_OVERWRITE to Kconfig
 2020-07-03 11:48 UTC 


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