summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* ARM: rockchip: Allow to build for multiple SoCsSascha Hauer2021-06-021-5/+13
* Merge branch 'for-next/usb-gadget'Sascha Hauer2021-05-178-69/+244
|\
| * file_list: add file_list_detect_all()Ahmad Fatoum2021-05-121-0/+17
| * bbu: add function to directly add handlers into file_listAhmad Fatoum2021-05-122-28/+17
| * fastboot/dfu: use system partitions as fall backAhmad Fatoum2021-05-122-31/+55
| * file_list: make freeing a NULL pointer a no-opAhmad Fatoum2021-05-121-0/+3
| * usbgadget: allow DFU and Fastboot functions to coexistAhmad Fatoum2021-05-121-7/+6
| * usbgadget: autostart: fix indeterminism around usbgadget.autostartAhmad Fatoum2021-05-121-6/+10
| * fastboot: handle ill-named partitions gracefullyAhmad Fatoum2021-05-121-1/+3
| * common: add generic system partitions interfaceAhmad Fatoum2021-05-124-0/+74
| * param: introduce file-list parameter typeAhmad Fatoum2021-05-121-0/+47
| * common: make FILE_LIST feature unconditionalAhmad Fatoum2021-05-122-5/+1
| * common: console: add log_writefile to write log into new fileAhmad Fatoum2021-05-031-0/+20
* | Merge branch 'for-next/riscv'Sascha Hauer2021-05-173-1/+80
|\ \
| * | bootm: move ARM64 Linux image parsing to common directoryAhmad Fatoum2021-05-172-1/+67
| * | RISC-V: sifive: add HiFive board supportAhmad Fatoum2021-05-171-0/+4
| * | RISC-V: erizo: drop mach-erizo directoryAhmad Fatoum2021-05-101-0/+5
| * | debug_ll: support <asm/debug_ll.h> to get rid of mach directoriesAhmad Fatoum2021-05-031-0/+4
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2021-05-172-7/+21
|\ \
| * | startup: introduce global.endianness variableAntony Pavlov2021-05-121-0/+13
| * | common: console_common: Replace vsprintf with vsnprintfJules Maselbas2021-05-121-7/+8
| |/
* / fs: add linux_rootarg 'root=mmcblkXpN' supportMarco Felsch2021-05-121-0/+21
|/
* Merge branch 'for-next/misc'Sascha Hauer2021-04-157-34/+190
|\
| * bareboximd: Use mmap when possiblySascha Hauer2021-04-141-1/+5
| * resource: enable use of iomem command on EFI systemsAhmad Fatoum2021-04-133-1/+177
| * common: add option for shipping KCONFIG_CONFIG as /env/data/configAhmad Fatoum2021-04-131-0/+8
| * x86: drop legacy (PC BIOS) boot in favor of EFIAhmad Fatoum2021-03-252-31/+0
| * common: drop done TODO about 4G partitionsAhmad Fatoum2021-03-251-1/+0
* | Merge branch 'for-next/clk'Sascha Hauer2021-04-152-17/+14
|\ \
| * | common: common_console: Rework log_printJules Maselbas2021-03-261-10/+8
| * | clock: Remove time_beginningJules Maselbas2021-03-262-8/+1
| * | clock: Update cs->cycle_last when switching clockJules Maselbas2021-03-261-0/+6
| |/
* / imx-bbu-nand-fcb: Inform user if the barebox partition is too smallStefan Riedmueller2021-04-011-1/+15
|/
* RISC-V: erizo: migrate to PBLAhmad Fatoum2021-03-231-2/+2
* filetype: detect RISC-V imagesAhmad Fatoum2021-03-231-0/+6
* ARM: make ARM_USE_COMPRESSED_DTB available for other archesAhmad Fatoum2021-03-231-0/+6
* partitions: don't allocate dma capable memoryAhmad Fatoum2021-03-233-8/+5
* Merge branch 'for-next/misc'Sascha Hauer2021-03-235-19/+20
|\
| * of: Return copy of live tree as fixed treeSascha Hauer2021-03-231-4/+10
| * blspec: Check if already mounted before mountingSascha Hauer2021-03-171-1/+3
| * image-fit: ignore rsa by image selectionDenis Osterland-Heim2021-03-161-4/+2
| * resource: include region name in conflict's debug outputAhmad Fatoum2021-03-161-2/+4
| * complete: Use string_list_add_sort_uniq()Sascha Hauer2021-03-161-8/+1
* | Merge branch 'for-next/bthreads'Sascha Hauer2021-03-235-5/+238
|\ \
| * | bthread: disable ASan accounting for fibers on 32-bit sandboxAhmad Fatoum2021-03-221-2/+6
| * | common: introduce bthreads, co-operative barebox threadsAhmad Fatoum2021-03-223-0/+224
| * | console: unconditionally run resched() in ctrlc()Ahmad Fatoum2021-03-171-2/+2
| * | common: poller: replace explicit calls to poller_call() with resched()Ahmad Fatoum2021-03-172-4/+4
| * | common: introduce HAS_ARCH_SJLJAhmad Fatoum2021-03-121-0/+5
* | | common: readline: fix possible buffer overflowsAhmad Fatoum2021-03-222-2/+2