platform/kernel/u-boot.git
2021-08-02 Tom RiniMerge branch '2021-08-02-numeric-input-cleanups'
2021-08-02 Simon Glasslib: Allow using 0x when a decimal value is requested
2021-08-02 Simon Glassdoc: Add a note about number representation
2021-08-02 Simon Glassdoc: Convert command-line info to rST
2021-08-02 Simon Glasslib: Move common digit-parsing code into a function
2021-08-02 Simon Glasslib: Add octal tests for simple_strtoul/l()
2021-08-02 Simon Glasslib: Add tests for simple_strtoull()
2021-08-02 Simon Glasslib: Drop unnecessary check for hex digit
2021-08-02 Simon Glasslib: Comment the base parameter with simple_strtoul/l()
2021-08-02 Simon Glassglobal: Convert simple_strtoul() with decimal to dectoul()
2021-08-02 Simon Glassglobal: Convert simple_strtoul() with hex to hextoul()
2021-08-02 Simon Glasshash: Ensure verification hex pairs are terminated
2021-08-02 Tom RiniMerge tag 'efi-2021-10-rc2' of https://source.denx...
2021-08-02 Tom RiniMerge tag 'mmc-2021-7-30' of https://source.denx.de...
2021-08-02 Heinrich Schuchardtefi_loader: typo cerificate
2021-08-01 Heinrich Schuchardtdoc: add graphviz imagemagick as build dependencies
2021-08-01 Heinrich Schuchardtdoc: handle 'make htmldocs' warnings as errors
2021-08-01 Heinrich Schuchardtdoc: add missing board/ti/index.rst
2021-08-01 Tom RiniMerge tag 'dm-pull-1aug21' of https://source.denx.de...
2021-08-01 Simon Glassdtoc: Support widening a bool value
2021-08-01 Simon Glassdtoc: Fix widening an int array to an int
2021-08-01 Simon Glassdtoc: Rename is_wider_than() to reduce confusion
2021-08-01 Simon Glasssandbox: Reduce keyed autoboot delay
2021-08-01 Simon Glassmoveconfig: Update to newer kconfiglib
2021-08-01 Simon Glassdoc: Fix up outdated moveconfig docs
2021-08-01 Simon Glassdoc: Add docs for the moveconfig tool
2021-08-01 Simon Glassdoc: Move coccinelle into its own section
2021-08-01 Simon Glassdoc: Create an intro section for testing
2021-08-01 Patrick Delaunaypatman: add warning for invalid tag
2021-08-01 Simon Glassfdt: Show the type of devicetree with fdt addr
2021-08-01 Simon Glassfdt: Tidy up the code a bit with fdt addr
2021-08-01 Simon Glasssandbox: tpm: Support extending a PCR multiple times
2021-08-01 Simon Glasssandbox: tpm: Correct handling of SANDBOX_TPM_PCR_NB
2021-08-01 Simon Glasssandbox: tpm: Support storing device state in tpm2
2021-08-01 Simon Glasssandbox: tpm: Support nvdata in TPM2
2021-08-01 Simon Glasssandbox: tpm: Track whether the state is valid
2021-08-01 Simon Glasssandbox: tpm: Finish comments for struct sandbox_tpm2
2021-08-01 Simon Glasssandbox: tpm: Correct handling of get-capability
2021-08-01 Simon Glasssandbox: tpm: Support the define-space command
2021-08-01 Simon Glasssandbox: tpm: Tidy up reading and writing of device...
2021-08-01 Simon Glasssandbox: tpm: Split out common nvdata code
2021-08-01 Tim Harveycommon: board_r: print error if binman_init fails
2021-08-01 Heinrich Schuchardtdoc: riscv: flashing SiFive boards
2021-08-01 Heinrich Schuchardtlib: disable CONFIG_SPL_HEXDUMP by default
2021-08-01 Heinrich Schuchardtvideo: buffer overrun in TrueType console
2021-08-01 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2021-07-31 Icenowy Zhengsunxi: decide the inclusion of SCP by SCP_ADDR existence
2021-07-31 Samuel Hollandsunxi: A23/A33/H3: Move sun8i secure monitor to SRAM A2
2021-07-31 Samuel Hollandsunxi: Select environment MMC based on boot device
2021-07-31 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2021-07-31 Pali Rohárserial: a37xx: Do not call get_ref_clk() in _debug_uart...
2021-07-31 Pali Rohárserial: a37xx: Use CONFIG_BAUDRATE for initializing...
2021-07-31 Tony Dinharm: kirkwood: Dreamplug: Add DM SATA and remove IDE...
2021-07-31 Tony Dinharm: kirkwood: Dreamplug: Use Ethernet PHY name and...
2021-07-31 Tony Dinharm: kirkwood: Dreamplug: Add DM Ethernet and DM SATA...
2021-07-31 Marek Behúnarm64: a37xx: pinctrl: Correct PWM pins definitions
2021-07-31 Pali Rohárkwbimage: Update help message about how to extract...
2021-07-31 Pali Rohárkwbimage: Add support for extracting images via dumpima...
2021-07-31 Pali Rohárarm: mvebu: gdsys: Remove custom spl_board_init()
2021-07-31 Pali Rohárarm: mvebu: Remove unused macro CONFIG_SYS_U_BOOT_OFFS
2021-07-31 Pali Rohártools: kwbimage: Remove v1 kwbimage SPL padding to...
2021-07-31 Pali Rohárarm: mvebu: Remove legacy U-Boot header from kwbimage...
2021-07-31 Pali Rohárarm: mvebu: Load U-Boot proper binary in SPL code based...
2021-07-31 Pali RohárSPL: Add support for parsing board / BootROM specific...
2021-07-31 Pali RohárSPL: Add support for specifying offset between header...
2021-07-31 Pali Rohárarm: mvebu: Use U-Boot's SPL BootROM framework for...
2021-07-31 Pali Rohárarm: mvebu: Implement return_to_bootrom() via U-Boot...
2021-07-31 Pali Rohárarm: mvebu: Mark return_to_bootrom() as a noreturn...
2021-07-31 Pali Rohárarm: mvebu: Fix return_to_bootrom()
2021-07-31 Pali Rohártools: kwboot: Fix checking image header version
2021-07-31 Pali Rohártools: kwboot: Check for v1 header size
2021-07-31 Pali Rohártools: kwboot: Cosmetic fix - add missing curly brackets
2021-07-31 Pali Rohártools: kwboot: Print trailing newline after terminal...
2021-07-31 Pali Rohártools: kwboot: Fix restoring terminal
2021-07-31 Pali Rohártools: kwboot: Fix wrong parameter passed to read()
2021-07-31 Pali Rohártools: dumpimage: Show error message when trying to...
2021-07-31 Pali Rohártools: dumpimage: Fix crashing when trying to extract...
2021-07-31 Pali Rohártools: kwbimage: Mark all BootROM structures __packed
2021-07-31 Pali Rohártools: kwbimage: Do not hide usage of secure header...
2021-07-31 Pali Rohártools: kwbimage: Add support for a new DATA_DELAY command
2021-07-31 Pali Rohártools: kwbimage: Add support for DATA command also...
2021-07-31 Pali Rohártools: kwbimage: Don't parse PAYLOAD keyword
2021-07-31 Pali Rohártools: kwbimage: Add support for more BINARY headers
2021-07-31 Pali Rohártools: kwbimage: Fix calculating size of binary header
2021-07-31 Pali Rohártools: kwbimage: Change maximum number of arguments...
2021-07-31 Pali Rohártools: kwbimage: Use -a parameter (load address) for...
2021-07-31 Marek Behúntools: kwbimage: Cosmetic fix - remove redundant space...
2021-07-31 Pali Rohártools: kwbimage: Print size of binary header in kwbimag...
2021-07-31 Pali Rohártools: kwbimage: Validate data checksum of v1 images
2021-07-31 Pali Rohártools: kwbimage: Validate extended headers of v1 images
2021-07-31 Pali Rohártools: kwbimage: Fix check for v0 extended header checksum
2021-07-31 Pali Rohártools: kwbimage: Don't crash when binary file name...
2021-07-31 Pali Rohártools: kwbimage: Fix generation of SATA, SDIO and PCIe...
2021-07-31 Marek Behúntools: kwbimage: Add constant for SDIO bootfrom
2021-07-31 Pali Rohártools: kwbimage: Align SPI and NAND images to 256 bytes
2021-07-31 Pali Rohártools: kwbimage: Simplify aligning and calculating...
2021-07-31 Pali Rohártools: kwbimage: Fix compilation without CONFIG_SYS_U_B...
2021-07-30 Stephan Gerholdmmc: arm_pl180_mmci: Add configuration for ST-Ericsson...
2021-07-30 Stephan Gerholdmmc: arm_pl180_mmci: Simplify code using mmc_of_parse()
2021-07-30 Stephan Gerholdmmc: arm_pl180_mmci: Simplify code using dev_read_addr_...
next