public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-03-18 12:50:02 to 2019-03-20 03:28:28 UTC [more...]

[U-Boot] [PATCH v3 0/3] Add Ethernet support for Poplar board
 2019-03-20  3:28 UTC  (10+ messages)
` [U-Boot] [PATCH v3 1/3] reset: add reset driver for HiSilicon platform
` [U-Boot] [PATCH v3 2/3] net: add higmacv300 Ethernet "
` [U-Boot] [PATCH v3 3/3] poplar: enable Ethernet driver support

[U-Boot] [PATCH 00/10] Update Stratix 10 SDRAM driver
 2019-03-20  1:30 UTC  (22+ messages)
` [U-Boot] [PATCH 01/10] ddr: altera: stratix10: Move SDRAM size check to "
` [U-Boot] [PATCH 05/10] board: altera: Stratix10: Add board_get_usable_ram_top()
` [U-Boot] [PATCH 06/10] board: altera: Stratix10: Add ft_board_setup()
` [U-Boot] [PATCH 10/10] ddr: altera: Stratix10: Add ECC memory scrubbing

[U-Boot] [PATCH 1/1] efi_loader: correct parameter size in efi_allocate_pool
 2019-03-20  0:22 UTC  (4+ messages)

[U-Boot] [PATCH v4 0/1] efi_loader: support BootNext and BootCurrent
 2019-03-20  0:07 UTC  (2+ messages)
` [U-Boot] [PATCH v4 1/1] efi_loader: bootmgr: support BootNext and BootCurrent variable behavior

[U-Boot] [PATCH 1/2] fastboot: getvar_partition_{type, size}: Sanitize arguments
 2019-03-19 22:57 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] fastboot: getvar_partition_type: Return 'raw' when FS-unaware

[U-Boot] Pull request: u-boot-net.git master
 2019-03-19 22:41 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-socfpga/master
 2019-03-19 20:50 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-usb/master
 2019-03-19 20:50 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] efi_selftest: fix test_hii_string_get_string()
 2019-03-19 19:12 UTC 

[U-Boot] [PATCH 0/6] spl: full-featured heap cleanups
 2019-03-19 18:52 UTC  (4+ messages)
` [U-Boot] [PATCH 5/6] spl: support using full malloc with SYS_MALLOC_F_LEN

[U-Boot] [PATCH 1/1] efi_loader: remove superfluous check in efi_setup_loaded_image()
 2019-03-19 18:01 UTC 

[U-Boot] [PATCH 1/1] efi_loader: memory leak in efi_dump_single_var()
 2019-03-19 17:50 UTC 

[U-Boot] [PATCH 1/1] efi_loader: missing return in efi_get_next_variable_name()
 2019-03-19 17:39 UTC 

[U-Boot] [PATCH v2 00/15] ARM: tegra: Add NVIDIA Jetson Nano Developer Kit support
 2019-03-19 17:18 UTC  (17+ messages)
` [U-Boot] [PATCH v2 01/15] ARM: tegra: Use common header for PMU declarations
` [U-Boot] [PATCH v2 02/15] ARM: tegra: Guard clock code with a Kconfig symbol
` [U-Boot] [PATCH v2 03/15] ARM: tegra: Guard GP pad control "
` [U-Boot] [PATCH v2 04/15] ARM: tegra: Guard memory controller "
` [U-Boot] [PATCH v2 05/15] ARM: tegra: Guard pin "
` [U-Boot] [PATCH v2 06/15] ARM: tegra: Guard powergate "
` [U-Boot] [PATCH v2 07/15] ARM: tegra: Fix save_boot_params() prototype
` [U-Boot] [PATCH v2 08/15] ARM: tegra: Allow boards to override boot target devices
` [U-Boot] [PATCH v2 09/15] ARM: tegra: Support TZ-only access to PMC
` [U-Boot] [PATCH v2 10/15] ARM: tegra: Workaround UDC boot issues only if necessary
` [U-Boot] [PATCH v2 11/15] ARM: tegra: Restore DRAM bank count
` [U-Boot] [PATCH v2 12/15] ARM: tegra: Unify Tegra186 builds
` [U-Boot] [PATCH v2 13/15] ARM: tegra: Implement cboot_save_boot_params() in C
` [U-Boot] [PATCH v2 14/15] ARM: tegra: Implement cboot_get_ethaddr()
` [U-Boot] [PATCH v2 15/15] ARM: tegra: Add NVIDIA Jetson Nano Developer Kit support

[U-Boot] [PATCH] p2371-2180: Build position independent binary
 2019-03-19 17:05 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/6] spl: full-featured heap cleanups
 2019-03-19 16:29 UTC  (4+ messages)
` [U-Boot] [PATCH v2 6/6] arm: socfpga: a10: move SPL stack size to Kconfig

[U-Boot] [PATCH 01/11] arm: at91: Makefile: Compile lowlevel_init only when really necessary
 2019-03-19 15:56 UTC  (11+ messages)
` [U-Boot] [PATCH 02/11] arm: at91: spl_at91.c: Call spl_early_init() if OF_CONTROL is enabled
` [U-Boot] [PATCH 03/11] serial: atmel_usart: Use fixed clock value in SPL version
` [U-Boot] [PATCH 04/11] watchdog: Handle SPL build with watchdog disabled
` [U-Boot] [PATCH 05/11] watchdog: at91sam9_wdt: Fix WDT setup in at91_wdt_start()
` [U-Boot] [PATCH 06/11] arm: at91: Enable watchdog support
` [U-Boot] [PATCH 07/11] arm: at91: arm926ejs/u-boot-spl.lds: Add _image_binary_end to SPL lds
` [U-Boot] [PATCH 08/11] Makefile.spl: Move generate AT91SAM NAND image boot.bin to spl directory
` [U-Boot] [PATCH 09/11] Makefile: Add Kconfig option CONFIG_SPL_IMAGE to select the SPL binary
` [U-Boot] [PATCH 10/11] arm: at91: siemens: Add support to generate combined SPL+U-Boot image
` [U-Boot] [PATCH 11/11] arm: at91: Add gardena-gateway-at91sam support

[U-Boot] [PATCH] spl: spl_nand.c: Add NAND loading message
 2019-03-19 15:55 UTC 

[U-Boot] UCLASS_MISC bug
 2019-03-19 15:29 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: kirkwood: remove obsolete call to icache_enable
 2019-03-19 15:06 UTC  (2+ messages)

[U-Boot] [PATCH] ti: am335x_evm: Enable CONFIG_SPL_OF_CONTROL
 2019-03-19 14:40 UTC  (3+ messages)

[U-Boot] [PATCH] ARM: meson: display Amlogic SoC Information
 2019-03-19 14:26 UTC 

[U-Boot] [PATCH 0/3] thermal: Add multiple instance support
 2019-03-19 14:23 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] "

[U-Boot] [PATCH 1/3] arm64: zynqmp: Add spi-flash compatible string to flash node
 2019-03-19 13:04 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] arm64: zynqmp: Define label for "
` [U-Boot] [PATCH 3/3] arm64: xilinx: zynqmp: Remove unneeded configs

[U-Boot] Please pull u-boot-marvell/master
 2019-03-19 12:49 UTC 

[U-Boot] [PATCH v2] ARM: kirkwood: disable dcache for Kirkwood boards
 2019-03-19 12:40 UTC  (7+ messages)

[U-Boot] [PATCH] ARM: mvebu: use correct name for pcie controller
 2019-03-19 12:40 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: mvebu: db-88f6820-amc: enable SPI_FLASH_BAR
 2019-03-19 12:39 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: mvebu: set CONFIG_SYS_MALLOC_F_LEN to 0x2000
 2019-03-19 12:39 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] mv_ddr: ddr3: fix tRAS timimg parameter
 2019-03-19 12:39 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] mv_ddr: ddr3: only use active chip-selects when tuning ODT

[U-Boot] [PATCH] ARM: kirkwood: add spi0 alias for dreamplug
 2019-03-19 12:38 UTC  (2+ messages)

[U-Boot] [PATCH] MAINTAINERS: Update u-boot-marvell entry
 2019-03-19 12:37 UTC  (2+ messages)

[U-Boot] [PATCH] configs/clearfog_gt_8k: add network interface support
 2019-03-19 12:37 UTC  (2+ messages)

[U-Boot] [PATCH] pci: pci_mvebu: Add comment about missing of_n_addr_cells() call
 2019-03-19 12:36 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] efi_loader: endless loop in add_strings_package()
 2019-03-19 11:40 UTC 

[U-Boot] [PATCH] hikey: Take peripherals out of reset during board init
 2019-03-19 11:29 UTC  (2+ messages)

[U-Boot] [PATCHv2 1/2] ti: keystone2: Move CONFIG_ISW_ENTRY_ADDR to a common place
 2019-03-19 11:14 UTC  (2+ messages)
` [U-Boot] [PATCHv2 2/2] configs: move CONFIG_SPL_TEXT_BASE to Kconfig

[U-Boot] [PATCH v3 0/7] android: implement A/B boot process
 2019-03-19 10:13 UTC  (7+ messages)
` [U-Boot] [PATCH v3 3/7] common: Implement A/B metadata

[U-Boot] [PATCH] rsa: check that pointer checksum isn't NULL before using it
 2019-03-19  9:55 UTC 

[U-Boot] [PATCH v3] usb: host: Print device name when scanning
 2019-03-19  9:43 UTC  (4+ messages)

[U-Boot] Odroid U3 - Upgrade to latest u-boot kernel load fails
 2019-03-19  9:42 UTC  (7+ messages)

[U-Boot] [PATCH v4] usb: host: Print device name when scanning
 2019-03-19  9:19 UTC 

[U-Boot] [PATCH 0/9] AE350 SMP support RISC-V
 2019-03-19  9:07 UTC  (10+ messages)
` [U-Boot] [PATCH 1/9] riscv: ax25: Create a simple-bus driver for the soc node
` [U-Boot] [PATCH 2/9] riscv: Add a SYSCON driver for Andestech's PLIC
` [U-Boot] [PATCH 3/9] riscv: Add a SYSCON driver for Andestech's PLMT
` [U-Boot] [PATCH 4/9] riscv: ae350: initialize PLIC
` [U-Boot] [PATCH 5/9] riscv: ae350: disable ATCPIT100 timer
` [U-Boot] [PATCH 6/9] riscv: ax25: Add platform-specific Kconfig options
` [U-Boot] [PATCH 7/9] riscv: ax25: Andes specific cache shall only support in M-mode
` [U-Boot] [PATCH 8/9] riscv: dts: ae350 support SMP
` [U-Boot] [PATCH 9/9] riscv: ae350: enable SMP

[U-Boot] [PATCH] misc: fs_loader: Replace label with DT phandle
 2019-03-19  8:55 UTC  (6+ messages)

[U-Boot] [PATCH v12 0/9] Add support for loading FPGA bitstream
 2019-03-19  8:50 UTC  (10+ messages)
` [U-Boot] [PATCH v12 1/9] ARM: socfpga: Description on FPGA bitstream type and file name for Arria 10
` [U-Boot] [PATCH v12 2/9] ARM: socfpga: Add default FPGA bitstream fitImage for Arria10 SoCDK
` [U-Boot] [PATCH v12 3/9] ARM: socfpga: Cleaning up and ensuring consistent format messages in driver
` [U-Boot] [PATCH v12 4/9] ARM: socfpga: Moving the watchdog reset to the for-loop status polling
` [U-Boot] [PATCH v12 5/9] ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading
` [U-Boot] [PATCH v12 6/9] ARM: socfpga: Add the configuration for FPGA SoCFPGA A10 SoCDK
` [U-Boot] [PATCH v12 7/9] spl : socfpga: Implement fpga bitstream loading with socfpga loadfs
` [U-Boot] [PATCH v12 8/9] ARM: socfpga: Synchronize the configuration for A10 SoCDK
` [U-Boot] [PATCH v12 9/9] ARM: socfpga: Increase Malloc pool size to support FAT filesystem in SPL

[U-Boot] [PATCH v3 0/1] efi_loader: support BootNext and BootCurrent
 2019-03-19  8:36 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/1] efi_loader: bootmgr: support BootNext and BootCurrent variable behavior

[U-Boot] [ANN] U-Boot v2019.04-rc4 released
 2019-03-19  8:34 UTC  (2+ messages)

[U-Boot] [PATCH 00/11] Fix Ethernet boot in am335x
 2019-03-19  8:00 UTC  (10+ messages)
` [U-Boot] [PATCH 07/11] board: ti: am335x: Add platdata for cpsw in SPL
` [U-Boot] [PATCH 08/11] configs: am335x_evm: Reduce size of SPL
` [U-Boot] [PATCH 10/11] configs: am335x_evm: Update VCI String

[U-Boot] [RFC 0/8] efi_loader: rework bootefi/bootmgr
 2019-03-19  7:23 UTC  (2+ messages)

[U-Boot] [PATCH v2] arm: fix hvc call
 2019-03-19  6:59 UTC  (5+ messages)

[U-Boot] [PATCH] ARM: HYP/non-sec: Don't enable ARMV7_LPAE for old sunxi kernels
 2019-03-19  5:40 UTC 

[U-Boot] [PATCH v4 00/25] MTD defconfigs/Kconfigs/Makefiles heavy cleanup
 2019-03-19  5:21 UTC  (6+ messages)

[U-Boot] [RFC v2 00/15] dm, efi: integrate efi objects into DM
 2019-03-19  1:25 UTC  (6+ messages)

[U-Boot] [PATCH] dm: remove pre reloc properties in SPL and TPL device tree
 2019-03-19  1:25 UTC  (2+ messages)

[U-Boot] [PATCH v2] of-platdata: improve documentation
 2019-03-19  1:25 UTC  (5+ messages)

[U-Boot] [PATCH 1/6] fdtdec: Add cpu_to_fdt_{addr,size}() macros
 2019-03-19  1:24 UTC  (15+ messages)
` [U-Boot] [PATCH 2/6] fdtdec: Implement fdtdec_get_max_phandle()
` [U-Boot] [PATCH 3/6] fdtdec: Implement fdtdec_set_phandle()
` [U-Boot] [PATCH 4/6] fdtdec: Implement fdtdec_add_reserved_memory()
` [U-Boot] [PATCH 6/6] p2371-2180: Add support for framebuffer carveouts

[U-Boot] [PATCH 1/5] test/py: mmc: Factor out device selection
 2019-03-19  1:23 UTC  (10+ messages)
` [U-Boot] [PATCH 2/5] test/py: mmc: Add 'mmc dev' test
` [U-Boot] [PATCH 3/5] test/py: mmc: Add 'mmc rescan' test
` [U-Boot] [PATCH 4/5] test/py: mmc: Add 'mmc info' test
` [U-Boot] [PATCH 5/5] test/py: mmc: Add 'mmc read' performance check

[U-Boot] [PATCH] dm: check OF_LIVE is enabled
 2019-03-19  1:23 UTC  (4+ messages)

[U-Boot] [PATCH] mmc: tmio: Clamp SD_SECCNT to 16bit values on 16bit IP
 2019-03-18 22:48 UTC 

[U-Boot] [PATCH 00/17] Convert some imx6 boards to DM_VIDEO
 2019-03-18 22:37 UTC  (19+ messages)
` [U-Boot] [PATCH 01/17] video: ipuv3: add DM_VIDEO support
` [U-Boot] [PATCH 02/17] video: move ipuv3 files to subdirectory
` [U-Boot] [PATCH 03/17] imx: move CONFIG_VIDEO_IPUV3 to defconfigs
` [U-Boot] [PATCH 04/17] imx6: dts: add 'u-boot, dm-pre-reloc' to soc and ipu nodes
` [U-Boot] [PATCH 05/17] apalis_imx6: convert to DM_VIDEO
` [U-Boot] [PATCH 06/17] imx6: icore: "
` [U-Boot] [PATCH 07/17] imx6: ge_bx50v3: "
` [U-Boot] [PATCH 08/17] colibri_imx6: "
` [U-Boot] [PATCH 09/17] mx6sabresd: "
` [U-Boot] [PATCH 10/17] mx6sabreauto: "
` [U-Boot] [PATCH 11/17] imx6: wandboard: add device tree
` [U-Boot] [PATCH 12/17] imx6: wandboard: convert to DM_GPIO and enable pinctrl driver
` [U-Boot] [PATCH 13/17] imx6: wandboard: convert to DM_USB
` [U-Boot] [PATCH 14/17] imx6: wandboard: convert to DM_VIDEO
` [U-Boot] [PATCH 15/17] imx6: wandboard: convert to DM_PMIC
` [U-Boot] [PATCH 16/17] imx6: wandboard: convert to DM_I2C
` [U-Boot] [PATCH 17/17] imx6: wandboard: convert to DM_MMC

[U-Boot] [PATCH 1/1] cmd: usb: display bus number
 2019-03-18 20:39 UTC  (8+ messages)

[U-Boot] [PATCH 5/5] arm: ti: boot: Implement Android boot using DT image format
 2019-03-18 19:41 UTC  (3+ messages)
` [U-Boot] [5/5] "

[U-Boot] [BUG] efi_loader: self-tests fail on qemu-x86_defconfig when compiled with GCC 8.3 and CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 2019-03-18 19:33 UTC  (3+ messages)

[U-Boot] [RESEND][PATCH v1 0/4] usb: dwc2_udc_otg: Add tx_fifo_sz array support
 2019-03-18 18:47 UTC  (8+ messages)
` [U-Boot] [RESEND][PATCH v1 2/4] "
` [U-Boot] [RESEND][PATCH v1 3/4] board: stm32mp1: Add tx_fifo_sz_array support

[U-Boot] [V3 1/3] sunxi: Fix A33 memory initialization
 2019-03-18 17:25 UTC  (4+ messages)
` [U-Boot] [V4 3/3] sunxi: Use clrsetbits_le32 instead of multiple instruction

[U-Boot] Subject
 2019-03-18 17:20 UTC  (4+ messages)
    ` [U-Boot] [U-Boot, 2/2] usb: gadget: fastboot: Dequeue the previous IN request for the current request

[U-Boot] rpi: bcm2835_sdhost: occasional errors while writing
 2019-03-18 16:38 UTC  (3+ messages)

[U-Boot] i.MX6 Code Consolidation suggestion/question
 2019-03-18 15:47 UTC  (4+ messages)

[U-Boot] mpc85xx, mpc86xx: device tree model
 2019-03-18 14:56 UTC  (6+ messages)

[U-Boot] [PATCH v3 00/11] SMP support for RISC-V
 2019-03-18 13:00 UTC  (5+ messages)
` [U-Boot] [PATCH v3 05/11] riscv: save hart ID in register tp instead of s0
` [U-Boot] [PATCH v3 09/11] riscv: hang if relocation of secondary harts fails


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