public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-07-15 12:47:50 to 2023-07-16 03:44:33 UTC [more...]

[PATCH v5 00/46] x86: Use qemu-x86_64 to boot EFI installers
 2023-07-16  3:39 UTC  (31+ messages)
` [PATCH v5 01/46] bdinfo: Add tests for serial settings
` [PATCH v5 02/46] x86: Return mtrr_add_request() to its old purpose
` [PATCH v5 03/46] x86: Allow listing MTRRs in SPL
` [PATCH v5 04/46] x86: mtrr: Add documentation
` [PATCH v5 05/46] bios_emulator: Add Kconfig and adjust Makefile for SPL
` [PATCH v5 06/46] bios_emulator: Drop VIDEO_IO_OFFSET
` [PATCH v5 07/46] x86: Tidy up EFI code in interrupt_init()
` [PATCH v5 08/46] x86: Add a comment for board_init_f_r_trampoline()
` [PATCH v5 09/46] x86: Show the CPU physical address size with bdinfo
` [PATCH v5 10/46] x86: Correct get_sp() implementation for 64-bit
` [PATCH v5 11/46] x86: Show an error when a BIOS exception occurs
` [PATCH v5 12/46] acpi: Add a comment to set the acpi tables
` [PATCH v5 13/46] bdinfo: Show the RAM top and approximate stack pointer
` [PATCH v5 14/46] part: Allow setting the partition-table type
` [PATCH v5 15/46] qfw: Show the file address if available
` [PATCH v5 16/46] log: Tidy up an ambiguous comment
` [PATCH v5 17/46] qfw: Set the address of the ACPI tables
` [PATCH v5 18/46] efi: Show all known UUIDs with CONFIG_CMD_EFIDEBUG
` [PATCH v5 19/46] x86: Improve the trampoline in 64-bit mode
` [PATCH v5 20/46] bdinfo: Show the malloc base with the bdinfo command
` [PATCH v5 21/46] nvme: Provide more useful debugging messages
` [PATCH v5 22/46] pci: Support autoconfig in SPL
` [PATCH v5 23/46] pci: Allow the video BIOS to work in SPL with QEMU
` [PATCH v5 24/46] pci: Tidy up logging and reporting for video BIOS
` [PATCH v5 25/46] x86: Allow video-BIOS code to be built for SPL
` [PATCH v5 26/46] x86: Pass video settings from SPL to U-Boot proper
` [PATCH v5 27/46] x86: Ensure SPL banner is only shown once
` [PATCH v5 28/46] x86: Init video in SPL if enabled
` [PATCH v5 29/46] pci: Adjust video BIOS debugging to be SPL-friendly
` [PATCH v5 30/46] pci: Mask the ROM address in case it is already enabled

[PATCH v4 00/45] x86: Use qemu-x86_64 to boot EFI installers
 2023-07-16  2:13 UTC  (22+ messages)
` [PATCH v4 08/45] x86: Show the CPU physical address size with bdinfo
` [PATCH v4 26/45] x86: Init video in SPL if enabled
` [PATCH v4 27/45] pci: Adjust video BIOS debugging to be SPL-friendly
` [PATCH v4 29/45] x86: Enable display for QEMU 64-bit
` [PATCH v4 32/45] fs: fat: Support reading from a larger block size
` [PATCH v4 35/45] x86: Record the start and end of the tables
` [PATCH v4 38/45] x86: link: Support Micron memory

[PATCH v2 0/5] rockchip: rk3568: Use dwc3-generic driver
 2023-07-16  1:19 UTC  (10+ messages)
` [PATCH v2 1/5] Revert "arm: dts: rockchip: radxa-cm3-io, rock-3a: enable regulators for usb"
` [PATCH v2 2/5] usb: dwc3-generic: Return early when there is no child node
` [PATCH v2 3/5] usb: dwc3-generic: Relax unsupported dr_mode check
` [PATCH v2 4/5] usb: dwc3-generic: Add rk3568 support
` [PATCH v2 5/5] rockchip: rk3568: Use dwc3-generic driver

[PATCH v3 00/81] buildman: Refactor code and correct some pylint warnings
 2023-07-16  0:36 UTC  (82+ messages)
` [PATCH v3 01/81] buildman: Fix verboose typo and add comment
` [PATCH v3 02/81] buildman: Allow --debug to enable debugging
` [PATCH v3 03/81] buildman: Exit with the return code consistently
` [PATCH v3 04/81] buildman: Rename the ARM boards
` [PATCH v3 05/81] buildman: Drop dead code to handle :CONFIG_ construct
` [PATCH v3 06/81] buildman: Avoid globals in leaf functions
` [PATCH v3 07/81] buildman: Add a test for Boards.scan_defconfigs()
` [PATCH v3 08/81] buildman: Add a test for Boards.output_is_new()
` [PATCH v3 09/81] buildman: Add a partial test for ensure_board_list()
` [PATCH v3 10/81] buildman: Tidy up common code in parse_file()
` [PATCH v3 11/81] buildman: Warn about dangling maintainer entries
` [PATCH v3 12/81] buildman: Refactor target handling in Boards.scan()
` [PATCH v3 13/81] buildman: Detect boards with multiple CONFIG_TARGETs defined
` [PATCH v3 14/81] buildman: Detect boards with no CONFIG_TARGET defined
` [PATCH v3 15/81] buildman: Correct operation of MAINTAINERS N:
` [PATCH v3 16/81] buildman: Just display a single line for missing maintainers
` [PATCH v3 17/81] buildman: Add an option to check maintainers
` [PATCH v3 18/81] buildman: Provide an argument to the -R option
` [PATCH v3 19/81] buildman: Tidy up pylint warnings in main
` [PATCH v3 20/81] buildman: Convert camel case in control.py
` [PATCH v3 21/81] buildman: Fix most pylint warnings in control
` [PATCH v3 22/81] buildman: Move full-help processing to main
` [PATCH v3 23/81] buildman: Move series calculations into a separate function
` [PATCH v3 24/81] buildman: Move fetch-arch code "
` [PATCH v3 25/81] buildman: Add a test for the -A option
` [PATCH v3 26/81] buildman: Drop use of builder in show_actions()
` [PATCH v3 27/81] buildman: Move dry-run handling higher in do_buildman()
` [PATCH v3 28/81] buildman: Add tests for excluding things
` [PATCH v3 29/81] buildman: Move board-selection code into a function
` [PATCH v3 30/81] bulidman: Move more code to determine_series()
` [PATCH v3 31/81] buildman: Move Boards-object code into a function
` [PATCH v3 32/81] bulidman: Move toolchain handling to "
` [PATCH v3 33/81] bulldman: Set up output_dir earlier
` [PATCH v3 34/81] buildman: Move output-file setup into one place
` [PATCH v3 35/81] buildman: Pass option values to get_action_summary()
` [PATCH v3 36/81] buildman: Pass option values to show_actions()
` [PATCH v3 37/81] buildman: Build option-adjusting into a function
` [PATCH v3 38/81] buildman: Move counting of commits "
` [PATCH v3 39/81] buildman: Move setting up the output dir "
` [PATCH v3 40/81] buildman: Move commit numbering into determine_series()
` [PATCH v3 41/81] buildman: Avoid too many returns in do_buildman()
` [PATCH v3 42/81] buildman: Move remaining builder properties to constructor
` [PATCH v3 43/81] buildman: Tweak commits and show_bloat
` [PATCH v3 44/81] buildman: Moving running of the builder into a function
` [PATCH v3 45/81] buildman: Drop some unnecessary variables
` [PATCH v3 46/81] buildman: Adjust show_toolchain_prefix() to not return
` [PATCH v3 47/81] buildman: Move checking for make into run_builder()
` [PATCH v3 48/81] buildman: Move getting the adjust_cfg "
` [PATCH v3 49/81] buildman: Use get_alow_missing() directly to avoid var
` [PATCH v3 50/81] buildman: Create a function to get number of built commits
` [PATCH v3 51/81] buildman: Convert camel case in cmdline.py
` [PATCH v3 52/81] buildman: Correct most pylint warnings in cmdline
` [PATCH v3 53/81] buildman: Add a test for --boards
` [PATCH v3 54/81] buildman: Convert to argparse
` [PATCH v3 55/81] buildman: Convert camel case in bsettings.py
` [PATCH v3 56/81] buildman: Convert camel case in builder.py
` [PATCH v3 57/81] buildman: Split parser creation in two
` [PATCH v3 58/81] buildman: Convert camel case in builderthread.py
` [PATCH v3 59/81] buildman: Correct most pylint warnings in builderthread
` [PATCH v3 60/81] buildman: Export _get_output_dir() to avoid warnings
` [PATCH v3 61/81] buildman: Correct invalid use of out_dir variable
` [PATCH v3 62/81] buildman: Drop unnecessary assignment of config_out
` [PATCH v3 63/81] buildman: Start a function to set up the make arguments
` [PATCH v3 64/81] buildman: Move setting of toolchain arguments to _build_args()
` [PATCH v3 65/81] buildman: Move more things into _build_args()
` [PATCH v3 66/81] buildman: Convert config_out to string IO
` [PATCH v3 67/81] buildman: Move reconfigure code into its own function
` [PATCH v3 68/81] buildman: Move bulid "
` [PATCH v3 69/81] buildman: Move reading of the done file into a function
` [PATCH v3 70/81] buildman: Move code to remove old outputs
` [PATCH v3 71/81] buildman: Move code to decide output dirs
` [PATCH v3 72/81] buildman: Move checkout code to a separate function
` [PATCH v3 73/81] buildman: Create a function to handle config and build
` [PATCH v3 74/81] buildman: Avoid passing result into _read_done_file()
` [PATCH v3 75/81] buildman: Tidy up reporting of a toolchain error
` [PATCH v3 76/81] buildman: Tidy up some comments in builderthread
` [PATCH v3 77/81] buildman: Move copy_files() out ot BuilderThread class
` [PATCH v3 78/81] buildman: Add a way to print the architecture for a board
` [PATCH v3 79/81] buildman: Use -D for --debug
` [PATCH v3 80/81] buildman: Add an option to check maintainers and targets
` [PATCH v3 81/81] buildman: Enable test coverage

[PATCH] add axp313a support
 2023-07-16  0:36 UTC  (3+ messages)

[PATCH] sunxi: H6: Enable Ethernet on Orange Pi One Plus
 2023-07-16  0:35 UTC  (3+ messages)

[PATCH v5 0/3] binman: Add support for externally encrypted blobs
 2023-07-15 23:53 UTC  (8+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] binman: Allow cipher node as special section
` [PATCH v5 3/3] binman: Add tests for etype encrypted

[PATCH v4 00/12] Integrate EFI capsule tasks into u-boot's build flow
 2023-07-15 23:40 UTC  (19+ messages)
` [PATCH v4 01/12] binman: bintool: Build a tool from a list of commands
` [PATCH v4 02/12] nuvoton: npcm845-evb: Add a newline at the end of file
` [PATCH v4 03/12] capsule: authenticate: Add capsule public key in platform's dtb
` [PATCH v4 04/12] doc: capsule: Document the new mechanism to embed ESL file into dtb
` [PATCH v4 05/12] tools: mkeficapsule: Add support for parsing capsule params from config file
` [PATCH v4 06/12] binman: capsule: Add support for generating capsules
` [PATCH v4 07/12] doc: Add documentation to highlight capsule generation related updates
` [PATCH v4 08/12] CI: capsule: Setup the files needed for capsule update testing
` [PATCH v4 09/12] test: py: Setup capsule files for testing
` [PATCH v4 10/12] test: capsule: Remove public key embed logic from capsule update test
` [PATCH v4 11/12] sandbox: capsule: Add a config file for generating capsules
` [PATCH v4 12/12] sandbox: capsule: Generate capsule related files through binman

[PATCH 00/18] K3 HS Support along with fixes
 2023-07-15 23:40 UTC  (5+ messages)
` [PATCH 12/18] include: armv7: Enable distroboot across all configs
` [PATCH 15/18] k3-*-binman: dts: Pack u-boot.dtb instead of soc specific dtb

[PATCH 1/5] mips: octeon: Correct types in cvmx-pko3-queue
 2023-07-15 23:40 UTC  (7+ messages)
` [PATCH 3/5] spl: Correct spl_board_boot_device function prototype
` [PATCH 4/5] CI: Update to gcc-13.1.0
` [PATCH 5/5] CI: Update to the latest "Jammy" tag

[PATCH 07/10] test: dm: add SCMI base protocol test
 2023-07-15 23:40 UTC  (11+ messages)

[RFC PATCH 0/3] Minimal platform configuration
 2023-07-15 23:40 UTC  (8+ messages)
` [RFC PATCH 1/3] scripts: kconfig: Add config fragment support in board/../

[PATCH v2 0/2] power: pmic: add TPS65913 support
 2023-07-15 23:40 UTC  (5+ messages)
` [PATCH v2 1/2] power: pmic: support TI TPS65913 PMIC
` [PATCH v2 2/2] power: pmic: fix regulators behaviour

[PATCH v1 0/2] Introduce Meson SM driver
 2023-07-15 23:40 UTC  (11+ messages)
` [PATCH v1 1/2] drivers: firmware: introduce Meson Secure Monitor driver

Please pull u-boot-dm
 2023-07-15 23:40 UTC  (8+ messages)

[PATCH 1/1] test: avoid function name 'setup'
 2023-07-15 23:40 UTC  (2+ messages)

[PATCH v3 00/18] bootstd: Add a bootmeth for ChromiumOS on x86
 2023-07-15 23:40 UTC  (5+ messages)

[PATCH] CI: Add automatic retry for test.py jobs
 2023-07-15 23:40 UTC  (8+ messages)

[PATCH v2] xilinx: board: Add support to pick bootscr address from DT
 2023-07-15 23:40 UTC  (4+ messages)

[PATCH] ARM: dts: imx: Switch USB1 port control to GPIO on Data Modul i.MX8M Plus eDM SBC
 2023-07-15 18:24 UTC 

[PATCH 0/2] Fix dependencies of USB Kconfig options
 2023-07-15 15:04 UTC  (4+ messages)
` [PATCH 1/2] cmd: thordown: Add proper dependency for CMD_THOR_DOWNLOAD

[PATCH] powerpc: Fix flush_cache() speed regression
 2023-07-15 15:03 UTC  (2+ messages)

[PATCH] lzma: Fix decompression speed regression
 2023-07-15 15:03 UTC  (2+ messages)

[PATCH] ufs: Use 'TASK_TAG' to construct the ucd_req_ptr->header.dword_0
 2023-07-15 15:03 UTC  (2+ messages)

[PATCH] drivers: led: bcm6753: do not use null label to find the top
 2023-07-15 15:03 UTC  (2+ messages)

[PATCH v2] board_f: Relocate fdt even if GD_FLG_SKIP_RELOC is set
 2023-07-15 15:03 UTC  (2+ messages)

[PATCH] lib/zlib: Fix a bug when getting a gzip header extra field
 2023-07-15 15:03 UTC  (2+ messages)

[PATCH] net: ti: am65-cpsw-nuss: Use dedicated port mode control registers
 2023-07-15 15:03 UTC  (2+ messages)

[v1] disable NFS support by default
 2023-07-15 15:03 UTC  (2+ messages)

[PATCH] env: mmc: statically set the environment partition name
 2023-07-15 15:03 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] firmware: scmi: return a right errno for SCMI status code
 2023-07-15 15:03 UTC  (2+ messages)

[PATCH] hash: fix a memory leak
 2023-07-15 15:03 UTC  (2+ messages)

[PATCH] clk: scmi: claim the dependency on CONFIG_CLK
 2023-07-15 15:03 UTC  (2+ messages)

[PATCH v1 0/4] Add NPCM8xx more feature support
 2023-07-15 15:02 UTC  (3+ messages)
` [PATCH v1 1/4] board: nuvoton: arbel: change uboot load address

[PATCH v1 0/4] fix type error and add feature to boot to kernel
 2023-07-15 15:02 UTC  (3+ messages)
` [PATCH v1 1/4] ARM: config: Enable config to decompress the FIT image

[PATCH] .mailmap: Correct entires for Masahiro Yamada
 2023-07-15 15:02 UTC 

[PATCH] stdio: Remove stdio_init()
 2023-07-15 14:58 UTC  (4+ messages)

[PATCH] fwu: Allow code to properly decode trial state
 2023-07-15 14:45 UTC  (2+ messages)

[PATCH] fwu: Show number of attempts in Trial State
 2023-07-15 14:38 UTC  (2+ messages)

[PATCH] bootstd: Make efi_mgr bootmeth work for non-sandbox setups
 2023-07-15 13:15 UTC  (3+ messages)

[PATCH 0/3] Load ASMedia XHCI controller firmware
 2023-07-15 12:51 UTC  (7+ messages)
` [PATCH 1/3] apple: Set up file system firmware loader
` [PATCH 3/3] usb: xhci-pci: Load ASMedia XHCI controller firmware


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