public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-07-01 09:43:26 to 2020-07-02 17:56:36 UTC [more...]

[PATCH v2 1/4] ram: stm32mp1: protect minimum value in get_bufsize
 2020-07-02 17:56 UTC  (3+ messages)
` [PATCH v2 2/4] ram: stm32mp1: add parameter addr in test FrequencySelectivePattern
` [PATCH v2 3/4] ram: stm32mp1: use the DDR size by default in the test addressBus

[PATCH] Add information for skipped commit options
 2020-07-02 17:52 UTC 

[PATCH] sunxi: Add support for using UART4 as console on A64
 2020-07-02 17:43 UTC  (4+ messages)

[PATCH] lib: libfdt: fdt_region: avoid NULL pointer access
 2020-07-02 17:31 UTC 

[PATCH] patman: Detect unexpected END
 2020-07-02 17:08 UTC 

[PATCH] checkpatch: fix a false check against wchar/utf-16 string
 2020-07-02 17:00 UTC  (3+ messages)

[PATCH v2] stm32mp1: use the command env info -q in env_check
 2020-07-02 16:48 UTC 

[PATCH 00/13] efi_loader: rework/improve UEFI secure boot code
 2020-07-02 16:28 UTC  (5+ messages)
` [PATCH 08/13] test/py: efi_secboot: remove all "re.search"
` [PATCH 09/13] test/py: efi_secboot: fix test case 1g of test_authvar

[PATCH v2 1/2] cmd: env: use ENV_IS_IN_DEVICE in env info
 2020-07-02 16:11 UTC  (3+ messages)
` [PATCH v2 2/2] stm32mp1: use the command env info in env_check

[PATCH] rockchip: rk3288: Add OF board setup
 2020-07-02 13:56 UTC  (2+ messages)

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

[PATCH v2] board: dh_stm32mp1: update the gpio hog support
 2020-07-02 13:20 UTC 

[PATCH] pci: rockchip: Mark inline functions as static inline
 2020-07-02  9:38 UTC  (2+ messages)

[PATCH v1 0/4]
 2020-07-02  8:47 UTC  (5+ messages)
` [PATCH v1 1/4] usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu)
` [PATCH v1 2/4] usb: xhci: xhci_mem_init: Use cpu_to_le64() and not xhci_writeq()
` [PATCH v1 3/4] usb: usb-uclass.c: Drop le16_to_cpu() as values are already swapped
` [PATCH v1 4/4] usb: xhci: Add virt_to_phys() to support mapped platforms

[PATCH 0/2] u-boot support for ODROID-C4
 2020-07-02  8:34 UTC  (12+ messages)

[PATCH] ARM: dts: stm32mp: remove hnp-srp-disable for usbotg on dk1
 2020-07-02  8:19 UTC  (2+ messages)
` [Uboot-stm32] "

[PATCH v1 23/43] x86: Add error checking for csrt table generation
 2020-07-02  8:11 UTC  (2+ messages)

[PATCH v1 19/43] x86: pinctrl: Add multi-ACPI control
 2020-07-02  8:11 UTC  (2+ messages)

[PATCH v1 00/43] x86: Programmatic generation of ACPI tables (Part C)
 2020-07-02  8:11 UTC  (3+ messages)
` [PATCH v1 22/43] x86: Add support for building up an NHLT structure

[PATCH v2 0/9] stm32mp1: use OPP information for PLL1 settings in SPL
 2020-07-02  8:06 UTC  (3+ messages)
` [PATCH v2 1/9] arm: stm32mp: spl: add bsec driver "

[PATCH] board: dh_stm32mp1: update the gpio hog support
 2020-07-02  8:04 UTC  (2+ messages)
` [Uboot-stm32] "

[PATCH v4 2/6] sifive: fu540: Add Booting from SPI
 2020-07-02  8:02 UTC  (2+ messages)
` [PATCH v4 3/6] env: Enable SPI flash env for SiFive FU540

[PATCH v2 00/11] stm32mp1: activate gpio hog support and add new pinctrl ops
 2020-07-02  8:02 UTC  (23+ messages)
` [PATCH v2 01/11] configs: stm32mp1: activate CONFIG_GPIO_HOG
  ` [Uboot-stm32] "
` [PATCH v2 02/11] board: stm32mp1: update the gpio hog support
  ` [Uboot-stm32] "
` [PATCH v2 03/11] gpio: stm32: add ops set_dir_flags
` [PATCH v2 04/11] gpio: stm32: add ops get_dir_flags
` [PATCH v2 05/11] gpio: stmfx: move function to prepare new ops introduction
` [PATCH v2 06/11] gpio: stmfx: rename function used to change pin configuration
` [PATCH v2 07/11] gpio: stmfx: add function stmfx_read_reg and stmfx_write_reg
` [PATCH v2 08/11] gpio: stmfx: add ops set_dir_flag
` [PATCH v2 09/11] gpio: stmfx: add ops get_dir_flags
` [PATCH v2 10/11] pinctrl: stmfx: add information on pin configuration
` [PATCH v2 11/11] pinctrl: stm32: "

[PATCH 00/13] Add support for USB host and peripheral bootmodes on am65x-idk
 2020-07-02  8:02 UTC  (14+ messages)
` [PATCH 01/13] spl: usb: Create an API spl_usb_load()
` [PATCH 02/13] spl: usb: Only init usb once
` [PATCH 03/13] armv7R: K3: am654: Use full malloc in SPL both pre and post reloc
` [PATCH 04/13] arm: mach-k3: sysfw-loader: Add support to load SYSFW from USB
` [PATCH 05/13] arm: mach-k3: am6_init: Gate mmc related configurations with the appropriate config
` [PATCH 06/13] arm: mach-k3: am6_init: Do USB fixups to facilitate host and device boot modes
` [PATCH 07/13] arm: mach-k3: am6_init: Add support for USB boot mode
` [PATCH 08/13] arm: dts: k3-am654-r5-base-board: Add USB0 nodes
` [PATCH 09/13] arm: dts: k3-am654-base-board: Add support for USB0 in SPL
` [PATCH 10/13] configs: am65x_evm: Add support for DFU related configs
` [PATCH 11/13] configs: am65x_evm_a53: Enable USB Mass storage and DFU boot modes
` [PATCH 12/13] configs: Add new config for supporting USB mass storage boot
` [PATCH 13/13] configs: Add defconfig for USB DFU bootmode

[PATCH 00/17] Add new board: Xen guest for ARM64
 2020-07-02  7:57 UTC  (33+ messages)
` [PATCH 01/17] armv8: Fix SMCC and ARM_PSCI_FW dependencies
` [PATCH 02/17] Kconfig: Introduce CONFIG_XEN
` [PATCH 03/17] board: Introduce xenguest_arm64 board
` [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 09/17] lib: sscanf: add sscanf implementation
` [PATCH 10/17] xen: Port Xen bus driver from mini-os
` [PATCH 11/17] xen: Port Xen grant table "
` [PATCH 12/17] xen: pvblock: Add initial support for para-virtualized block driver
` [PATCH 13/17] xen: pvblock: Enumerate virtual block devices
` [PATCH 14/17] xen: pvblock: Read XenStore configuration and initialize
` [PATCH 15/17] xen: pvblock: Implement front-back protocol and do IO
` [PATCH 16/17] xen: pvblock: Print found devices indices
` [PATCH 17/17] board: xen: De-initialize before jumping to Linux

[PATCH] configs: stm32mp1: activate WATCHDOG
 2020-07-02  7:40 UTC  (2+ messages)
` [Uboot-stm32] "

[PATCH 1/4] ram: stm32mp1: protect minimum value in get_bufsize
 2020-07-02  7:39 UTC  (8+ messages)
` [PATCH 2/4] ram: stm32mp1: add parameter addr in test FrequencySelectivePattern
` [PATCH 3/4] ram: stm32mp1: use the DDR size by default in the test addressBus
` [PATCH 4/4] ram: stm32mp1: add size and addr parameter to test all

[PATCH] power: regulator: stm32: vrefbuf: fix a possible overshoot when re-enabling
 2020-07-02  7:28 UTC  (2+ messages)

[PATCH] stm32mp1: configs: activate CMD_ERASEENV
 2020-07-02  7:24 UTC  (2+ messages)
` [Uboot-stm32] "

[PATCH 1/2] cmd: env: use ENV_IS_IN_DEVICE in env info
 2020-07-02  7:22 UTC  (4+ messages)
` [PATCH 2/2] stm32mp1: use the command env info in env_check

[PATCH] stm32mp1: use the command env info -q in env_check
 2020-07-02  7:19 UTC  (2+ messages)
` [Uboot-stm32] "

[PATCH] board: st: stm32mp1: increase teed partition
 2020-07-02  7:18 UTC  (2+ messages)
` [Uboot-stm32] "

[PATCH] arm: stm32mp: stm32prog: add "Device Name" in iproduct during DFU USB enumeration
 2020-07-02  7:16 UTC  (2+ messages)

[PATCH] arm: stm32mp: protect DBGMCU_IDC access with BSEC
 2020-07-02  7:14 UTC  (2+ messages)

[PATCH] configs: stm32mp1: only support SD card after NOR in bootcmd_stm32mp
 2020-07-02  7:08 UTC  (2+ messages)
` [Uboot-stm32] "

[PATCH] board: st: move type-c stusb1600 controller code in a driver
 2020-07-02  7:07 UTC  (2+ messages)

[PATCH 1/1] test: correct time stamps for UEFI authentication
 2020-07-02  6:29 UTC 

[PATCH] cmd: add clone command
 2020-07-02  4:01 UTC  (3+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] omap3_beagle: Finish current outstanding DM migrations
 2020-07-02  3:32 UTC  (4+ messages)

[1/5] i2c: mxc: move i2c_early_init_f to common function
 2020-07-02  3:13 UTC  (5+ messages)
` [2/5] freescale: ls1046aqds: enable secure system counter
` [3/5] freescale: ls1046aqds: drop ifdef CONFIG_SYS_I2C
` [4/5] freescale: ls1043aqds: enable secure system counter
` [5/5] freescale: ls1043aqds: drop ifdef CONFIG_SYS_I2C

[PATCH 0/3] board: amlogic: add Odroid C4 support
 2020-07-02  3:09 UTC  (7+ messages)
` [PATCH 1/3] ARM: dts: sync amlogic G12A/G12B/SM1 DT from Linux 5.8-rc1
` [PATCH 2/3] boards: amlogic: add Odroid C4 support
` [PATCH 3/3] ARM: dts: meson-sm1-odroid-c4: add ethernet PHY reset

[PATCHv4 00/16] powerpc: covert p1010, p1020 and p2020 RDB board to DM_ETH
 2020-07-02  2:09 UTC  (20+ messages)
` [PATCHv4 01/16] net: fsl_mdio: Change to use virtual address
` [PATCHv4 02/16] net: fsl_mdio: Correct the MII management register block address
` [PATCHv4 03/16] net: tsec: convert to use DM_MDIO when DM_ETH enabled
` [PATCHv4 04/16] net: tsec: Add fixed-link PHY support
` [PATCHv4 05/16] net: tsec: Add the compatible string "gianfar" support
` [PATCHv4 06/16] powerpc: mpc8xxx: Don't compile cpu_eth_init() when DM_ETH enabled
` [PATCHv4 07/16] fsl: p1_p2_rdb: Move vsc7835 firmware uploading to board_early_init_r()
` [PATCHv4 08/16] configs: p1_p2_rdb: Add the default address of vsc7385 firmware
` [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 11/16] configs: P1020RDB: Enable DM_ETH config
` [PATCHv4 12/16] dts: powerpc: p1010rdb: Add eTSEC DT nodes
` [PATCHv4 13/16] powerpc: p1010rdb: Compile legacy ethernet init function when no DM_ETH
` [PATCHv4 14/16] configs: P1010RDB: Enable DM_ETH config
` [PATCHv4 15/16] dts: powerpc: p2020rdb: Add eTSEC DT nodes
` [PATCHv4 16/16] configs: P2020RDB: Enable DM_ETH config

[U-Boot] Pull request: u-boot-riscv/next
 2020-07-02  1:50 UTC 

[PATCH v4] ARM: dts: stm32: add seeed studio odyssey-stm32mp157c board
 2020-07-01 19:23 UTC 

[PATCH 1/1] efi_loader: time based authentication
 2020-07-01 18:11 UTC 

[PATCH v2] arm: k3: Consolidate and silence k3_fit_atf.sh call
 2020-07-01 18:09 UTC 

[PATCH 0/2] efi_loader: fix efi_image_region_add()
 2020-07-01 18:01 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] test: provide tests for efi_image_region_add()

[PATCH 00/12] Introduce B1x5v2 support
 2020-07-01 17:26 UTC  (13+ messages)
` [PATCH 01/12] treewide: Replace CONFIG_DM_SPI_FLASH with CONFIG_IS_ENABLED(DM_SPI_FLASH)
` [PATCH 02/12] bootcount: add a DM SPI flash backing store for bootcount
` [PATCH 03/12] gpio: mxc_gpio: add support to read status of output gpios
` [PATCH 04/12] rtc: m41t62: reset SQW in m41t62_rtc_reset
` [PATCH 05/12] rtc: m41t62: add oscillator fail bit reset support
` [PATCH 06/12] imx6: allow usage of disable_ldb_di_clock_sources for CONFIG_MX6QDL
` [PATCH 07/12] poweroff: Introduce poweroff uclass
` [PATCH 08/12] poweroff: Add poweroff-gpio driver
` [PATCH 09/12] board: ge: common: rename ge_common.c to ge_rtc.c
` [PATCH 10/12] board: ge: common: add config option for RTC and VPD feature
` [PATCH 11/12] board: ge: common: vpd: separate I2C specific code
` [PATCH 12/12] board: ge: b1x5v2: Add GE B1x5v2 and B1x5Pv2

[PATCH v3] ARM: dts: stm32: add seeed studio odyssey-stm32mp157c board
 2020-07-01 17:24 UTC  (2+ messages)

[PATCH 1/1] mvpp2: fix second cp110 initialization
 2020-07-01 15:43 UTC 

[PATCH v6 0/3] gpio: add possibility to search for gpio label name
 2020-07-01 15:24 UTC  (4+ messages)
` [PATCH v6 1/3] gpio-uclass.c: save the GPIOD flags also in the gpio descriptor

[PATCH v1 41/43] x86: acpi: Correct the version of the MADT
 2020-07-01 15:16 UTC  (2+ messages)

[PATCH v1 37/43] x86: Store the coreboot table address in global_data
 2020-07-01 15:16 UTC  (2+ messages)

[PATCH v1 33/43] x86: irq: Support flags for acpi_gpe
 2020-07-01 15:15 UTC  (2+ messages)

[PATCH] efi_loader: cleanup for tee backed variables
 2020-07-01 13:41 UTC 

[PATCH] tbs2910: migrate to DM_VIDEO
 2020-07-01 13:01 UTC  (4+ messages)
` [PATCH] video: extend stdout video console work-around for 'vga'

Pull request for UEFI sub-system for efi-2020-07-rc6 (2)
 2020-07-01 12:57 UTC  (2+ messages)

[PATCH] video: restore CONFIG_VIDCONSOLE_AS_LCD as boolean
 2020-07-01 12:56 UTC 

[PATCH v3 0/2] x86: p2sb: P2SB fixes
 2020-07-01 11:37 UTC  (3+ messages)
` [PATCH v3 1/2] drivers: p2sb: replace Primary-to-Sideband Bus with Primary to Sideband Bridge
` [PATCH v3 2/2] x86: p2sb: make P2SB driver depend on P2SB uclass

[PATCH v2 0/2] x86: p2sb: P2SB fixes
 2020-07-01 11:26 UTC  (3+ messages)
` [PATCH v2 1/2] drivers: p2sb: replace Primary-to-Sideband Bus with Primary to Sideband Bridge
` [PATCH v2 2/2] x86: p2sb: make P2SB driver depend on P2SB uclass

[PATCH v2] ARM: dts: stm32: add seeed studio odyssey-stm32mp157c board
 2020-07-01 11:02 UTC  (3+ messages)

[PATCH v2 0/2] x86: p2sb: P2SB fixes
 2020-07-01 10:58 UTC  (3+ messages)
  ` Antwort: "

[PATCH 1/1] efi_loader: add missing validation of timestamp
 2020-07-01 10:54 UTC 

[PATCH 1/5] i2c: mxc: move i2c_early_init_f to common function
 2020-07-01  9:43 UTC  (5+ messages)
` [PATCH 2/5] freescale: ls1046aqds: enable secure system counter
` [PATCH 3/5] freescale: ls1046aqds: drop ifdef CONFIG_SYS_I2C
` [PATCH 4/5] freescale: ls1043aqds: enable secure system counter
` [PATCH 5/5] freescale: ls1043aqds: drop ifdef CONFIG_SYS_I2C


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