summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | partitions: have parsers record bootable bitsAhmad Fatoum2024-03-053-2/+11
* | cdev: implement setter/getter for cdev device nodeAhmad Fatoum2024-03-051-0/+11
* | block: define BLOCKSIZE globally in block.hAhmad Fatoum2024-03-051-0/+2
* | libfile: factor out read_file_into_buf helperAhmad Fatoum2024-03-051-0/+4
* | efi: payload: rename CONFIG_EFI_BOOTUP to CONFIG_EFI_PAYLOADAhmad Fatoum2024-03-051-1/+1
* | treewide: add errno_set helper for returning positive error code in errnoAhmad Fatoum2024-03-051-0/+7
* | string: implement strcmp_ptr and streq_ptr helpersAhmad Fatoum2024-03-051-0/+11
|/
* Merge branch 'for-next/zstd'Sascha Hauer2024-02-219-25/+38
|\
| * bootm: add support to boot ZSTD compressed imagesMarco Felsch2024-02-061-0/+11
| * decompress: change length arguments to longSascha Hauer2024-02-067-25/+25
| * filetype: add zstd supportMarco Felsch2024-02-061-0/+2
* | Merge branch 'for-next/partitions'Sascha Hauer2024-02-217-4/+93
|\ \
| * | bootsource: add function to get device_node we booted fromSascha Hauer2024-02-201-0/+1
| * | partitions: efi: Allow to create barebox environment partitionSascha Hauer2024-02-201-0/+3
| * | default environment: make string arguments constSascha Hauer2024-02-201-4/+4
| * | partitions: implement partition manipulation supportSascha Hauer2024-02-201-0/+22
| * | partitions: move parser.h to include/partitions.hSascha Hauer2024-02-201-0/+45
| * | partition: add PARTITION_LINUX_DATA_GUID defineSascha Hauer2024-02-201-0/+3
| * | linux/sizes.h: add more definesSascha Hauer2024-02-201-0/+12
| * | block: reparse partition table when necessarySascha Hauer2024-02-161-0/+2
| * | partition: allow to reparse a partition tableSascha Hauer2024-02-161-0/+1
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2024-02-212-1/+10
|\ \
| * | driver: make CONFIG_DEBUG_PROBES more useful for removalAhmad Fatoum2024-02-161-0/+10
| * | eth: replace ethaddr_to_string() with %pMSascha Hauer2024-02-051-1/+0
* | | Merge branch 'for-next/imx'Sascha Hauer2024-02-219-31/+291
|\ \ \
| * | | ARM: i.MX: ele: implement more ELE operationsSascha Hauer2024-02-161-0/+18
| * | | hab: cleanup hab status printing during bootSascha Hauer2024-02-161-14/+1
| * | | hab: drop incomplete i.MX28 supportSascha Hauer2024-02-161-5/+0
| * | | ARM: i.MX: bbu: fix i.MX9 eMMC boot bbu handlerSascha Hauer2024-02-131-9/+7
| * | | bbu: create a standard bbu handler for eMMC bootSascha Hauer2024-02-131-1/+12
| * | | ARM: i.MX9: add i2c base address definesSascha Hauer2024-02-131-0/+8
| * | | common: add TQ EEPROM supportSascha Hauer2024-02-131-0/+196
| * | | pbl: eeprom: return error from eeprom_read()Sascha Hauer2024-02-081-2/+9
| * | | i2c: lpi2c: add PBL supportSascha Hauer2024-02-081-0/+1
| * | | Port SoC framework from LinuxMarco Felsch2024-01-291-0/+39
| |/ /
* | | clk: at91: sync drivers with LinuxAhmad Fatoum2024-02-162-0/+75
* | | clk: define empty stub for clk_hw_unregisterAhmad Fatoum2024-02-161-0/+4
* | | clk: add dummy definitions for CLK_SET_RATE_GATE, CLK_SET_PARENT_GATEAhmad Fatoum2024-02-161-0/+5
| |/ |/|
* | ARM: socfpga: populate HANDOFF_FPGA2SDR with Quartus valueAhmad Fatoum2024-02-011-0/+3
* | ARM: socfpga: complete definitions of handoff registersAhmad Fatoum2024-02-011-4/+9
|/
* Merge branch 'for-next/net'Sascha Hauer2024-01-241-4/+51
|\
| * net/phy: sync phy_interface_t types with LinuxSascha Hauer2024-01-051-4/+51
* | Merge branch 'for-next/pci'Sascha Hauer2024-01-242-5/+51
|\ \
| * | pci: implement function level resetSascha Hauer2024-01-021-0/+2
| * | pci: implement Enhanced Allocation supportSascha Hauer2024-01-021-1/+48
| * | pci: fix __pci_bus_find_cap_startSascha Hauer2024-01-021-0/+1
| * | pci: remove duplicate definition of pci_resource_startSascha Hauer2024-01-021-4/+0
* | | Merge branch 'for-next/misc'Sascha Hauer2024-01-2316-67/+242
|\ \ \
| * | | dma: don't allow override of dma_alloc/dma_freeAhmad Fatoum2024-01-111-4/+0
| * | | lib: add optional linked list debuggingAhmad Fatoum2024-01-111-0/+17