public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-06-29 08:27:28 to 2020-06-30 15:20:01 UTC [more...]

[PATCHv2 01/31] Convert CONFIG_AM335X_LCD to Kconfig
 2020-06-30 15:20 UTC  (48+ messages)
` [PATCHv2 02/31] Convert CONFIG_ARCH_MISC_INIT "
` [PATCHv2 03/31] Convert CONFIG_ARM_PL180_MMCI "
` [PATCHv2 05/31] Convert CONFIG_AT91_GPIO "
` [PATCHv2 06/31] Convert CONFIG_ATMEL_HLCD "
` [PATCHv2 07/31] Convert CONFIG_ATMEL_NAND_HW_PMECC et al "
` [PATCHv2 08/31] Convert CONFIG_ATMEL_USART "
` [PATCHv2 09/31] bk4r1: Re-convert CONFIG_AUTOBOOT_PROMPT et al "
` [PATCHv2 10/31] Convert CONFIG_BAUDRATE "
` [PATCHv2 11/31] Convert CONFIG_BOARD_EARLY_INIT_F et al "
` [PATCHv2 12/31] Convert CONFIG_BOOTARGS "
` [PATCHv2 13/31] Convert CONFIG_BCH "
` [PATCHv2 14/31] Convert CONFIG_BOARD_TYPES "
` [PATCHv2 15/31] arm: capricorn: Convert CONFIG_BOOTCOUNT_ENV et al "
` [PATCHv2 16/31] arm: abb secu1: Convert CONFIG_BOOTDELAY "
` [PATCHv2 17/31] Convert CONFIG_BOOTP_DNS2 "
` [PATCHv2 18/31] Convert CONFIG_BOUNCE_BUFFER "
` [PATCHv2 19/31] Convert CONFIG_BUILD_TARGET "
` [PATCHv2 20/31] Convert CONFIG_CMDLINE_EDITING "
` [PATCHv2 21/31] Convert CONFIG_CONS_INDEX "
` [PATCHv2 22/31] arm: toradex: Convert CONFIG_CONSOLE_MUX "
` [PATCHv2 23/31] Convert CONFIG_CONSOLE_SCROLL_LINES "
` [PATCHv2 24/31] arm: imx: Finish migration from CONFIG_SECURE_BOOT to CONFIG_IMX_HAB
` [PATCHv2 25/31] nxp: Finish switch to CONFIG_NXP_ESBC

[PATCHv5 0/3] spi: Split CONFIG_DM_SPI* to CONFIG_{SPL_TPL}DM_SPI*
 2020-06-30 15:16 UTC  (7+ messages)
` [PATCHv5 1/3] spi: Move DM_SPI_FLASH to Kconfig (for NXP's ls1043a)
` [PATCHv5 2/3] spi: Move DM_SPI_FLASH and SPI_FLASH_DATAFLASH to Kconfig (for ls1021aXXX)
` [PATCHv5 3/3] spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*

[PATCH V3 0/6] Add Basic support for R8A774A1 (RZ/G2M)
 2020-06-30 14:30 UTC  (7+ messages)
` [PATCH V3 1/6] ARM: renesas: Add basic R8A774A1 Support
` [PATCH V3 2/6] ARM: dts: r8a774a1: Import DTS from Linux 5.8-rc1
` [PATCH V3 3/6] clk: renesas: Add R8A774A1 clock tables
` [PATCH V3 4/6] pinctrl: renesas: Enable R8A774A1 PFC tables
` [PATCH V3 5/6] mmc: renesas-sdhi: Enable support for R8A774A1
` [PATCH V3 6/6] ARM: rmobile: Add Beacon EmbeddedWorks RZG2M Dev Kit

[PATCH v2 1/1] power: pmic_pca9450: fix PCA9450A I2C address
 2020-06-30 13:23 UTC  (2+ messages)

[PATCH v4 0/6] rockchip: make it possible to sign the u-boot.itb
 2020-06-30 13:04 UTC  (5+ messages)
` [PATCH v4 6/6] rockchip: make_fit_atf: add signature handling

[PATCH] board: amlogic: Add Odroid-N2 board support
 2020-06-30 13:02 UTC  (2+ messages)

[PATCH 0/2] u-boot support for ODROID-C4
 2020-06-30 13:00 UTC  (3+ messages)

[PATCH v6 1/8] lib: rsa: distinguish between tpl and spl for CONFIG_RSA_VERIFY
 2020-06-30 12:54 UTC  (3+ messages)

[PULL] u-boot-mips
 2020-06-30 12:52 UTC  (3+ messages)

[PATCH 0/8] Introduce UCLASS_SOC
 2020-06-30 12:43 UTC  (10+ messages)
` [PATCH 1/8] dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matching
` [PATCH 2/8] test: Add tests for SOC uclass
` [PATCH 3/8] dm: soc: Introduce soc_ti_k3 driver for TI K3 SoCs
` [PATCH 4/8] arm: dts: k3-am65-wakeup: Introduce chipid node
` [PATCH 5/8] arm: dts: k3-j721e-mcu-wakeup: "
` [PATCH 6/8] configs: am65x_evm: Enable CONFIG_SOC_DEVICE and CONFIG_SOC_DEVICE_TI_K3
` [PATCH 7/8] configs: j721e_evm: "
` [PATCH 8/8] arm: mach-k3: Use SOC driver for device identification

[PATCH] gitlab: add pycrypto for arm64
 2020-06-30 12:33 UTC  (4+ messages)

[PATCH 1/1] efi_loader: incorrect check against FDT_ADDR_T_NONE
 2020-06-30 12:18 UTC 

[PATCH v3 00/14] env: ext4: corrections and add test for env in ext4
 2020-06-30 11:42 UTC  (4+ messages)
` [PATCH v3 08/14] cmd: env: add env select command

[PATCH v2 0/5] mips: Improve initial Octeon MIPS64 support
 2020-06-30 10:33 UTC  (6+ messages)
` [PATCH v2 1/5] mips: Add CONFIG_MIPS_MACH_EARLY_INIT for very early mach init code
` [PATCH v2 2/5] mips: octeon: use mips_mach_early_init() to copy to L2 cache
` [PATCH v2 3/5] mips: octeon: octeon_ebb7304: Change TEXT_BASE "
` [PATCH v2 4/5] mips: cache: Make invalidate_dcache_range() weak to enable overwrite
` [PATCH v2 5/5] mips: octeon: Add empty invalidate_dcache_range()

[PATCH 1/1] efi_loader: rtc_mktime() called twice
 2020-06-30 10:20 UTC 

[PATCH v4 0/4] mips: Add initial Octeon MIPS64 base support
 2020-06-30 10:08 UTC  (5+ messages)
` [PATCH v4 1/4] sysreset: Add Octeon sysreset driver
` [PATCH v4 2/4] mips: octeon: Initial minimal support for the Marvell Octeon SoC
` [PATCH v4 3/4] mips: octeon: dts: Add Octeon 3 cn73xx base dtsi file
` [PATCH v4 4/4] mips: octeon: Add minimal Octeon 3 EBB7304 EVK support

[PATCH] clk: Add more information to debug messages
 2020-06-30  9:55 UTC  (3+ messages)

[PATCH] configs: ls1012a/ls1046a: Define CONFIG_ENV_OVERWRITE
 2020-06-30  9:36 UTC 

[PATCH v2 1/1] riscv: use log functions in fdt_fixup
 2020-06-30  9:34 UTC  (2+ messages)

[PATCH v3 0/4] mips: Add initial Octeon MIPS64 base support
 2020-06-30  9:29 UTC  (6+ messages)
` [PATCH v3 1/4] sysreset: Add Octeon sysreset driver
` [PATCH v3 2/4] mips: octeon: Initial minimal support for the Marvell Octeon SoC

[PATCH v1 0/5] mips: Improve initial Octeon MIPS64 support
 2020-06-30  9:12 UTC  (6+ messages)
` [PATCH v1 1/5] mips: Add CONFIG_MIPS_MACH_EARLY_INIT for very early mach init code
` [PATCH v1 2/5] mips: octeon: use mips_mach_early_init() to copy to L2 cache

[PATCH v1 00/43] x86: Programmatic generation of ACPI tables (Part C)
 2020-06-30  8:42 UTC  (69+ messages)
` [PATCH v1 02/43] binman: Refactor binman_entry_find() to allow other nodes
` [PATCH v1 04/43] acpi: Allow creating the GNVS to fail
` [PATCH v1 06/43] dm: core: Add a way of overriding the ACPI device path
` [PATCH v1 07/43] dm: acpi: Add support for the NHLT table
` [PATCH v1 08/43] acpi: Export functions to write sized values
` [PATCH v1 10/43] acpi: Support generation of a generic register
` [PATCH v1 11/43] acpi: mmc: Generate ACPI info for the PCI SD Card
` [PATCH v1 12/43] x86: Add bindings for NHLT
` [PATCH v1 13/43] acpi: Support generation of a device
` [PATCH v1 14/43] acpi: Support writing named values
` [PATCH v1 15/43] sound: Add an ACPI driver for Dialog Semicondutor da7219
` [PATCH v1 17/43] x86: pinctrl: Add a way to get the pinctrl reg address
` [PATCH v1 18/43] x86: pinctrl: Update comment for intel_pinctrl_get_pad()
` [PATCH v1 19/43] x86: pinctrl: Add multi-ACPI control
` [PATCH v1 20/43] x86: pinctrl: Set up itss in the probe() method
` [PATCH v1 23/43] x86: Add error checking for csrt table generation
` [PATCH v1 24/43] x86: apl: Use memory-mapped access for VBT
` [PATCH v1 25/43] x86: gpio: Add support for obtaining ACPI info for a GPIO
` [PATCH v1 26/43] i2c: designware_i2c: Add a little more debugging
` [PATCH v1 27/43] i2c: Add log_ret() on error
` [PATCH v1 29/43] p2sb: Add a method to hide the bus
` [PATCH v1 30/43] x86: apl: Support set_hide() in p2sb driver
` [PATCH v1 31/43] x86: apl: Hide the p2sb on exit from U-Boot
` [PATCH v1 32/43] pmc: Move common registers to the header file
` [PATCH v1 33/43] x86: irq: Support flags for acpi_gpe
` [PATCH v1 34/43] x86: apl: Fix save/restore of ITSS priorities
` [PATCH v1 35/43] x86: Add debugging to table writing
` [PATCH v1 37/43] x86: Store the coreboot table address in global_data
` [PATCH v1 38/43] x86: mp: Allow use of mp_run_on_cpus() without MP
` [PATCH v1 39/43] x86: Update the comment about booting for FSP2
` [PATCH v1 40/43] x86: Drop setup_pcat_compatibility()
` [PATCH v1 41/43] x86: acpi: Correct the version of the MADT
` [PATCH v1 42/43] x86: Rename board_final_cleanup() to board_final_init()
` [PATCH v1 43/43] acpi: Enable ACPI table generation by default on x86

[PATCH 0/2] Add support for multiple required keys
 2020-06-30  8:08 UTC  (5+ messages)
` [PATCH 1/2] vboot: add "

[PATCH 1/1] ls1021a: Add DDR errata num 008109
 2020-06-30  7:26 UTC 

[PATCH v2 0/3] Sync UDMA bindings from kernel
 2020-06-30  5:57 UTC  (4+ messages)
` [PATCH v2 1/3] dma: ti: Add static PSIL endpoint information
` [PATCH v2 2/3] dma: ti: k3-udma: Update driver to use static endpoint Data
` [PATCH v2 3/3] arm: dts: k3-am65/j721e: Sync DMA DT bindings from Kernel DT

[PATCH] configs: powerpc: add usb (host) mass storage support
 2020-06-30  5:08 UTC 

[PATCH v3 00/15] add initial support for broadcom NS3 soc
 2020-06-30  4:43 UTC  (8+ messages)
` [PATCH v3 06/15] board: ns3: default reset type to L3
` [PATCH v3 12/15] board: ns3: limit U-boot relocation within 16MB memory

[PATCH 1/1] riscv: use log functions in fdt_fixup
 2020-06-30  2:43 UTC  (2+ messages)

[PATCH] ARM: da850-evm: Unify config options with Kconfig
 2020-06-29 23:49 UTC 

[PATCH] README: davinci: Clarify when SPL is used and the target devices
 2020-06-29 23:32 UTC 

[PATCH v2] cmd: add a panic command
 2020-06-29 23:05 UTC 

Please pull u-boot-video
 2020-06-29 19:58 UTC  (2+ messages)

[PATCH] sunxi: Add support for using UART4 as console on A64
 2020-06-29 19:12 UTC  (3+ messages)

[PATCH v2 0/3] watchdog: K3: Add RTI watchdog support
 2020-06-29 18:44 UTC  (8+ messages)
` [PATCH v2 2/3] watchdog: rti_wdt: Add support for loading firmware

[PATCH v2 1/1] fs: error handling in do_load()
 2020-06-29 18:08 UTC 

[PATCH v3 00/14] arm: add support for SoC S5P4418
 2020-06-29 17:46 UTC  (15+ messages)
` [PATCH v3 01/14] arm: add mach-nexell (header files)
` [PATCH v3 02/14] arm: add mach-nexell (all files except header files)
` [PATCH v3 03/14] gpio: add nexell driver
` [PATCH v3 04/14] i2c: "
` [PATCH v3 05/14] mmc: "
` [PATCH v3 06/14] pinctrl: "
` [PATCH v3 07/14] pwm: add driver for nexell
` [PATCH v3 08/14] video: add nexell video driver (soc: displaytop)
` [PATCH v3 09/14] video: add nexell video driver (soc: mlc, mipi)
` [PATCH v3 10/14] video: add nexell video driver (soc: lvds, hdmi)
` [PATCH v3 11/14] video: add nexell video driver (soc: dpc, makefile)
` [PATCH v3 12/14] video: add nexell video driver (display/video driver)
` [PATCH v3 13/14] arm: add support for SoC s5p4418 (cpu) / nanopi2 board
` [PATCH v3 14/14] arm: add (default) config for "

[PATCH] cmd: add a panic command
 2020-06-29 17:26 UTC  (2+ messages)

[PATCH 1/1] gitlab: show skipped Python tests
 2020-06-29 17:26 UTC  (12+ messages)

[PATCH 1/1] crypto/fsl: unused value in caam_hash_update()
 2020-06-29 17:26 UTC  (2+ messages)

[PATCH 1/1] fs: error handling in do_load()
 2020-06-29 17:26 UTC  (2+ messages)

[PATCH] x86: Don't build some unused objects in TPL
 2020-06-29 17:26 UTC  (3+ messages)

[PATCH v3 0/2] add optee support for broadcom NS3 soc
 2020-06-29 17:26 UTC  (5+ messages)
` [PATCH v3 1/2] drivers: tee: broadcom: add optee based bnxt fw load driver

[PATCH v4 00/14] improve OF_PLATDATA support
 2020-06-29 17:26 UTC  (5+ messages)
` [PATCH v4 02/14] dtoc: add missing code comments

[PATCH U-BOOT v3 00/30] PLEASE TEST fs: btrfs: Re-implement btrfs support using code from btrfs-progs
 2020-06-29 17:26 UTC  (4+ messages)

[PATCH v6 0/4] usb: xhci: Load Raspberry Pi 4 VL805's firmware
 2020-06-29 16:37 UTC  (5+ messages)
` [PATCH v6 1/4] arm: rpi: Add function to trigger VL805's firmware load
` [PATCH v6 2/4] reset: Add Raspberry Pi 4 firmware reset controller
` [PATCH v6 3/4] configs: Enable support for reset controllers on RPi4
` [PATCH v6 4/4] usb: xhci: Add reset controller support

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

[PATCH] video: rockchip: fix HDMI 4K resolution
 2020-06-29 15:56 UTC  (3+ messages)

[PATCH] cmd: add clone command
 2020-06-29 15:54 UTC  (2+ messages)

[PATCH 03/16] dh_imx6: Switch to full DM-aware
 2020-06-29 14:01 UTC  (2+ messages)

[PATCH 1/1] power: pmic_pca9450: fix PCA9450A I2C address
 2020-06-29 13:45 UTC  (4+ messages)
` [EXT] "

[PATCH 0/2] arm: mvebu: a38x: USB2 serdes changes
 2020-06-29 12:09 UTC  (5+ messages)
` [PATCH 1/2] arm: mvebu: a38x: Fix typo
` [PATCH 2/2] arm: mvebu: a38x: Adjust UTMI PHY parameters

U-Boot Logo showing incorrect colors with eLCDIF
 2020-06-29 11:56 UTC  (10+ messages)

[PATCH] fastboot: Support defining raw partitions without a partition table
 2020-06-29 11:14 UTC 

[PATCH 1/1] efi_loader: fix incorrect use of EFI_EXIT()
 2020-06-29 10:30 UTC 

[PATCH 1/2] mtd: nand: raw: denali: Assert reset before deassert
 2020-06-29 10:11 UTC  (2+ messages)
` [PATCH 2/2] mtd: nand: raw: denali: Wait for reset completion status

[PATCH 0/6] mmc_spi: mmc erase resolve
 2020-06-29  9:47 UTC  (7+ messages)
` [PATCH 1/6] mmc: mmc_spi: correct the while condition
` [PATCH 2/6] mmc: mmc_spi: generate R1 response for different mmc SPI commands
` [PATCH 3/6] mmc: read ssr for SD spi
` [PATCH 4/6] mmc: mmc_spi: Read R2 response for send status command - CMD13
` [PATCH 5/6] mmc: mmc_spi: Generate R1 response for erase block start and end address
` [PATCH 6/6] mmc_spi: generate R1b response for erase and stop transmission command

[PATCH] usb: host: dwc3-sti-glue: Fix ofnode_valid() parameter
 2020-06-29  9:26 UTC 

Fwd: [PATCH 1/1] riscv: use log functions in fdt_fixup
 2020-06-29  9:08 UTC 

[PATCH 1/7] usb: ehci-mx6: Add powerup_fixup implementation
 2020-06-29  8:50 UTC  (5+ messages)
` [PATCH 2/7] usb: ehci-mx6: Add i.MX8 OTG controller support

[PATCH] board: st: move type-c stusb1600 controller code in a driver
 2020-06-29  8:34 UTC 

[PATCH 1/1] riscv: Fix linking error when building u-boot-spl with no SMP support
 2020-06-29  8:27 UTC 


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