public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-07-18 03:01:00 to 2018-07-19 10:07:29 UTC [more...]

[U-Boot] [PATCH v2 1/5] efi: app: Add a sysreset driver
 2018-07-19 10:07 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/5] x86: tangier: "

[U-Boot] [PATCH 00/20] Add support for 1wire protocol and 1wire eeproms
 2018-07-19  9:58 UTC  (21+ messages)
` [U-Boot] [PATCH 01/20] w1: Add 1-Wire uclass
` [U-Boot] [PATCH 02/20] w1: Add 1-Wire gpio driver
` [U-Boot] [PATCH 03/20] dt-bindings: W1: w1-gpio: added bindings for w1-gpio
` [U-Boot] [PATCH 04/20] W1-EEPROM: Add an W1-EEPROM uclass for 1 wire EEPROMs
` [U-Boot] [PATCH 05/20] W1-EEPROM: add support for Maxim DS24 eeprom families
` [U-Boot] [PATCH 06/20] W1-EEPROM: add sandbox driver
` [U-Boot] [PATCH 07/20] w1: add command for onewire protocol
` [U-Boot] [PATCH 08/20] pinctrl: sandbox: add gpio onewire w1 group
` [U-Boot] [PATCH 09/20] sandbox: DTS: w1: add node for one wire interface on GPIO
` [U-Boot] [PATCH 10/20] configs: sandbox: add onewire w1 and sandbox eeprom
` [U-Boot] [PATCH 11/20] w1: enumerate sandbox driver if configured
` [U-Boot] [PATCH 12/20] configs: sama5d2_xplained: add onewire and eeprom drivers
` [U-Boot] [PATCH 13/20] configs: sama5d3_xplained: "
` [U-Boot] [PATCH 14/20] board: atmel: add support for pda detection
` [U-Boot] [PATCH 15/20] board: sama5d2_xplained: add pda detect call at init time
` [U-Boot] [PATCH 16/20] board: sama5d3_xplained: "
` [U-Boot] [PATCH 17/20] configs: sama5d2_xplained: add fdt overlay support
` [U-Boot] [PATCH 18/20] configs: sama5d3_xplained: "
` [U-Boot] [PATCH 19/20] ARM: dts: at91: sama5d2_xplained: add onewire connector for LCD eeprom
` [U-Boot] [PATCH 20/20] ARM: dts: at91: sama5d3_xplained: "

[U-Boot] Issue with fat16 format
 2018-07-19  9:41 UTC  (4+ messages)

[U-Boot] [PATCH v2 1/3] x86: acpi: Move APIs unrelated to ACPI tables generation to a separate library
 2018-07-19  9:28 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/3] x86: acpi: Don't touch ACPI hardware in write_acpi_tables()
` [U-Boot] [PATCH v2 3/3] x86: acpi: Prevent acpi_table.h from being included more than once

[U-Boot] [PATCH] spl: fpga: Implement fpga bistream loading with fpga_load
 2018-07-19  8:35 UTC  (13+ messages)

[U-Boot] [PATCH v6 0/5] Add support for reading memory configuration from DT at run-time
 2018-07-19  8:31 UTC  (2+ messages)

[U-Boot] [PATCH] arm: zynq: Setup ENV_SIZE via Kconfig
 2018-07-19  8:28 UTC  (2+ messages)

[U-Boot] [PATCH] omap3: beagle: re-enable EFI support after the following commit removed it by mistake:
 2018-07-19  7:34 UTC  (3+ messages)

[U-Boot] [PATCH 1/6] fdt_support: make fdt_fixup_mtdparts() prototype more specific
 2018-07-19  7:28 UTC  (6+ messages)
` [U-Boot] [PATCH 2/6] board: constify struct node_info array
` [U-Boot] [PATCH 3/6] ARM: uniphier: clean-up ft_board_setup()
` [U-Boot] [PATCH 4/6] ARM: uniphier: split ft_board_setup() out to a separate file
` [U-Boot] [PATCH 5/6] ARM: uniphier: support fdt_fixup_mtdparts
` [U-Boot] [PATCH 6/6] ARM: uniphier: enable MTD partition and UBI

[U-Boot] [PATCH 0/4] arm: zynq: migrate to DM I2C driver
 2018-07-19  7:28 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] spl: fit: display a message when an FPGA image is loaded
 2018-07-19  7:17 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] drivers: fpga: zynqpl: fix compilation with SPL
` [U-Boot] [PATCH 3/3] arm: zynq: spl: fix FPGA initialization

[U-Boot] [PATCH v4 0/1] Xilinx Axi Watchdog driver conversion to driver model
 2018-07-19  7:15 UTC  (2+ messages)
` [U-Boot] [PATCH v4] watchdog: Convert Xilinx Axi watchdog driver "

[U-Boot] [PATCH v2 0/3] Xilinx Axi Watchdog driver conversion to driver model
 2018-07-19  7:06 UTC  (4+ messages)
` [U-Boot] [PATCH v2 3/3] watchdog: Convert Xilinx Axi watchdog driver "

[U-Boot] [RFC PATCH 00/15] cmd: fpga: Fix fpga command handling and add some fpga tests
 2018-07-19  6:55 UTC  (29+ messages)
` [U-Boot] [RFC PATCH 01/15] test/py: Extend fpga command to test all fpga load types
` [U-Boot] [RFC PATCH 02/15] cmd: fpga: Move error handling to do_fpga()
` [U-Boot] [RFC PATCH 03/15] cmd: fpga: Move fpga_get_op to avoid local function declaration
` [U-Boot] [RFC PATCH 04/15] cmd: fpga: Cleanup error handling in connection to FPGA_NONE
` [U-Boot] [RFC PATCH 05/15] cmd: fpga: Move parameter checking for loadfs/loads
` [U-Boot] [RFC PATCH 06/15] cmd: fpga: Remove parameter checking from fpga loadfs command
` [U-Boot] [RFC PATCH 07/15] cmd: fpga: Clean wrong_parms handling
` [U-Boot] [RFC PATCH 08/15] cmd: fpga: Create new do_fpga_wrapper for using u-boot subcommands
` [U-Boot] [RFC PATCH 09/15] cmd: fpga: Extract fpga info command to separate function
` [U-Boot] [RFC PATCH 10/15] cmd: fpga: Fix dump and all direct fpga load commands
` [U-Boot] [RFC PATCH 11/15] cmd: fpga: Fix loadfs command
` [U-Boot] [RFC PATCH 12/15] cmd: fpga: Fix loadmk command
` [U-Boot] [RFC PATCH 13/15] cmd: fpga: Use CMD_RET_FAILURE instead of simple 1
` [U-Boot] [RFC PATCH 14/15] cmd: fpga: Fix loads command
` [U-Boot] [RFC PATCH 15/15] MAINTAINERS: Add myself as the FPGA maintainer

[U-Boot] [PATCH] watchdog: dm: Support manual relocation for watchdogs
 2018-07-19  6:52 UTC  (7+ messages)

[U-Boot] [PATCH v3] env: Added support to save env to spi through Kconfig
 2018-07-19  6:46 UTC  (5+ messages)

[U-Boot] [PATCH] env: Merge Rockchip, Sunxi, Zynq and ZynqMP
 2018-07-19  6:45 UTC 

[U-Boot] [RFC PATCH 0/4] arm: zynq: implement FPGA load from SPL
 2018-07-19  6:22 UTC  (14+ messages)
` [U-Boot] [RFC PATCH 1/4] spl: fit: display a message when an FPGA image is loaded
` [U-Boot] [RFC PATCH 2/4] drivers: fpga: zynqpl: fix compilation with SPL
` [U-Boot] [RFC PATCH 3/4] arm: zynq: spl: fix FPGA initialization
` [U-Boot] [RFC PATCH 4/4] arm: zynq: spl: implement FPGA load from FIT

[U-Boot] [PATCH 1/4] x86: quark: acpi: Add full reset bit to the reset register value in FADT
 2018-07-19  5:33 UTC  (9+ messages)
` [U-Boot] [PATCH 2/4] dm: sysreset: x86: Add a sysreset driver
` [U-Boot] [PATCH 3/4] x86: fsp: Eliminate the reset_cpu() call

[U-Boot] [PATCH 0/6] driver: net: fsl-mc: Add support of multiple phys for dpmac
 2018-07-19  3:35 UTC  (2+ messages)

[U-Boot] [PATCH 00/41] imx: add i.MX8QXP support
 2018-07-19  1:32 UTC  (5+ messages)
` [U-Boot] [PATCH 35/41] dm: core: device: enable power domain in probe

[U-Boot] [PATCH] fdt: fix fdtdec_setup_memory_banksize()
 2018-07-19  1:32 UTC  (4+ messages)

[U-Boot] [PATCH v2] sysreset: Add support for gpio-restart
 2018-07-19  1:32 UTC  (2+ messages)

[U-Boot] [PATCH] binman: ensure temp filenames don't collide
 2018-07-19  1:32 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] RK3399: Add support for Ficus board
 2018-07-19  1:32 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] arm: dts: rockchip: add some common pin-settings to rk3399
` [U-Boot] [PATCH 2/3] ARM: add RK3399 Ficus board
` [U-Boot] [PATCH 3/3] rockchip: rk3399: Add more instructions to the README

[U-Boot] [PATCH v5 0/5] Add support for reading memory configuration from DT at run-time
 2018-07-19  1:31 UTC  (3+ messages)
` [U-Boot] [PATCH v5 3/5] arm: zynq: Dont define SDRAM_BASE and SDRAM_SIZE in .h

[U-Boot] [PATCH 0/6] Allow both TPM stacks to be compiled at the same time
 2018-07-19  1:31 UTC  (13+ messages)
` [U-Boot] [PATCH 1/6] tpm: fix typo in kernel doc
` [U-Boot] [PATCH 2/6] tpm: compile Sandbox driver by default
` [U-Boot] [PATCH 3/6] tpm: allow TPM v1 and v2 to be compiled at the same time
` [U-Boot] [PATCH 4/6] test/py: tpm2: switch from 'tpm' to 'tpm2' command
` [U-Boot] [PATCH 5/6] tpm: make TPM_V2 be compiled by default
` [U-Boot] [PATCH 6/6] sandbox: compile both TPM stack versions and drivers

[U-Boot] [PATCH] mtd: nand: denali: correct buffer alignment for DMA transfer
 2018-07-19  1:13 UTC 

[U-Boot] sunxi: support multiple memory banks
 2018-07-18 21:42 UTC 

[U-Boot] [RFC] Make U-Boot log great again
 2018-07-18 21:41 UTC  (7+ messages)

[U-Boot] [RFC] env: Fix errors printing on env loading
 2018-07-18 21:37 UTC 

[U-Boot] [RESEND PATCH v2 0/2] Add bootlimit to Kconfig
 2018-07-18 21:08 UTC  (3+ messages)
` [U-Boot] [RESEND PATCH v2 2/2] Migrate "

[U-Boot] Commit d233ccb1d84b90 broke MMC access on BeagleBoard xM
 2018-07-18 20:50 UTC  (4+ messages)
` [U-Boot] Re : "
    ` [U-Boot] Re : "

[U-Boot] [PATCH 00/25] sunxi: Enable DM_MMC for U-Boot proper
 2018-07-18 19:15 UTC  (7+ messages)
` [U-Boot] [PATCH 21/25] fastboot: sunxi: Update fastboot mmc default device

[U-Boot] [PATCH 1/3] bmips: ram: add an option to force the size of the ram
 2018-07-18 17:56 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] bcm6838: add initial support
` [U-Boot] [PATCH 3/3] bcm968380gerg: "

[U-Boot] [RFC 00/35] sunxi: Add initial CLK, RESET support
 2018-07-18 15:22 UTC  (7+ messages)
` [U-Boot] [RFC 17/35] clk: sunxi: Add initial CLK driver for H3_H5

[U-Boot] [PATCH v4 6/6] common: Generic loader for file system
 2018-07-18 14:48 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/6] Generic file system firmware loader DM
 2018-07-18 14:43 UTC  (2+ messages)

[U-Boot] [RFC 1/2] env: Drop error messages when loading environment
 2018-07-18 14:28 UTC  (10+ messages)
` [U-Boot] [RFC 2/2] env: Add prefix to error messages when loading env

[U-Boot] Clarification ECC bytes
 2018-07-18 14:27 UTC  (3+ messages)

[U-Boot] [ANN] U-Boot v2018.07 released
 2018-07-18 14:18 UTC  (16+ messages)

[U-Boot] [PATCH V2 00/32] i.MX: Add i.MX8QXP support
 2018-07-18 12:47 UTC  (13+ messages)
` [U-Boot] [PATCH V2 07/32] misc: add i.MX8 misc driver
` [U-Boot] [PATCH V2 08/32] misc: imx8: add scfw api impementation

[U-Boot] [PATCH] arm64: zynqmp: Setup ENV_SIZE via Kconfig for mini targets
 2018-07-18 11:28 UTC 

[U-Boot] [PATCH v2] arm64: zynqmp: Add QSPI flash mini u-boot configuration
 2018-07-18 11:05 UTC  (2+ messages)

[U-Boot] [PATCH] arm64: zynqmp: Add QSPI flash mini u-boot configuration
 2018-07-18  9:30 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/11] Add ethernet support for phyCORE-RK3288
 2018-07-18  9:05 UTC  (13+ messages)
` [U-Boot] [PATCH v2 01/11] arch: arm: mach-rockchip: rk3288: Enable regulators in board_init
` [U-Boot] [PATCH v2 02/11] config: phycore-rk3288_defconfig: add PHY_TI
` [U-Boot] [PATCH v2 03/11] net: gmac_rockchip: Fix a register write in rk3328_gmac_set_to_rgmii
` [U-Boot] [PATCH v2 04/11] net: phy: ti: Add lane swapping support in the DP83867 TI's PHY driver
` [U-Boot] [PATCH v2 05/11] net: phy: ti: Recover from "port mirroring" N/A MODE4
` [U-Boot] [PATCH v2 06/11] net: phy: ti: add workaround for incorrect RX_CTRL pin strap
` [U-Boot] [PATCH v2 07/11] net: gmac_rockchip: Add handeling for RGMII_ID/RXID/TXID
` [U-Boot] [PATCH v2 08/11] drivers: net: designware: Add reading of DT phy-handle node
` [U-Boot] [PATCH v2 09/11] net: phy: ti: Add binding for the CLK_OUT pin muxing
` [U-Boot] [PATCH v2 10/11] ARM: dts: rockchip: ADD dp83867 CLK_OUT muxing
` [U-Boot] [PATCH v2 11/11] rockchip: rk3288-phycore: set flash1 iodomain to 1.8V

[U-Boot] [PATCH] serial: ns16550: Add register shift variable
 2018-07-18  8:26 UTC  (10+ messages)

[U-Boot] [PATCH v2] Add Beaglebone Enhanced support
 2018-07-18  8:13 UTC 

[U-Boot] [PATCH v2] mtd: add spi flash id s25fl128l
 2018-07-18  6:33 UTC 

[U-Boot] [PATCH v2 1/8] armv8: ls1088a: fix sd boot config compile issue
 2018-07-18  3:01 UTC  (3+ messages)
` [U-Boot] [PATCH v1 7/8] armv8: ls1046a: add eSDHC node
` [U-Boot] [PATCH v1 8/8] armv7: ls1021a: enable esdhc


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