public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-07-02 03:13:00 to 2020-07-03 12:46:08 UTC [more...]

[PATCH 00/17] Add new board: Xen guest for ARM64
 2020-07-03 12:46 UTC  (43+ 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 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 1/3] video: add support for drawing 8bpp bitmap on 32bpp framebuffer
 2020-07-03 12:42 UTC  (4+ messages)

[PATCH] rockchip: rk3288: Add OF board setup
 2020-07-03 12:39 UTC  (4+ messages)

Chainloading U-Boot from Fastboot on Tegra30
 2020-07-03 12:32 UTC 

[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 

[PATCH v2 00/17] efi_loader: rework/improve UEFI secure boot code
 2020-07-03 11:08 UTC  (15+ messages)
` [PATCH v2 01/17] efi_loader: change efi objects initialization order
` [PATCH v2 02/17] Revert "test: stabilize test_efi_secboot"
` [PATCH v2 03/17] efi_loader: signature: replace debug to EFI_PRINT
` [PATCH v2 05/17] efi_loader: image_loader: "
` [PATCH v2 06/17] efi_loader: image_loader: add a check against certificate type of authenticode
` [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 v4 00/14] improve OF_PLATDATA support
 2020-07-03 11:08 UTC  (5+ messages)
` [PATCH v4 04/14] dtoc: add support to scan drivers

[PATCH v5 04/14] dtoc: add support to scan drivers
 2020-07-03 11:07 UTC 

[PATCH] sunxi: Add support for using UART4 as console on A64
 2020-07-03  8:52 UTC 

[U-Boot] Pull request: u-boot-riscv/master 2020-07-02(2)
 2020-07-03  7:44 UTC 

[PATCH 00/13] Add support for USB host and peripheral bootmodes on am65x-idk
 2020-07-03  7:34 UTC  (15+ 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 v2 0/9] stm32mp1: use OPP information for PLL1 settings in SPL
 2020-07-03  7:09 UTC  (11+ messages)
` [PATCH v2 1/9] arm: stm32mp: spl: add bsec driver "
` [PATCH v2 6/9] board: st: stpmic1: add function stpmic1_init
` [PATCH v2 7/9] board: stm32mp1: update vddcore in SPL
  ` [Uboot-stm32] "
` [PATCH v2 8/9] ARM: dts: stm32mp1: use OPP information for PLL1 settings "
  ` [Uboot-stm32] "
` [PATCH v2 9/9] board: stm32mp1: move the function board_debug_uart_init in spl.c
  ` [Uboot-stm32] "

[PATCH v2 0/5] add DM based reset driver for SiFive SoC's
 2020-07-03  6:55 UTC  (9+ messages)
` [PATCH v2 1/5] dt-bindings: prci: add indexes for reset signals available in prci

[U-Boot] Pull request: u-boot-riscv/master
 2020-07-03  6:52 UTC  (4+ messages)

[PATCH v1 00/43] x86: Programmatic generation of ACPI tables (Part C)
 2020-07-03  6:10 UTC  (22+ messages)
` [PATCH v1 07/43] dm: acpi: Add support for the NHLT table
` [PATCH v1 18/43] x86: pinctrl: Update comment for intel_pinctrl_get_pad()
` [PATCH v1 20/43] x86: pinctrl: Set up itss in the probe() method
` [PATCH v1 22/43] x86: Add support for building up an NHLT structure
` [PATCH v1 26/43] i2c: designware_i2c: Add a little more debugging
` [PATCH v1 27/43] i2c: Add log_ret() on error
` [PATCH v1 28/43] i2c: designware_i2c: Support ACPI table generation

[PATCH] checkpatch: fix a false check against wchar/utf-16 string
 2020-07-03  6:08 UTC  (6+ messages)

[PATCH v3 00/14] arm: add support for SoC S5P4418
 2020-07-03  6:03 UTC  (3+ messages)
` [PATCH v3 04/14] i2c: add nexell driver

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

[PATCH] lib: libfdt: fdt_region: avoid NULL pointer access
 2020-07-03  3:50 UTC  (2+ messages)

[PATCH] Add information for skipped commit options
 2020-07-03  3:50 UTC  (2+ messages)

[PATCH] patman: Detect unexpected END
 2020-07-03  3:50 UTC  (2+ messages)

[PATCH] video: restore CONFIG_VIDCONSOLE_AS_LCD as boolean
 2020-07-03  3:50 UTC  (2+ messages)

[PATCH v3 0/2] x86: p2sb: P2SB fixes
 2020-07-03  3:50 UTC  (5+ 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 0/2] Currently it is possible to select the P2SB driver without selecting the
 2020-07-03  3:50 UTC  (3+ messages)
` [PATCH 1/2] drivers: p2sb: replace Primary-to-Sideband Bus with Primary to Sideband Bridge

[PATCH v9 1/2] led: led_cortina: Add CAxxx LED support
 2020-07-03  3:50 UTC  (2+ messages)

[PATCH 0/8] Introduce UCLASS_SOC
 2020-07-03  3:50 UTC  (5+ messages)
` [PATCH 1/8] dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matching
` [PATCH 2/8] test: Add tests for SOC uclass

[RESEND PATCH v3 00/26] x86: video: Speed up the framebuffer
 2020-07-03  3:12 UTC  (23+ messages)
` [RESEND PATCH v3 01/26] x86: fsp: Reinit the FPU after FSP meminit
` [RESEND PATCH v3 03/26] video: Show an error when a vidconsole function fails
` [RESEND PATCH v3 04/26] sandbox: video: Allow selection of rotated console
` [RESEND PATCH v3 05/26] video: Split out expression parts into variables
` [RESEND PATCH v3 06/26] video: Adjust rotated console to start at right edge
` [RESEND PATCH v3 07/26] video: Drop unnecessary #ifdef around vid_console_color()
` [RESEND PATCH v3 08/26] video: Add a comment for struct video_uc_platdata
` [RESEND PATCH v3 09/26] video: Add support for copying to a hardware framebuffer
` [RESEND PATCH v3 10/26] video: Set up the copy framebuffer when enabled
` [RESEND PATCH v3 11/26] video: Clear the copy framebuffer when clearing the screen
` [RESEND PATCH v3 12/26] video: Add helpers for vidconsole for the copy framebuffer
` [RESEND PATCH v3 13/26] video: Update normal console to support copy buffer
` [RESEND PATCH v3 14/26] video: Update truetype "
` [RESEND PATCH v3 15/26] video: Update rotated "
` [RESEND PATCH v3 16/26] video: Update the copy framebuffer when writing bitmaps
` [RESEND PATCH v3 17/26] video: Add comments to struct sandbox_sdl_plat
` [RESEND PATCH v3 18/26] video: sandbox: Add support for the copy framebuffer
` [RESEND PATCH v3 19/26] video: pci: Set up "
` [RESEND PATCH v3 20/26] x86: fsp: video: Allocate a frame buffer when needed
` [RESEND PATCH v3 21/26] video: Correctly handle multiple framebuffers
` [RESEND PATCH v3 22/26] x86: video: Support copy framebuffer with probed devices
` [RESEND PATCH v3 26/26] x86: minnowmax: Drop screen resolution to 1024x768

[RFC PATCH v2 0/3] RFC: tiny-dm: Proposal for using driver model in SPL
 2020-07-03  3:03 UTC  (6+ messages)
` [RFC PATCH v2 1/3] dm: Driver and uclass changes for tiny-dm
` [RFC PATCH v2 2/3] dm: Arch-specific "
` [RFC PATCH v2 3/3] dm: Core "

[PATCH v4 00/12] riscv: Add FPIOA and GPIO support for Kendryte K210
 2020-07-03  0:46 UTC  (15+ messages)
` [PATCH v4 02/12] pinctrl: Reformat documentation in dm/pinctrl.h
` [PATCH v4 03/12] test: pinmux: Add test for pin muxing
` [PATCH v4 04/12] pinctrl: Add support for Kendryte K210 FPIOA
` [PATCH v4 05/12] gpio: sifive: Use generic reg read function
` [PATCH v4 07/12] gpio: dw: Add a trailing underscore to generated name
` [PATCH v4 10/12] test: dm: Test for default led naming
` [PATCH v4 11/12] riscv: Add pinmux and gpio bindings for Kendryte K210

[PATCH v3 00/15] add initial support for broadcom NS3 soc
 2020-07-03  0:46 UTC  (5+ messages)
` [PATCH v3 06/15] board: ns3: default reset type to L3

[PATCH v2 1/1] fs: error handling in do_load()
 2020-07-03  0:45 UTC  (2+ messages)

[PATCH v2 1/4] ram: stm32mp1: protect minimum value in get_bufsize
 2020-07-02 17:56 UTC  (4+ 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 v2 4/4] ram: stm32mp1: add size and addr parameter to test all

[PATCH] sunxi: Add support for using UART4 as console on A64
 2020-07-02 17:43 UTC  (4+ 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 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] 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] 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


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