summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-02efi_loader: utility function to check the variable name is "Boot####"Masahisa Kojima
2022-12-02eficonfig: use u16_strsize() to get u16 string buffer sizeMasahisa Kojima
2022-12-02eficonfig: fix going one directory up issueMasahisa Kojima
2022-12-02doc: board: typo GIUD Microchip MPFS Icicle Kit docHeinrich Schuchardt
2022-12-02efi_loader: don't use EFI_LOADER_DATA internallyHeinrich Schuchardt
2022-12-02efi_loader: fix handling of DHCP acknowledgeHeinrich Schuchardt
2022-12-02efi_selftest: test FatToStr() truncationHeinrich Schuchardt
2022-12-02efi_loader: add an EFI binary to print boot hart IDHeinrich Schuchardt
2022-12-02doc: board: j721e_evm: Fix code-block type and indentsAndrew Davis
2022-12-02doc: board: j721e_evm: Add DM firmware stepsAndrew Davis
2022-12-02net: CONFIG_NET_DEVICES in dhcp_handler()Heinrich Schuchardt
2022-12-02disk: fix blk_get_device_part_str()Heinrich Schuchardt
2022-12-02console: file should always be non-negativeHeinrich Schuchardt
2022-12-02Merge branch '2022-12-02-assorted-updates'Tom Rini
2022-12-02MAINTAINERS: Adopt SanCloud boardsPaul Barker
2022-12-02am335x-sancloud-bbe: Add -u-boot.dtsi filesPaul Barker
2022-12-02am335x-sancloud-bbe-lite: SPI flash is JEDEC compatiblePaul Barker
2022-12-02am335x-evm: Support STMicro/Micron SPI flashPaul Barker
2022-12-02am335x-evm: Fix spiboot configurationPaul Barker
2022-12-02am335x-evm: Enable required dtb nodes in SPLPaul Barker
2022-12-02bus: Optionally include TI sysc driver in SPL/TPLPaul Barker
2022-12-02bus: TI sysc driver requires DMPaul Barker
2022-12-02dm: core: Fix iteration over driver_info recordsPaul Barker
2022-12-02MAINTAINERS: Move usb_storage from DFU to USBMarek Vasut
2022-12-02config: tools only: add VIDEO to build bmp_logoPeter Robinson
2022-12-02MAINTAINERS: add RaspberryPi co-maintainerMatthias Brugger
2022-12-02ARM: dts: at91: sama7g5: fix signal name of pin PD8Mihai Sain
2022-11-28Merge branch '2022-11-28-networking-updates-and-improvements'Tom Rini
2022-11-28phy: add driver for Intel XWAY PHYTim Harvey
2022-11-28net: macb: Fix race caused by flushing unwanted descriptorsYaron Micher
2022-11-28test: cmd: add test for wget command.Ying-Chun Liu (PaulLiu)
2022-11-28doc: cmd: wget: add documentationYing-Chun Liu (PaulLiu)
2022-11-28net: Add wget applicationYing-Chun Liu (PaulLiu)
2022-11-28net: Add TCP protocolYing-Chun Liu (PaulLiu)
2022-11-28drivers: net: aquantia: fix typosTim Harvey
2022-11-28net: deal with fragment-overlapping-two-holes caseRasmus Villemoes
2022-11-28net: tftp: sanitize tftp block size, especially for TXRasmus Villemoes
2022-11-28net: tftp: use IS_ENABLED(CONFIG_NET_TFTP_VARS) instead of #ifRasmus Villemoes
2022-11-28net: fix ip_len in reassembled IP datagramRasmus Villemoes
2022-11-28net: (actually/better) deal with CVE-2022-{30790,30552}Rasmus Villemoes
2022-11-28net: compare received length to sizeof(ip_hdr), not sizeof(ip_udp_hdr)Rasmus Villemoes
2022-11-28net: improve check for no IP optionsRasmus Villemoes
2022-11-28net: dwc_eth_qos: Add support for bulk RX descriptor cleaningMarek Vasut
2022-11-28net: dwc_eth_qos: Split TX and RX DMA ringsMarek Vasut
2022-11-28liteeth: LiteX Ethernet deviceJoel Stanley
2022-11-28Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2022-11-27usb: dwc3: Drop support for "snps, ref-clock-period-ns" DT propertyMarek Vasut
2022-11-27usb: dwc3: Program GFLADJSean Anderson
2022-11-27usb: dwc3: Calculate REFCLKPER based on reference clockSean Anderson
2022-11-27usb: dwc3: reference clock period configurationBalaji Prakash J