U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-06 22:44:05 to 2018-11-09 14:31:16 UTC [more...]

[U-Boot] [PATCH v2 1/4] board: toradex: colibri_vf: efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION
 2018-11-09 14:31 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/4] board: toradex: colibri_vf: unset CONFIG_CMDLINE_EDITING
` [U-Boot] [PATCH v2 3/4] board: toradex: colibri_vf: drop SPI support

[U-Boot] [PATCH u-boot 0/2] net: designware: add meson meson compatibles
 2018-11-09 14:21 UTC  (3+ messages)
` [U-Boot] [PATCH u-boot 1/2] net: designware: add meson meson gxbb compatible
` [U-Boot] [PATCH u-boot 2/2] net: designware: add meson meson axg compatible

[U-Boot] [PATCH u-boot] mmc: meson-gx: Add AXG compatible
 2018-11-09 14:17 UTC 

[U-Boot] [PATCH] tools: improve portability of imx_cntr_image.sh
 2018-11-09 13:30 UTC 

[U-Boot] [PATCH v3 00/28] General fixes / cleanup for RISC-V and improvements to qemu-riscv
 2018-11-09 12:59 UTC  (29+ messages)
` [U-Boot] [PATCH v3 01/28] tools: .gitignore: add prelink-riscv
` [U-Boot] [PATCH v3 02/28] dts: riscv: update makefile to also clean the RISC-V dts directory
` [U-Boot] [PATCH v3 03/28] riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I
` [U-Boot] [PATCH v3 04/28] riscv: select CONFIG_PHYS_64BIT on RV64I systems
` [U-Boot] [PATCH v3 05/28] riscv: add Kconfig entries for the C and A ISA extensions
` [U-Boot] [PATCH v3 06/28] riscv: set -march and -mabi based on the Kconfig configuration
` [U-Boot] [PATCH v3 07/28] riscv: enable -fdata-sections
` [U-Boot] [PATCH v3 08/28] riscv: fix use of incorrectly sized variables
` [U-Boot] [PATCH v3 09/28] riscv: make use of the barrier functions from Linux
` [U-Boot] [PATCH v3 10/28] riscv: do not reimplement generic io functions
` [U-Boot] [PATCH v3 11/28] riscv: complete the list of exception codes
` [U-Boot] [PATCH v3 12/28] riscv: treat undefined exception codes as reserved
` [U-Boot] [PATCH v3 13/28] riscv: hang on unhandled exceptions
` [U-Boot] [PATCH v3 14/28] riscv: implement the invalidate_icache_* functions
` [U-Boot] [PATCH v3 15/28] riscv: fix inconsistent use of spaces and tabs in start.S
` [U-Boot] [PATCH v3 16/28] riscv: align mtvec on a 4-byte boundary
` [U-Boot] [PATCH v3 17/28] Drop CONFIG_INIT_CRITICAL
` [U-Boot] [PATCH v3 18/28] riscv: remove unused labels in start.S
` [U-Boot] [PATCH v3 19/28] riscv: do not blindly modify the mstatus CSR
` [U-Boot] [PATCH v3 20/28] riscv: save hart ID and device tree passed by prior boot stage
` [U-Boot] [PATCH v3 21/28] riscv: qemu: use "
` [U-Boot] [PATCH v3 22/28] riscv: qemu: support booting Linux
` [U-Boot] [PATCH v3 23/28] riscv: align bootm implementation with that of other architectures
` [U-Boot] [PATCH v3 24/28] distro_bootcmd: add VirtIO distro boot command
` [U-Boot] [PATCH v3 25/28] riscv: qemu: enable distro boot
` [U-Boot] [PATCH v3 26/28] dm: core: add missing prototype for ofnode_read_u64
` [U-Boot] [PATCH v3 27/28] riscv: qemu: detect and boot the kernel passed by QEMU
` [U-Boot] [PATCH v3 28/28] riscv: qemu: clear kernel-start/-end in device tree as workaround for BBL

[U-Boot] Portability of sh scripts
 2018-11-09 12:11 UTC  (2+ messages)

[U-Boot] CVE-2018-18439, CVE-2018-18440 - U-Boot verified boot bypass vulnerabilities
 2018-11-09 10:24 UTC  (5+ messages)

[U-Boot] [PATCH v1 1/2] board: toradex: colibri_vf: efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION
 2018-11-09 10:23 UTC  (10+ messages)
` [U-Boot] [PATCH v1 2/2] imx: mkimage: add size check to the u-boot.imx make target

[U-Boot] [PATCH v3] net: phy: add TSE PCS support to dwmac-socfpga
 2018-11-09 10:16 UTC 

[U-Boot] [PATCH 01/15] Introduce CONFIG_FIT_EXTERNAL_OFFSET
 2018-11-09  9:17 UTC  (15+ messages)
` [U-Boot] [PATCH 02/15] imx8m: Enable CONFIG_SPL_FIT_IMAGE_TINY for iMX8M
` [U-Boot] [PATCH 03/15] imx: cpu: add CHIP_REV_2_1 macro
` [U-Boot] [PATCH 04/15] imx: introduce is_imx8mq helper
` [U-Boot] [PATCH 05/15] imx: rename mx8m,MX8M to imx8m,IMX8M
` [U-Boot] [PATCH 06/15] imx: spl: add MMC BOOT Device for i.MX8M
` [U-Boot] [PATCH 07/15] imx: imx8m: clock refactor dram pll part
` [U-Boot] [PATCH 08/15] tools: add i.MX8M image support
` [U-Boot] [PATCH 09/15] imx: imx8m: introduce script to generate fit image
` [U-Boot] [PATCH 10/15] imx: imx8m: introduce imximage cfg file
` [U-Boot] [PATCH 11/15] imx: imx8mq: build flash.bin
` [U-Boot] [PATCH 12/15] imx: imx8m: not build bootaux when building SPL
` [U-Boot] [PATCH 13/15] imx: imx8m: add lpddr4 header file
` [U-Boot] [PATCH 14/15] drivers: ddr: introduce DDR driver for i.MX8M
` [U-Boot] [PATCH 15/15] imx: add i.MX8MQ EVK support

[U-Boot] [PATCH] SPL: Add HAB image authentication to FIT
 2018-11-09  9:14 UTC 

[U-Boot] error in the make: bad value in the asm-offsets.c file
 2018-11-09  7:41 UTC  (6+ messages)

[U-Boot] am33xx board with no external RTC crystal issue
 2018-11-09  7:09 UTC  (3+ messages)

[U-Boot] [PATCH 0/2] Read default speed and mode values from DT
 2018-11-09  6:44 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] spl_spi: "
` [U-Boot] [PATCH 2/2] splash: sf: "

[U-Boot] [PATCH 1/2] efi_loader: export efi_locate_handle() function
 2018-11-09  6:44 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] efi_loader: enumerate disk devices every time

[U-Boot] [PATCH v3 1/5] MIPS: drop asm/const.h
 2018-11-09  6:18 UTC  (11+ messages)
` [U-Boot] [PATCH v3 2/5] linux/const.h: import from kernel
` [U-Boot] [PATCH v3 3/5] Use _AC and UL macros from linux/const.h
` [U-Boot] [PATCH v3 4/5] linux/sizes.h: sync from kernel
` [U-Boot] [PATCH v3 5/5] arm64: mvebu: a8k: autodetect RAM size

[U-Boot] [PATCH] armv8: Secure Boot: Modify boot_a_script definition
 2018-11-09  5:23 UTC 

[U-Boot] [PATCH] armv8: lx2160ardb: Add TFABOOT Secure Boot support
 2018-11-09  4:07 UTC 

[U-Boot] [BUG] efi-x86_app_defconfig does not build with gcc 8.2
 2018-11-09  1:39 UTC  (13+ messages)

[U-Boot] Ping failure
 2018-11-08 20:19 UTC  (4+ messages)

[U-Boot] [PATCH] video: add command cls
 2018-11-08 17:24 UTC 

[U-Boot] [PATCH] MAINTAINERS: Update stm32mp entry
 2018-11-08 16:52 UTC 

[U-Boot] ARM64: armada3720: strange u-boot freeze (how to debug?)
 2018-11-08 14:57 UTC 

[U-Boot] [PATCH usb RFC] usb: Make vbus-supply code common
 2018-11-08 13:13 UTC 

[U-Boot] Issue with relocating code to DDR
 2018-11-08 12:54 UTC  (3+ messages)

[U-Boot] [PATCH] fs: fat: fix reading non-cluster-aligned root directory
 2018-11-08 12:19 UTC  (2+ messages)
` [U-Boot] Antwort: "

[U-Boot] [PATCH 00/25] sandbox: Changes and improvements to support verified boot
 2018-11-08 11:03 UTC  (14+ messages)
` [U-Boot] [PATCH 12/25] spl: Correct malloc debugging in board_init_r()
` [U-Boot] [PATCH 17/25] tpm: Export the open/close functions
` [U-Boot] [PATCH 18/25] tpm: Convert to use a device parameter
` [U-Boot] [PATCH 22/25] misc: Update read() and write() methods to return bytes xfered
` [U-Boot] [PATCH 25/25] mmc: Add hardware partition support
  ` [U-Boot] [PATCH 09/25] sandbox: cros_ec: exynos: Drop use of cros_ec_get_error()

[U-Boot] Booting i.MX6UL via SPL?
 2018-11-08 10:37 UTC  (4+ messages)

[U-Boot] [PATCH 1/1] embestmx6boards: Add SPL support
 2018-11-08 10:28 UTC 

[U-Boot] Pull request: u-boot-ubi/master
 2018-11-08  9:58 UTC 

[U-Boot] [PATCH v1] fs: ubifs: Fix UBIFS decompression on 64 bit
 2018-11-08  9:54 UTC  (3+ messages)

[U-Boot] [PATCH] rpi: Do not use dtb loaded by firmware
 2018-11-08  9:05 UTC  (3+ messages)

[U-Boot] [PATCH] fit: Add missing CR in debug output in fit_find_config_node()
 2018-11-08  6:00 UTC 

[U-Boot] [PATCH 1/2] Revert "board_f: Use static print_cpuinfo if CONFIG_CPU is active"
 2018-11-08  0:24 UTC  (9+ messages)
` [U-Boot] [PATCH 2/2] imx8qxp_mek: Disable CONFIG_DISPLAY_CPUINFO
  ` [U-Boot] [U-Boot, "
` [U-Boot] [U-Boot, 1/2] Revert "board_f: Use static print_cpuinfo if CONFIG_CPU is active"

[U-Boot] [PATCH v2 1/2] linux/sizes.h: sync from kernel
 2018-11-07 20:34 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/2] arm64: mvebu: a8k: autodetect RAM size

[U-Boot] [PATCH 1/2] image-sig: Ensure that hashed-nodes is null-terminated
 2018-11-07 19:51 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] fdt_region: Ensure that depth never goes below -1

[U-Boot] [GIT PULL] Xilinx fixes for v2018.11-rc3
 2018-11-07 19:43 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: Fix memory 2-rank initialization for a33 cpu
 2018-11-07 17:13 UTC  (3+ messages)

[U-Boot] Some tegra cleanups and Kconfig migrations
 2018-11-07 15:31 UTC  (4+ messages)

[U-Boot] [PATCH 0/9] ARM: Exynos: Add TM2 board support
 2018-11-07 15:05 UTC  (10+ messages)
  ` [U-Boot] [PATCH 1/9] cmd: itest: add support for .q size specifier
  ` [U-Boot] [PATCH 2/9] gadget: f_thor: properly enable 3rd endpoint defined by the protocol
  ` [U-Boot] [PATCH 3/9] cmd: thor: select DFU subsystem also for 'thor' download tool
  ` [U-Boot] [PATCH 4/9] dfu: mmc: add support for in-partition offset
  ` [U-Boot] [PATCH 5/9] mmc: dw_mmc: add support for 64bit DMA
  ` [U-Boot] [PATCH 6/9] mmc: exynos_dw_mmc: fix compilation on ARM64-based Exynos
  ` [U-Boot] [PATCH 7/9] arm: armv8: add support for boards with broken/unset counter frequency
  ` [U-Boot] [PATCH 8/9] ARM: Exynos: Add minimal support for ARM 64bit based Exynos5433 SoC
  ` [U-Boot] [PATCH 9/9] ARM: Exynos: Add Exynos5433 based TM2 board support

[U-Boot] [PATCH v6 00/34] i.MX: Add i.MX8QXP support
 2018-11-07 12:42 UTC  (9+ messages)
` [U-Boot] [PATCH v6 34/34] imx: add i.MX8QXP MEK board support

[U-Boot] [PATCH] rockchip: video: mipi: Do not write to the version register
 2018-11-07 10:44 UTC  (2+ messages)

[U-Boot] [PATCH] arm64: zynqmp: Fix logic in CG/EG/EV detection
 2018-11-07  9:53 UTC 

[U-Boot] [PATCH] serial: ns16550: add setconfig support
 2018-11-07  5:39 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] sunxi-mmc: enable new clock mode on A64
 2018-11-07  4:27 UTC  (9+ messages)
` [U-Boot] [PATCH 1/3] sunxi-mmc: introduce new MMC_SUNXI_HAS_NEW_MODE_SWITCH option
` [U-Boot] [PATCH 2/3] sunxi-mmc: don't double clock for new mode unconditionally
` [U-Boot] [PATCH 3/3] sunxi-mmc: use new mode on both controllers on A64

[U-Boot] Please pull u-boot-dm
 2018-11-07  2:43 UTC  (8+ messages)

[U-Boot] [PATCH v3] riscv: cache: Implement i/dcache [status, enable, disable]
 2018-11-07  1:54 UTC 

[U-Boot] [PATCH 1/4] buildman: Only print toolchain probing with -v
 2018-11-06 23:02 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] buildman: Detect dtc warnings
` [U-Boot] [PATCH 3/4] buildman: Rename the good, better, worse variables
` [U-Boot] [PATCH 4/4] buildman: Show boards with warning with w+

[U-Boot] [PATCH v12 0/6] efi_loader: Code refactoring and improvement
 2018-11-06 22:57 UTC  (7+ messages)
` [U-Boot] [PATCH v12 1/6] sandbox: Put CPUs under a cpu-bus node
` [U-Boot] [PATCH v12 2/6] efi_loader: Drop setup_ok
` [U-Boot] [PATCH v12 3/6] sandbox: smbios: Update to support sandbox
` [U-Boot] [PATCH v12 4/6] efi: Split out test init/uninit into functions
` [U-Boot] [PATCH v12 5/6] efi: Create a function to set up for running EFI code
` [U-Boot] [PATCH v12 6/6] efi: Rename bootefi_test_finish() to bootefi_run_finish()

[U-Boot] [PULL] Please pull u-boot-imx: u-boot-imx-20181106
 2018-11-06 22:48 UTC  (2+ messages)

[U-Boot] Please pull u-boot/master
 2018-11-06 22:48 UTC  (2+ messages)

[U-Boot] Please pull u-boot-x86
 2018-11-06 22:48 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] cpu: Add DM_FLAG_PRE_RELOC flag to various cpu drivers
 2018-11-06 22:44 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/2] cpu: sandbox: Add "u-boot, dm-pre-reloc" for all cpu nodes


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