public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-06-22 15:19:47 to 2018-06-25 14:46:56 UTC [more...]

[U-Boot] [RFC PATCH 00/20] SPI-NAND support
 2018-06-25 14:46 UTC  (10+ messages)

[U-Boot] [PATCH v3 0/3] Generic file system firmware loader DM
 2018-06-25 13:28 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/3] doc: Add new doc for file system firmware loader driver model
` [U-Boot] [PATCH v3 2/3] doc: dtbinding: Add file system firmware loader binding document
` [U-Boot] [PATCH v3 3/3] common: Generic loader for file system

[U-Boot] [PATCH 00/13] Allwinner H6 support (w/ SPL)
 2018-06-25 13:02 UTC  (20+ messages)
` [U-Boot] [PATCH 01/13] sunxi: change SUNXI_HIGH_SRAM option to SUNXI_SRAM_ADDRESS
` [U-Boot] [PATCH 02/13] sunxi: add basical memory map definitions of H6 SoC
` [U-Boot] [PATCH 03/13] sunxi: change RMR64's RVBAR address for H6
` [U-Boot] [PATCH 04/13] sunxi: change ATF position "
` [U-Boot] [PATCH 05/13] sunxi: add config for SPL at 0x20000 on H6
` [U-Boot] [PATCH 06/13] sunxi: change GIC address "
` [U-Boot] [PATCH 07/13] sunxi: add clock code for H6
` [U-Boot] [PATCH 08/13] sunxi: use sun6i-style watchdog "
` [U-Boot] [PATCH 09/13] sunxi: add UART0 setup "
` [U-Boot] [PATCH 10/13] sunxi: add MMC support "
` [U-Boot] [PATCH 11/13] sunxi: add DRAM support to H6
` [U-Boot] [PATCH 12/13] sunxi: add support for Allwinner H6 SoC
` [U-Boot] [PATCH 13/13] sunxi: add support for Pine H64 board
` [U-Boot] [linux-sunxi] [PATCH 00/13] Allwinner H6 support (w/ SPL)

[U-Boot] [PATCH v3 1/4] lib: fdtdec: Add new variable ram_start to global data
 2018-06-25 12:56 UTC  (5+ messages)

[U-Boot] [PATCH] mx6cuboxi: Move the default environment for all devices
 2018-06-25 12:48 UTC  (2+ messages)

[U-Boot] Please pull u-boot-x86
 2018-06-25 12:08 UTC  (2+ messages)

[U-Boot] [PATCH RFC] doc: Replace DocBook with sphinx-based docs
 2018-06-25 12:02 UTC  (3+ messages)

[U-Boot] [PATCH] ubifs: avoid memory corruption during ubifsmount
 2018-06-25 11:54 UTC 

[U-Boot] bootefi disk probe once?
 2018-06-25 11:40 UTC  (2+ messages)

[U-Boot] [PATCH v8 00/30] efi: Enable sandbox support for EFI loader
 2018-06-25 11:23 UTC  (53+ messages)
` [U-Boot] [PATCH v8 02/30] efi: sandbox: Adjust memory usage for sandbox
` [U-Boot] [PATCH v8 12/30] sandbox: Try to start the RAM buffer at a particular address
` [U-Boot] [PATCH v8 14/30] efi: Don't build sandbox with __attribute__((ms_abi))
` [U-Boot] [PATCH v8 17/30] sandbox: Enhance map_to_sysmem() to handle foreign pointers
` [U-Boot] [PATCH v8 22/30] efi: sandbox: Tidy up copy_fdt() to work with sandbox
` [U-Boot] [PATCH v8 25/30] efi: Add more debugging for memory allocations

[U-Boot] [PATCH v2 1/7] drivers: Add AXI uclass
 2018-06-25 11:00 UTC  (15+ messages)
` [U-Boot] [PATCH v2 3/7] axi: Add AXI sandbox driver and simple emulator
` [U-Boot] [PATCH v2 5/7] test: Add AXI test
` [U-Boot] [PATCH v2 6/7] cmd: Add axi command
` [U-Boot] [PATCH v2 7/7] video_display: Add Xilinx LogiCore DP TX

[U-Boot] [UBOOT PATCH v3 0/3] spi:xilinx_spi: Modify xilinx spi driver
 2018-06-25 10:36 UTC  (8+ messages)
` [U-Boot] [UBOOT PATCH v3 1/3] spi: xilinx: Read reg base address from DTS file
` [U-Boot] [UBOOT PATCH v3 2/3] spi: xilinx_spi: Modify transfer logic xilinx_spi_xfer() function
` [U-Boot] [UBOOT PATCH v3 3/3] spi: xilinx_spi: Added support to read JEDEC-id twice at the boot time

[U-Boot] [PATCH 1/2] net: mv88e61xx: add configuration for RGMII delay
 2018-06-25 10:34 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] ARM: kirkwood: add SBx81LIFXCAT board

[U-Boot] [PATCH] configs: Disable 4k erase sector size for spansion "s25fs512s" flash
 2018-06-25 10:30 UTC 

[U-Boot] [PATCH] mtd:spi: Correct parameters for s25fs512s flash
 2018-06-25 10:15 UTC 

[U-Boot] Fwd: Re: [PATCH v3 2/6] spi: omap3_spi: Full dm conversion
 2018-06-25 10:06 UTC  (4+ messages)

[U-Boot] [PATCH 1/3] spi: mxc: Fix compilation problem of DM_SPI class driver
 2018-06-25  9:54 UTC  (8+ messages)
` [U-Boot] [PATCH 2/3] spi: mxc_spi: Fix chipselect on DM_SPI driver uclass
` [U-Boot] [PATCH 3/3] spi: mxc_spi: Fix spi mode communication where clock is inverted

[U-Boot] [PATCH v3 01/11] ram: Add driver for MPC83xx
 2018-06-25  9:34 UTC  (16+ messages)
` [U-Boot] [PATCH v3 03/11] test: Add tests for sysreset_get_status
` [U-Boot] [PATCH v3 06/11] clk: Add MPC83xx clock driver
` [U-Boot] [PATCH v3 07/11] timer: Add MPC83xx timer driver
` [U-Boot] [PATCH v3 09/11] board_f: Use static print_cpuinfo if CONFIG_CPU is active
` [U-Boot] [PATCH v3 10/11] cpu: Add MPC83xx CPU driver

[U-Boot] [PATCH v1] cmd: ubi: print load size after establishing volume size
 2018-06-25  9:19 UTC 

[U-Boot] [UBOOT PATCH] spi: zynq_qspi: Fixed incorrect return value error
 2018-06-25  8:47 UTC  (3+ messages)

[U-Boot] [PATCH v2 1/2] common: command: Use command_ret_t enum values instead of values
 2018-06-25  6:24 UTC  (5+ messages)

[U-Boot] [PATCH v2] cmd: Kconfig: Move CONFIG_MP to Kconfig
 2018-06-25  6:01 UTC 

[U-Boot] Logo for U-Boot
 2018-06-25  5:52 UTC  (14+ messages)

[U-Boot] [PATCH v5 00/10] sandbox: efi_loader support
 2018-06-25  3:05 UTC  (7+ messages)
` [U-Boot] [PATCH v5 04/10] sandbox: Fix setjmp/longjmp
` [U-Boot] [PATCH v5 05/10] sandbox: Allow to execute from RAM

[U-Boot] [PATCH v4 00/21] sandbox: efi_loader support
 2018-06-25  2:58 UTC  (6+ messages)
` [U-Boot] [PATCH v4 21/21] efi_loader: Expose U-Boot addresses in memory map for sandbox

[U-Boot] Please pull u-boot-dm
 2018-06-25  2:42 UTC 

[U-Boot] [PATCH] common: bootm: reserve memory bank
 2018-06-25  2:31 UTC  (2+ messages)

[U-Boot] [PATCH V2 1/4] imx: mx7: psci: add cpu hotplug support
 2018-06-25  2:23 UTC  (4+ messages)
` [U-Boot] [PATCH V2 2/4] imx: mx7: add gpc initialization for low power mode
` [U-Boot] [PATCH V2 3/4] imx: mx7: add system suspend/resume support
` [U-Boot] [PATCH V2 4/4] imx: mx7: add psci_features support

[U-Boot] [PATCH v12 1/3] Consolidating UDP header functions
 2018-06-24 22:40 UTC  (3+ messages)
` [U-Boot] [PATCH v12 2/3] Add TCP
` [U-Boot] [PATCH v12 3/3] Add wget application

[U-Boot] [PATCH v1 1/5] ARM: PSCI: initialize stack pointer on secondary CPUs
 2018-06-24 19:09 UTC  (5+ messages)
` [U-Boot] [PATCH v1 2/5] imx: mx7: psci: use C code exclusively
` [U-Boot] [PATCH v1 3/5] imx: mx7: psci: provide complete PSCI 1.0 implementation
` [U-Boot] [PATCH v1 4/5] imx: mx7: psci: support CPU0 on/off
` [U-Boot] [PATCH v1 5/5] imx: mx7: psci: implement MIGRATE_INFO_TYPE

[U-Boot] [PATCH 1/2] imx: imx6: Add comment to gpr_init function
 2018-06-24 17:34 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] i.MX6: engicam: gpr_init can be called only for some architecture

[U-Boot] [PATCH 0/4] fix propagation of flags from do_env_default()
 2018-06-24 16:16 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] cmd: nvedit: rename flags in do_env_default
` [U-Boot] [PATCH 2/4] cmd: nvedit: propagate envflag to set_default_vars
` [U-Boot] [PATCH 3/4] cmd: nvedit: set H_INTERACTIVE in do_env_default
` [U-Boot] [PATCH 4/4] env: common: accept flags on reset to default env

[U-Boot] Size of FDT image
 2018-06-24 13:10 UTC 

[U-Boot] [PATCH] imx: mx6: Fix implementantion reset_misc
 2018-06-24 11:35 UTC  (2+ messages)

[U-Boot] [PATCH 1/5] x86: timer: tsc: Allow specifying clock rate from device tree again
 2018-06-24 10:12 UTC  (12+ messages)
` [U-Boot] [PATCH 2/5] x86: efi_loader: Build EFI memory map per E820 table
` [U-Boot] [PATCH 3/5] efi_loader: Install ACPI configuration tables
` [U-Boot] [PATCH 4/5] x86: doc: Update EFI loader support
` [U-Boot] [PATCH 5/5] doc: vxworks: Mention chain-loading an x86 kernel via 'bootefi'

[U-Boot] [PATCH] arm: imx7d: cl-som-imx7: sf: support all SF types
 2018-06-24  9:13 UTC 

[U-Boot] [PATCH v3 0/4] rk3288: veyron: Enable SDMMC when booting from SPI
 2018-06-24  9:06 UTC  (2+ messages)

[U-Boot] [PATCH] efi_loader: Rename sections to allow for implicit data
 2018-06-24  6:47 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] Sharing code between U-Boot and its secure monitor
 2018-06-24  6:17 UTC  (2+ messages)

[U-Boot] Make menuconfig error - Status
 2018-06-24  3:45 UTC  (3+ messages)

[U-Boot] [PATCH 0/6] x86: efi: payload: Various fixes
 2018-06-24  0:54 UTC  (20+ messages)
` [U-Boot] [PATCH 1/6] efi.h: Do not use config options
` [U-Boot] [PATCH 2/6] x86: Change __kernel_size_t conditionals to use compiler provided defines
` [U-Boot] [PATCH 3/6] efi: stub: Move the use_uart assignment immediately after exit_boot_services() call
` [U-Boot] [PATCH 4/6] x86: efi-x86_payload: Enable PRE_CONSOLE_BUFFER
` [U-Boot] [PATCH 5/6] x86: efi: payload: Count in conventional memory above 4GB in DRAM bank
` [U-Boot] [PATCH 6/6] cmd: efi: Fix wrong memory descriptor end address

[U-Boot] [PATCH v2] patman: Support using a particular SMTP server
 2018-06-23 14:06 UTC  (2+ messages)

[U-Boot] [PATCH v3 1/2] patman: add option for limiting the Cc list
 2018-06-23 14:06 UTC  (6+ messages)
` [U-Boot] [PATCH v3 2/2] patman: add test for SPDX license

[U-Boot] [PATCH 0/2] dm: Complete CONFIG_BLK migration
 2018-06-23 13:59 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] RFC: dm: Enable CONFIG_BLK
` [U-Boot] [PATCH 2/2] RFC: dm: Force CONFIG_BLK for all boards with DM

[U-Boot] memory info hand off on 32 bit arm
 2018-06-23 12:32 UTC 

[U-Boot] buileman does not report error on qemu-x86_64
 2018-06-23  9:01 UTC  (2+ messages)

[U-Boot] [PATCH v4 11/21] efi_loader: Introduce ms abi vararg helpers
 2018-06-23  8:37 UTC  (3+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [BUG] qemu-x86_64_defconfig fails with panic("TSC frequency is ZERO");
 2018-06-23  5:14 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: socfpga: Assure correct ACTLR configuration
 2018-06-23  4:23 UTC  (6+ messages)

[U-Boot] [PATCH v2] common/memsize.c: Increase save array for supporting memory size > 4GB
 2018-06-23  3:29 UTC  (4+ messages)

[U-Boot] [GIT PULL] u-boot-uniphier/master
 2018-06-22 23:26 UTC  (2+ messages)

[U-Boot] [PULL] efi patch queue for 2018.07 2018-06-21
 2018-06-22 23:25 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/1] net: new command: wol - Wake on LAN
 2018-06-22 21:35 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] ARM: define MON_MODE
 2018-06-22 19:03 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] ARM: PSCI: Support PSCI v0.2
` [U-Boot] [PATCH 3/4] ARM: PSCI: Enable the PSCI node
` [U-Boot] [PATCH 4/4] ARM: tegra: avoid using secure carveout RAM

[U-Boot] [PATCH 1/2] Revert "tegra: Introduce SRAM repair on tegra124"
 2018-06-22 19:02 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] ARM: tegra: implement RAM repair

[U-Boot] [PATCH] imx: mx7: psci: Add support for version command
 2018-06-22 18:40 UTC  (3+ messages)

[U-Boot] [PATCH] mx7: Remove BMODE support
 2018-06-22 16:54 UTC 

[U-Boot] [PATCH] cpu: bmips: fix probe to get the address
 2018-06-22 16:52 UTC 

[U-Boot] [PATCH 0/6] ARM: uniphier: some more updates for v2018.07-rc2
 2018-06-22 16:37 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/9] mtd: nand: mxs_nand: add device tree support
 2018-06-22 16:06 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/9] mtd: nand: mxs_nand: move register structs to driver data
` [U-Boot] [PATCH v2 2/9] mtd: nand: mxs_nand: use more precise function name
` [U-Boot] [PATCH v2 3/9] mtd: nand: mxs_nand: separate board/controller init
` [U-Boot] [PATCH v2 4/9] mtd: nand: mxs_nand: add use_minimum_ecc to struct
` [U-Boot] [PATCH v2 5/9] mtd: nand: mxs_nand: move structs into header file
` [U-Boot] [PATCH v2 6/9] mtd: nand: mxs_nand: add device tree support
` [U-Boot] [PATCH v2 7/9] mtd: nand: mxs_nand: add support for specific ECC strength
` [U-Boot] [PATCH v2 8/9] arm: dts: imx7: sync with Linux
` [U-Boot] [PATCH v2 9/9] arm: dts: imx7: colibri: add raw NAND support

[U-Boot] [PATCH v4 0/6] mtd: nand: mxs_nand: improve ECC support
 2018-06-22 15:19 UTC  (6+ messages)
` [U-Boot] [PATCH v4 2/6] mtd: nand: mxs_nand: use self init
` [U-Boot] [PATCH v4 3/6] mtd: nand: mxs_nand: allow to enable BBT support
` [U-Boot] [PATCH v4 4/6] mtd: nand: mxs_nand: use structure for BCH geometry
` [U-Boot] [PATCH v4 5/6] mtd: nand: mxs_nand: report correct ECC parameters
` [U-Boot] [PATCH v4 6/6] mtd: nand: mxs_nand: add minimal ECC support


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