public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-01-20 21:18:52 to 2019-01-21 17:32:28 UTC [more...]

[U-Boot] [PATCH v2 00/11] SiFive FU540 Support
 2019-01-21 17:32 UTC  (28+ messages)
` [U-Boot] [PATCH v2 03/11] riscv: generic: Ensure that U-Boot runs within 4GB for 64bit systems
` [U-Boot] [PATCH v2 06/11] clk: Add SiFive FU540 PRCI clock driver
` [U-Boot] [PATCH v2 09/11] drivers: serial_sifive: Skip baudrate config if no input clock
` [U-Boot] [PATCH v2 11/11] riscv: Add SiFive FU540 board support

[U-Boot] [PATCH v3 0/9] mmc: sunxi: Enable DM_MMC
 2019-01-21 17:31 UTC  (16+ messages)
` [U-Boot] [PATCH v3 1/9] sunxi: clk: add MMC gates/resets
` [U-Boot] [PATCH v3 2/9] sunxi: clk: A80: add MMC clock support
` [U-Boot] [PATCH v3 3/9] mmc: sunxi: Add A83T emmc compatible
` [U-Boot] [PATCH v3 4/9] mmc: sunxi: Add mmc, emmc H5/A64 compatible
` [U-Boot] [PATCH v3 5/9] mmc: sunxi: Add DM_MMC support for H6
` [U-Boot] [PATCH v3 6/9] mmc: sunxi: Add DM_MMC support for A80
` [U-Boot] [PATCH v3 7/9] dm: mmc: sunxi: Add CLK and RESET support
` [U-Boot] [PATCH v3 8/9] arm: sunxi: Enable DM_MMC
` [U-Boot] [PATCH v3 9/9] arm: dts: sunxi: Enumerate MMC2 as MMC1

[U-Boot] [PATCH] am335x: chilisom: Initial support for different DDR3 chips
 2019-01-21 17:16 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/11] SF: Migrate to Linux SPI NOR framework
 2019-01-21 17:14 UTC  (7+ messages)

[U-Boot] [PATCH 1/6] watchdog: bcm6345: switch to raw I/O functions
 2019-01-21 17:07 UTC  (6+ messages)
` [U-Boot] [PATCH 2/6] watchdog: bcm6345: allow to use this driver on arm
` [U-Boot] [PATCH 3/6] dt: bcm6838: add watchdog
` [U-Boot] [PATCH 4/6] dt: bcm6858: "
` [U-Boot] [PATCH 5/6] bcm968380gerg_ram_defconfig: enable watchdog and reboot with watchdog
` [U-Boot] [PATCH 6/6] bcm968580_ram_defconfig: "

[U-Boot] [PATCH] ARM: at91: Convert SPL_GENERATE_ATMEL_PMECC_HEADER to Kconfig
 2019-01-21 16:58 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v1 0/3] am335x, shc: convert am335x based shc board to DM usage
 2019-01-21 16:42 UTC  (7+ messages)
` [U-Boot] [PATCH v1 1/3] arm: dts: add am335x-shc.dts for shc board
` [U-Boot] [PATCH v1 2/3] ARM: dts: am335x-shc: add u-boot specific dtsi
` [U-Boot] [PATCH v1 3/3] am335x, shc: adapt shc board to DM

[U-Boot] [PATCH] MAINTAINERS: imx: Change Fabio's email address
 2019-01-21 16:29 UTC 

[U-Boot] [PATCH] MAINTAINERS: update stm32mp1 path for arch
 2019-01-21 16:20 UTC 

[U-Boot] [RFC PATCH] am335x: Changes in DDR init procedure to Support Samsung K4B2G1646EBIH9 memory chip
 2019-01-21 15:55 UTC  (2+ messages)

[U-Boot] [PATCH] env: sf: fix environment in SPI NOR
 2019-01-21 15:46 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] [BUG ] efiloader: incorrect creation of *.efi file
 2019-01-21 15:44 UTC  (3+ messages)

[U-Boot] [PATCH v1 00/15] imx: dm: Update mccmon6 board to only use DM/DTS in u-boot proper
 2019-01-21 14:26 UTC  (5+ messages)
` [U-Boot] [PATCH v1 06/15] dm: clk: imx: Add support for controlling imx6q clocks via Driver Model

[U-Boot] [PATCH v2 00/21] imx: vybrid: Update BK4 and PCM052 boards to only use DM/DTS
 2019-01-21 14:22 UTC  (3+ messages)

[U-Boot] [PATCH 00/11] SiFive FU540 Support
 2019-01-21 14:19 UTC  (5+ messages)
` [U-Boot] [PATCH 07/11] clk: Add fixed-factor clock driver

[U-Boot] [PATCH 0/3] efi_loader: provide library for freestanding binaries
 2019-01-21 13:52 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] efi_loader: use freestanding library for efi apps

[U-Boot] [PATCH v5 0/7] cmd: add efidebug for efi environment
 2019-01-21 13:41 UTC  (12+ messages)
` [U-Boot] [PATCH v5 1/7] cmd: add efidebug command
` [U-Boot] [PATCH v5 2/7] cmd: efidebug: add devices command
` [U-Boot] [PATCH v5 3/7] cmd: efidebug: add drivers command
` [U-Boot] [PATCH v5 4/7] cmd: efidebug: add dh command
` [U-Boot] [PATCH v5 5/7] cmd: efidebug: add images command
` [U-Boot] [PATCH v5 6/7] cmd: efidebug: add memmap command
` [U-Boot] [PATCH v5 7/7] cmd: env: add "-e" option for handling UEFI variables

[U-Boot] [PATCH 0/2] env: Fix "env save" to malformed environment
 2019-01-21 13:36 UTC  (8+ messages)
` [U-Boot] [PATCH 1/2] env: common: Return specific error code on bad CRC
` [U-Boot] [PATCH 2/2] env: Fix saving environment to "bad CRC" location

[U-Boot] [PATCH] misc: i2c_eeprom: Add atmel,24c08 to the list
 2019-01-21 12:54 UTC 

[U-Boot] [RFC 0/9] Convert Pico-Pi i.MX7D to DM
 2019-01-21 12:02 UTC  (13+ messages)
` [U-Boot] [RFC 1/9] Arm: dts: imx7d-pico: Import Linux pico-pi dts
` [U-Boot] [RFC 3/9] pico-pi-imx7d: defconfig Enable DM gpio pinctrl and pinctrl_imx7
` [U-Boot] [RFC 4/9] arm: imx7d-pico-pi: Convert to DM MMC initialization
` [U-Boot] [RFC 5/9] pico-pi-imx7d: defconfig: Switch to DM for I2C
` [U-Boot] [RFC 6/9] pico-imx7d-pico: defconfig: Switch to DM for UART
` [U-Boot] [RFC 7/9] pico-imx7d: Convert to DM PMIC
` [U-Boot] [RFC 8/9] arm: pico-pi-imx7d: Convert to DM USB
` [U-Boot] [RFC 9/9] pico-imx7d: Convert to DM Ethernet

[U-Boot] [PATCH v3 0/2] efi_loader: add GetNextVariableName
 2019-01-21 11:43 UTC  (3+ messages)
` [U-Boot] [PATCH v3 1/2] efi_loader: implement GetNextVariableName()
` [U-Boot] [PATCH v3 2/2] efi_selftest: fix variables test for GetNextVariableName()

[U-Boot] Please pull u-boot-marvell/master
 2019-01-21 10:52 UTC 

[U-Boot] [PATCH v2] ARM: mvebu: add support for Allied Telesis x530
 2019-01-21 10:44 UTC  (2+ messages)

[U-Boot] [PATCH] board: mvebu: drop unused ETH_PHY macro definitions
 2019-01-21 10:43 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/1] arm64: mvebu: defconfig: enable CONFIG_CMD_NVME
 2019-01-21 10:43 UTC  (2+ messages)

[U-Boot] [PATCH v3 1/1] arm64: dts: marvell: armada-ap806: reserve PSCI area
 2019-01-21 10:42 UTC  (2+ messages)

[U-Boot] [PATCH v4 00/10] Changes for Turris Mox
 2019-01-21 10:42 UTC  (2+ messages)

[U-Boot] [PATCH v2] ARM: mvebu: sync Armada-38x dts with Linux 4.20
 2019-01-21 10:41 UTC  (2+ messages)

[U-Boot] [PATCH 0/9] sunxi: enable DM_MMC
 2019-01-21 10:29 UTC  (14+ messages)
` [U-Boot] [PATCH 2/9] sunxi: clk: A80: add MMC clock support
  ` [U-Boot] [linux-sunxi] "
` [U-Boot] [linux-sunxi] [PATCH 0/9] sunxi: enable DM_MMC

[U-Boot] re-use dm data for pre-relocate and post-relocate
 2019-01-21 10:22 UTC  (3+ messages)
  ` [U-Boot] re-use dm data for pre-relocate and post-relocate[Please note, mail behalf by sjg@google.com]

[U-Boot] [PATCH v2] arm64: mvebu: Add basic support for uDPU board
 2019-01-21 10:21 UTC  (2+ messages)

[U-Boot] TPL max size for RK3288 ?
 2019-01-21 10:04 UTC  (2+ messages)

[U-Boot] [PATCH] tests: dtoc: adapt tests to changed dtoc output
 2019-01-21  9:07 UTC 

[U-Boot] [PATCH] dtoc: make generated platdata structs const
 2019-01-21  9:02 UTC  (3+ messages)

[U-Boot] [PATCH v3 01/60] mpc83xx: Introduce ARCH_MPC830*
 2019-01-21  8:18 UTC  (60+ messages)
` [U-Boot] [PATCH v3 02/60] mpc83xx: Introduce ARCH_MPC831*
` [U-Boot] [PATCH v3 03/60] mpc83xx: Introduce ARCH_MPC832*
` [U-Boot] [PATCH v3 04/60] mpc83xx: Introduce ARCH_MPC834*
` [U-Boot] [PATCH v3 05/60] mpc83xx: Introduce ARCH_MPC836*
` [U-Boot] [PATCH v3 06/60] mpc83xx: Introduce ARCH_MPC837X
` [U-Boot] [PATCH v3 07/60] keymile: Make distinct kmtegr1, kmvect1, suvd3 configs
` [U-Boot] [PATCH v3 08/60] keymile: Move config files
` [U-Boot] [PATCH v3 09/60] keymile: Unroll includes
` [U-Boot] [PATCH v3 10/60] keymile: Make distinct kmsupx5, tuge1, kmopti2, and kmtepr2 configs
` [U-Boot] [PATCH v3 11/60] keymile: Unroll km/km83xx-common.h
` [U-Boot] [PATCH v3 12/60] keymile: Make distinct kmeter1, and kmcoge5ne configs
` [U-Boot] [PATCH v3 13/60] mpc83xx: Make distinct MPC8313ERDB targets
` [U-Boot] [PATCH v3 14/60] vme8349: Migrate to CONFIG_TARGET_VME8349
` [U-Boot] [PATCH v3 15/60] mpc83xx: Make distinct caddy2 config
` [U-Boot] [PATCH v3 16/60] powerpc: Add LSDMR config values
` [U-Boot] [PATCH v3 17/60] mpc83xx: Make distinct MPC8349EMDS_SDRAM board
` [U-Boot] [PATCH v3 18/60] mpc8315erdb: Merge BR/OR settings
` [U-Boot] [PATCH v3 19/60] ve8313: "
` [U-Boot] [PATCH v3 20/60] MPC832XEMDS: Migrate to CONFIG_TARGET_MPC832XEMDS
` [U-Boot] [PATCH v3 21/60] MPC8349ITX: Migrate to CONFIG_TARGET_MPC8349ITX
` [U-Boot] [PATCH v3 22/60] hrcon: Migrate to CONFIG_TARGET_HRCON
` [U-Boot] [PATCH v3 23/60] strider: Migrate to CONFIG_TARGET_STRIDER
` [U-Boot] [PATCH v3 24/60] MPC8313ERDB: Remove CONFIG_MPC8313ERDB
` [U-Boot] [PATCH v3 25/60] MPC8315ERDB: Remove CONFIG_MPC8315ERDB
` [U-Boot] [PATCH v3 26/60] MPC837XEMDS: Remove CONFIG_MPC837XEMDS
` [U-Boot] [PATCH v3 27/60] MPC837XERDB: Remove CONFIG_MPC837XERDB
` [U-Boot] [PATCH v3 28/60] mpc83xx: Migrate legacy PCI options to Kconfig
` [U-Boot] [PATCH v3 29/60] mpc83xx: Replace CONFIG_83XX_CLKIN in calculations
` [U-Boot] [PATCH v3 30/60] mpc83xx: Get rid of CONFIG_83XX_CLKIN
` [U-Boot] [PATCH v3 31/60] mpc83xx: Kconfig: Migrate HRCW to Kconfig
` [U-Boot] [PATCH v3 32/60] mpc83xx: pcie: Read the clock from registers
` [U-Boot] [PATCH v3 33/60] powerpc: Migrate HIGH_BATS to Kconfig
` [U-Boot] [PATCH v3 34/60] mpc83xx: Migrate BATS config "
` [U-Boot] [PATCH v3 35/60] mpc83xx: Migrate LBLAW_* "
` [U-Boot] [PATCH v3 36/60] mpc83xx: Normalize BR/OR option lines
` [U-Boot] [PATCH v3 37/60] tqm834x: Expand CONFIG_SYS_OR_TIMING_FLASH macro
` [U-Boot] [PATCH v3 38/60] mpc83xx: Simplify BR,OR lines
` [U-Boot] [PATCH v3 39/60] sbc8349: Remove SDRAM functionality
` [U-Boot] [PATCH v3 40/60] mpc83xx: Migrate CONFIG_SYS_{BR, OR}*_PRELIM to Kconfig
` [U-Boot] [PATCH v3 41/60] powerpc: mpc83xx: Fix MPC8308 IMMR memory layout
` [U-Boot] [PATCH v3 42/60] powerpc: mpc83xx: Implement get_serial_clock()
` [U-Boot] [PATCH v3 43/60] powerpc: mpc83xx: fdt: Use get_serial_clock()
` [U-Boot] [PATCH v3 44/60] mpc83xx: Remove last CONFIG_MPC83xx
` [U-Boot] [PATCH v3 45/60] mpc83xx: Prepare usage of DM gpio driver
` [U-Boot] [PATCH v3 46/60] mpc83xx: Migrate HID config to Kconfig
` [U-Boot] [PATCH v3 47/60] mpc83xx: Migrate CONFIG_SYS_IMMR "
` [U-Boot] [PATCH v3 48/60] mpc8308: Migrate system io config "
` [U-Boot] [PATCH v3 49/60] mpc83xx: Migrate arbiter "
` [U-Boot] [PATCH v3 50/60] mpc83xx: Migrate SPCR "
` [U-Boot] [PATCH v3 51/60] mpc83xx: Migrate CONFIG_LCRR_* "
` [U-Boot] [PATCH v3 52/60] mpc83xx: Get rid of CONFIG_SYS_DDR_BASE
` [U-Boot] [PATCH v3 53/60] mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASE
` [U-Boot] [PATCH v3 54/60] mpc83xx: Get rid of CONFIG_SYS_LBC_*
` [U-Boot] [PATCH v3 55/60] mpc83xx: Add arch clock.h to make SDHC work
` [U-Boot] [PATCH v3 56/60] mpc83xx: Don't define cpu_eth_init for DM eth
` [U-Boot] [PATCH v3 57/60] mpc83xx: Replace ppcDWstore with inline assembly
` [U-Boot] [PATCH v3 58/60] mpc83xx: Use pre-defined asm functions
` [U-Boot] [PATCH v3 59/60] keymile: Remove CONFIG_SYS_APP{1, 2}_{BASE, SIZE}
` [U-Boot] [PATCH v3 60/60] keymile: Factor out common includes again

[U-Boot] no DTB with nand SPL on sama5d3
 2019-01-21  8:06 UTC  (9+ messages)

[U-Boot] [PATCH v4 0/9] cmd: add efitool for efi environment
 2019-01-21  7:47 UTC  (6+ messages)
` [U-Boot] [PATCH v4 3/9] efi_driver: add name to driver binding protocol

[U-Boot] [PATCH v2 0/2] efi_loader: add GetNextVariableName
 2019-01-21  7:14 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/2] efi_loader: implement GetNextVariableName()
` [U-Boot] [PATCH v2 2/2] efi_selftest: fix variables test for GetNextVariableName()

[U-Boot] [PATCH] atmel: add CMD_FS_GENERIC to SAMA5D3 for EFI boot
 2019-01-21  4:51 UTC 

[U-Boot] [PATCH v3 0/5] subject: efi_loader: add HII database protocol
 2019-01-21  3:13 UTC  (6+ messages)
` [U-Boot] [PATCH v3 1/5] efi_loader: Initial HII database protocols
` [U-Boot] [PATCH v3 2/5] efi: hii: add guid package support
` [U-Boot] [PATCH v3 3/5] efi: hii: add keyboard layout "
` [U-Boot] [PATCH v3 4/5] efi: hii: add HII config routing/access protocols
` [U-Boot] [PATCH v3 5/5] efi_selftest: add HII database protocols test

[U-Boot] [PATCH 00/18] rockchip: Add support for Bob Chromebook
 2019-01-21  1:04 UTC  (3+ messages)
` [U-Boot] [PATCH 05/18] rockchip: Add mention of other boards

[U-Boot] [RFC] arch/arm/lib/reloc_aarch64_efi.c
 2019-01-21  0:26 UTC 

[U-Boot] [RFC 0/9] Convert Pico-Pi i.MX7D to DM
 2019-01-20 22:38 UTC 

[U-Boot] [PATCH 00/11] sound: Add sound support for Nyan
 2019-01-20 21:46 UTC  (3+ messages)


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