public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-11-13 21:35:57 to 2018-11-15 04:58:09 UTC [more...]

[U-Boot] [PATCH v2 0/3] efi_loader: add removable device support
 2018-11-15  4:58 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/3] efi_loader: export efi_locate_handle() function
` [U-Boot] [PATCH v2 2/3] efi_loader: enumerate disk devices every time

[U-Boot] [PATCH v5 00/18] Add U-Boot support for MediaTek SoCs - MT7623n & MT7629
 2018-11-15  2:08 UTC  (19+ messages)
` [U-Boot] [PATCH v5 01/18] tools: MediaTek: add MTK boot header generation to mkimage
` [U-Boot] [PATCH v5 02/18] arm: dts: MediaTek: add device tree for MT7629
` [U-Boot] [PATCH v5 03/18] arm: dts: MediaTek: add device tree for MT7623
` [U-Boot] [PATCH v5 04/18] arm: MediaTek: add basic support for MT7629 boards
` [U-Boot] [PATCH v5 05/18] arm: MediaTek: add basic support for MT7623 boards
` [U-Boot] [PATCH v5 06/18] clk: MediaTek: add clock driver for MT7629 SoC
` [U-Boot] [PATCH v5 07/18] clk: MediaTek: add clock driver for MT7623 SoC
` [U-Boot] [PATCH v5 08/18] timer: MediaTek: add timer driver for MediaTek SoCs
` [U-Boot] [PATCH v5 09/18] watchdog: MediaTek: add watchdog "
` [U-Boot] [PATCH v5 10/18] pinctrl: MediaTek: add pinctrl driver for MT7629 SoC
` [U-Boot] [PATCH v5 11/18] pinctrl: MediaTek: add pinctrl driver for MT7623 SoC
` [U-Boot] [PATCH v5 12/18] power domain: MediaTek: add power domain driver for MT7629 SoC
` [U-Boot] [PATCH v5 13/18] power domain: MediaTek: add power domain driver for MT7623 SoC
` [U-Boot] [PATCH v5 14/18] serial: MediaTek: add high-speed uart driver for MediaTek SoCs
` [U-Boot] [PATCH v5 15/18] ram: MediaTek: add DDR3 driver for MT7629 SoC
` [U-Boot] [PATCH v5 16/18] mmc: mtk-sd: add SD/MMC host controller driver for MT7623 SoC
` [U-Boot] [PATCH v5 17/18] doc: README.mediatek: Add a simple README for MediaTek
` [U-Boot] [PATCH v5 18/18] MAINTAINERS: add an entry "

[U-Boot] [PATCH] imx: Add PHYTEC phyBOARD-i.MX6UL-Segin
 2018-11-15  0:25 UTC  (2+ messages)

[U-Boot] [PATCH v2 2/2] rockchip: fix incorrect detection of ram size
 2018-11-14 23:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 1/2] rockchip: add support for veyron-speedy (ASUS Chromebook C201)
 2018-11-14 23:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] CVE-2018-18439, CVE-2018-18440 - U-Boot verified boot bypass vulnerabilities
 2018-11-14 23:36 UTC  (11+ messages)

[U-Boot] [PATCH] rockchip: video: mipi: Do not write to the version register
 2018-11-14 23:35 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH] rockchip: video: mipi: Fix phy frequency setting
 2018-11-14 23:35 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH 1/2] rockchip: rk3188: add support for usb-uart functionality
 2018-11-14 23:35 UTC  (3+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/2] rockchip: rk3188: fix early uart setup
 2018-11-14 23:35 UTC  (3+ messages)
` [U-Boot] [U-Boot,2/2] "

[U-Boot] [PATCH v13 0/4] efi_loader: Code refactoring and improvement
 2018-11-14 23:11 UTC  (11+ messages)
` [U-Boot] [PATCH v13 1/4] sandbox: smbios: Update to support sandbox
` [U-Boot] [PATCH v13 2/4] efi: Split out test init/uninit into functions
` [U-Boot] [PATCH v13 3/4] efi: Create a function to set up for running EFI code
` [U-Boot] [PATCH v13 4/4] efi: Rename bootefi_test_finish() to bootefi_run_finish()

[U-Boot] [PATCH v14 0/4] efi_loader: Code refactoring and improvement
 2018-11-14 23:11 UTC  (5+ messages)
` [U-Boot] [PATCH v14 1/4] sandbox: smbios: Update to support sandbox
` [U-Boot] [PATCH v14 2/4] efi: Split out test init/uninit into functions
` [U-Boot] [PATCH v14 3/4] efi: Create a function to set up for running EFI code
` [U-Boot] [PATCH v14 4/4] efi: Rename bootefi_test_finish() to bootefi_run_finish()

[U-Boot] arm: socfpga gen5: warm reboot reliability
 2018-11-14 23:06 UTC  (4+ messages)

[U-Boot] [PATCH 00/19] riscv: Adding RISC-V CPU and timer driver
 2018-11-14 23:05 UTC  (36+ messages)
` [U-Boot] [PATCH 02/19] dm: cpu: Add timebase frequency to the platdata
` [U-Boot] [PATCH 03/19] riscv: qemu: Create a simple-bus driver for the soc node
` [U-Boot] [PATCH 04/19] cpu: Add a RISC-V CPU driver
` [U-Boot] [PATCH 05/19] riscv: Add a SYSCON driver for Core Local Interruptor
` [U-Boot] [PATCH 07/19] riscv: kconfig: Allow platform to specify Kconfig options
` [U-Boot] [PATCH 08/19] riscv: Enlarge the default SYS_MALLOC_F_LEN
` [U-Boot] [PATCH 09/19] riscv: qemu: Probe cpus during boot
` [U-Boot] [PATCH 10/19] riscv: Add CSR numbers
` [U-Boot] [PATCH 13/19] riscv: Move trap handler codes to mtrap.S
` [U-Boot] [PATCH 14/19] riscv: Fix context restore before returning from trap handler
` [U-Boot] [PATCH 15/19] riscv: Return to previous privilege level after trap handling
` [U-Boot] [PATCH 16/19] riscv: Adjust the _exit_trap() position to come before handle_trap()
` [U-Boot] [PATCH 17/19] riscv: Pass correct exception code to _exit_trap()
` [U-Boot] [PATCH 18/19] riscv: Refactor handle_trap() a little for future extension
` [U-Boot] [PATCH 19/19] riscv: Allow U-Boot to run on hart 0 only

[U-Boot] [PATCH] common: add board specific hook for os preboot config
 2018-11-14 23:00 UTC  (2+ messages)

[U-Boot] [PATCH] board: toradex: turn off lcd backlight before OS handover
 2018-11-14 22:52 UTC  (2+ messages)

[U-Boot] [PATCH] arm: socfpga: make config structs const
 2018-11-14 20:11 UTC  (2+ messages)

[U-Boot] [PATCH] configs: move CONFIG_SPL_TEXT_BASE to Kconfig
 2018-11-14 18:51 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH v4 00/18] Add U-Boot support for MediaTek SoCs - MT7623n & MT7629
 2018-11-14 17:27 UTC  (6+ messages)
` [U-Boot] [PATCH v4 01/18] tools: MediaTek: add MTK boot header generation to mkimage
` [U-Boot] [PATCH v4 14/18] serial: 16550: allow the driver to support MediaTek serial

[U-Boot] [PATCH 0/2] imx: fix M4 boot on i.MX8MQ processors
 2018-11-14 16:55 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] imx: mx8m: add memory mapping for CAAM and TCM
` [U-Boot] [PATCH 2/2] imx: bootaux: fix stack and pc assignment on 64-bit platforms

[U-Boot] [ANN] U-Boot v2018.11 released
 2018-11-14 16:11 UTC 

[U-Boot] [PATCH] configs: Migrate and re-enabled CONFIG_CMD_MTDPARTS
 2018-11-14 16:11 UTC  (2+ messages)

[U-Boot] [PATCH] gpio: pca953x_gpio: fix DT GPIO flags translation
 2018-11-14 16:11 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] spi: Zap fsl_espi driver-related code
 2018-11-14 15:53 UTC  (4+ messages)

[U-Boot] list files on tftp / large kernel-image
 2018-11-14 15:52 UTC  (3+ messages)

[U-Boot] [PATCH] configs: at91: add CONFIG_OF_EMBED=y in all defconfigs
 2018-11-14 15:33 UTC  (3+ messages)

[U-Boot] [PATCH v2] cmd, fdt: add subcommand "get" to fdt header
 2018-11-14 15:22 UTC  (2+ messages)

[U-Boot] [PATCH] rpi: Do not use dtb loaded by firmware
 2018-11-14 13:53 UTC  (4+ messages)

[U-Boot] [PATCH 00/25] sandbox: Changes and improvements to support verified boot
 2018-11-14 13:28 UTC  (3+ messages)
` [U-Boot] [PATCH 20/25] efi_loader: Don't enable in SPL/TPL by default

[U-Boot] [PATCH u-boot v3 0/3] Add Amlogic Meson SPI Flash Controller driver
 2018-11-14 13:12 UTC  (8+ messages)
` [U-Boot] [PATCH u-boot v3 1/3] regmap: add regmap_read_poll_timeout() helper
` [U-Boot] [PATCH u-boot v3 2/3] test: regmap: add regmap_read_poll_timeout test
` [U-Boot] [PATCH u-boot v3 3/3] spi: Add Amlogic Meson SPI Flash Controller driver

[U-Boot] [PATCH] cmd, fdt: add subcommand "get" to fdt header
 2018-11-14 13:12 UTC 

[U-Boot] [PATCH v2 1/1] test/py: cleanup test_efi_selftest.py
 2018-11-14 13:03 UTC  (3+ messages)

[U-Boot] [PATCH V3 1/7] rsa: use new openssl API to create signature
 2018-11-14 12:54 UTC  (4+ messages)
` [U-Boot] [PATCH V3 7/7] test: vboot: clean its file

[U-Boot] [PATCH v2 00/18] Add U-Boot support for MediaTek SoCs - MT7623n & MT7629
 2018-11-14 12:53 UTC  (4+ messages)
` [U-Boot] [PATCH v2 17/18] spi: mtk_qspi: add qspi driver for MT7629 SoC

[U-Boot] [PATCH V4 1/7] rsa: use new openssl API to create signature
 2018-11-14 12:51 UTC  (7+ messages)
` [U-Boot] [PATCH V4 2/7] rsa: add a structure for the padding
` [U-Boot] [PATCH V4 3/7] rsa: add support of padding pss
` [U-Boot] [PATCH V4 4/7] doc: uImage.FIT: signature.txt: add option padding
` [U-Boot] [PATCH V4 5/7] configs: sandbox: enable padding pss for rsa signature
` [U-Boot] [PATCH V4 6/7] test: vboot: add "
` [U-Boot] [PATCH V4 7/7] test: vboot: clean its file

[U-Boot] [ANN] U-Boot v2018.11 delayed a day
 2018-11-14 12:21 UTC  (23+ messages)

[U-Boot] [PATCH v2 0/4] Stratix10 FPGA reconfiguration support
 2018-11-14 11:52 UTC  (13+ messages)
` [U-Boot] [PATCH v2 3/4] arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table

[U-Boot] using contents from https://www.denx.de/wiki/U-Boot or git repo
 2018-11-14 10:45 UTC  (4+ messages)

[U-Boot] [PATCH v3] sandbox: Use memmove() to move overlapping regions
 2018-11-14 10:43 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] spi: pl022: Simplify platdata code
 2018-11-14 10:34 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/2] spi: pl022: Driver cleanup

[U-Boot] [PATCH 1/2] spi: pl022: Get rid of platdata ifdef's
 2018-11-14 10:30 UTC  (4+ messages)

[U-Boot] [PATCH u-boot v2] spi: Add Amlogic Meson SPI Flash Controller driver
 2018-11-14  9:33 UTC  (4+ messages)

[U-Boot] [PATCH] driver/mtd: Add MICRON manufacturer id in spi framework
 2018-11-14  9:22 UTC  (3+ messages)
` [U-Boot] [PATCH] driver/spi: Add FSPI driver for NXP FlexSPI controller

[U-Boot] [PATCH] cmd: bmp: manage centered display
 2018-11-14  9:18 UTC 

[U-Boot] [PATCH] mtd: sf_probe: add jedec,spi-nor compatible
 2018-11-14  9:15 UTC  (5+ messages)

[U-Boot] [PATCH v2 0/4] Add Hardware Spinlock class
 2018-11-14  9:01 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/4] dm: "
` [U-Boot] [PATCH v2 2/4] clk: stm32: add hardware spinlock clock
` [U-Boot] [PATCH v2 3/4] hwspinlock: add stm32 hardware spinlock support
` [U-Boot] [PATCH v2 4/4] pinctrl: stm32: make pinctrl use hwspinlock

[U-Boot] [PATCH v12 0/6] efi_loader: Code refactoring and improvement
 2018-11-14  8:34 UTC  (4+ messages)
` [U-Boot] [PATCH v12 1/6] sandbox: Put CPUs under a cpu-bus node
  ` [U-Boot] [U-Boot, v12, "

[U-Boot] [PATCH v2 1/1] efi_selftest: don't hang on missing timer
 2018-11-14  8:23 UTC  (2+ messages)

[U-Boot] USB: ci_udc fails to link in SPL when DM is active
 2018-11-14  8:21 UTC  (2+ messages)

[U-Boot] [PATCH] board: rockchip: rk3399: add Rockpro64 board support
 2018-11-14  7:22 UTC  (3+ messages)

[U-Boot] [PATCH] efi_loader: correct a function prototype of QueryCapsuleCapabilities()
 2018-11-14  7:18 UTC 

[U-Boot] [PATCH] efi_loader: SetVirtualAddressMap() should return EFI_UNSUPPORTED
 2018-11-14  7:18 UTC 

[U-Boot] [PULL] Please pull u-boot-imx
 2018-11-14  7:07 UTC  (9+ messages)

[U-Boot] [PATCH] mmc: Parse HS400 DT properties
 2018-11-14  6:05 UTC  (2+ messages)

[U-Boot] [PATCH 01/15] Introduce CONFIG_FIT_EXTERNAL_OFFSET
 2018-11-14  6:04 UTC  (5+ messages)
` [U-Boot] [PATCH 15/15] imx: add i.MX8MQ EVK support

[U-Boot] error: Invalid register name for 'gd'
 2018-11-14  6:04 UTC 

[U-Boot] [PATCH 1/5] ARM: dts: rmobile: Add eMMC DS pinmux
 2018-11-13 23:43 UTC  (5+ messages)
` [U-Boot] [PATCH 2/5] ARM: dts: rmobile: Enable SDR104 on Salvator-X and ULCB
` [U-Boot] [PATCH 3/5] ARM: dts: rmobile: Enable SDR modes on E3 Ebisu
` [U-Boot] [PATCH 4/5] ARM: dts: rmobile: Enable HS400 on Salvator-X, ULCB, Ebisu
` [U-Boot] [PATCH 5/5] ARM: rmobile: Enable MMC "

[U-Boot] [PATCH V3 1/6] mmc: tmio: Switch to clock framework
 2018-11-13 23:40 UTC  (6+ messages)
` [U-Boot] [PATCH V3 2/6] mmc: tmio: Do not set divider to 1 in DDR mode
` [U-Boot] [PATCH V3 3/6] mmc: tmio: Keep generating clock when clock are enabled
` [U-Boot] [PATCH V3 4/6] mmc: tmio: sdhi: Filter out HS400 on certain SoCs
` [U-Boot] [PATCH V3 5/6] mmc: tmio: sdhi: Move tap_pos to private data
` [U-Boot] [PATCH V3 6/6] mmc: tmio: sdhi: Add HS400 support

[U-Boot] [PATCH] clk: renesas: Allow reconfiguring SDHI clock on Gen3
 2018-11-13 23:38 UTC 

[U-Boot] [PATCH 0/4] Fix CVE-2018-18440
 2018-11-13 23:03 UTC  (9+ messages)
` [U-Boot] [PATCH 3/4] fs: prevent overwriting reserved memory

[U-Boot] [PATCH] Makefile: Only build dtc if needed
 2018-11-13 22:50 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/9] efi_loader: fix fdt handling
 2018-11-13 22:22 UTC  (14+ messages)
` [U-Boot] [PATCH v2 1/9] fdt_support: fdt reservations on the sandbox
` [U-Boot] [PATCH v2 2/9] efi_loader: fix efi_find_free_memory()
` [U-Boot] [PATCH v2 8/9] efi_loader: do not use magic address for fdt

[U-Boot] [PATCH v3 00/28] General fixes / cleanup for RISC-V and improvements to qemu-riscv
 2018-11-13 22:00 UTC  (4+ messages)
` [U-Boot] [PATCH v3 27/28] riscv: qemu: detect and boot the kernel passed by QEMU


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