summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* treewide: add SPDX-License-Identifier for .gitignoreAhmad Fatoum2022-01-051-0/+2
* treewide: add SPDX-License-Identifier for Kbuild/KconfigAhmad Fatoum2022-01-057-1/+14
* imx-bbu-nand-fcb: suppress compiler warning about uninitialized useAhmad Fatoum2022-01-051-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2021-12-1513-19/+235
|\
| * RISC-V: qemu-virt: add overlay for environment and stateAhmad Fatoum2021-12-073-0/+9
| * common: boards: qemu-virt: genericize to support non-ARM architecturesAhmad Fatoum2021-12-072-7/+26
| * ARM: qemu: move board code to central locationAhmad Fatoum2021-12-077-0/+163
| * state: make first boot less verboseAhmad Fatoum2021-12-073-7/+20
| * state: mark state init errors speciallyAhmad Fatoum2021-12-074-9/+12
| * RISC-V: virt: add DEBUG_LL supportAhmad Fatoum2021-12-071-0/+5
| * envfs-core: write to log where appropriateAhmad Fatoum2021-11-301-5/+9
* | common: add new PRINTF_FULL optionAhmad Fatoum2021-12-141-0/+7
* | efi: add efi_device hook to be called before an image is startedSascha Hauer2021-12-131-0/+4
* | console: Fix message coloursSascha Hauer2021-12-131-6/+6
* | efi: Implement device_path_to_subtype()Sascha Hauer2021-12-131-0/+15
* | efi: move device-path defines and types to header fileSascha Hauer2021-12-131-384/+1
* | efi-devicepath: Make efi_device_path argument constSascha Hauer2021-12-131-2/+3
* | efi: guid: fix typosAhmad Fatoum2021-12-131-2/+2
* | efi: print early efi_main string on CONFIG_DEBUG_LL=yAhmad Fatoum2021-12-131-0/+4
* | partitions: efi: move header to central locationAhmad Fatoum2021-12-132-120/+1
* | efi: don't zero executable buffer before freeingAhmad Fatoum2021-12-131-1/+0
* | common: move CONFIG_ELF into General SettingsAhmad Fatoum2021-12-131-3/+3
* | efi: make efi_main __noreturnAhmad Fatoum2021-12-131-5/+1
* | vsprintf: add optional support for %ls format modifierAhmad Fatoum2021-12-131-0/+1
* | efi: centralize efivarfs_parse_filenameAhmad Fatoum2021-11-252-1/+117
* | efi: rename <efi/efi.h> to <efi/efi-payload.h>Ahmad Fatoum2021-11-253-3/+3
* | efi: factor out errno translationAhmad Fatoum2021-11-253-86/+91
* | drivers: efi: move Kconfig options to new menuAhmad Fatoum2021-11-251-0/+10
* | efi: use SPDX-License-Identifier where appropriateAhmad Fatoum2021-11-254-20/+6
* | common: move EFI code into new efi/ top level directoryAhmad Fatoum2021-11-2511-17/+32
* | efi: align LOAD_FILE_PROTOCOL_GUID's name with other PROTOCOL_GUIDsAhmad Fatoum2021-11-251-1/+1
|/
* Merge branch 'for-next/rockchip'Sascha Hauer2021-11-151-0/+27
|\
| * cdev: Add function to get unallocated space at start of deviceSascha Hauer2021-10-121-0/+27
* | Merge branch 'for-next/misc'Sascha Hauer2021-11-156-74/+6
|\ \
| * | include: add dedicated header for printf/printkAhmad Fatoum2021-11-015-5/+5
| * | devfs: Do not create overlapping partitionsSascha Hauer2021-10-121-69/+1
* | | Merge branch 'for-next/imx'Sascha Hauer2021-11-151-1/+1
|\ \ \
| * | | imd: reuse imd_is_crc32()Antony Pavlov2021-11-011-1/+1
* | | | efi: efi-iomem: fix erroneous use of IS_ENABLED()Ahmad Fatoum2021-11-151-16/+16
* | | | efi: efi-iomem: don't add EFI loader code/data as memory banksAhmad Fatoum2021-11-151-2/+6
|/ / /
* | | common: Kconfig: fix indentationUlrich Ölmann2021-10-121-3/+3
* | | common: Kconfig: fix typosUlrich Ölmann2021-10-121-13/+13
| |/ |/|
* | console: fixup add new CONFIG_CONSOLE_DISABLE_INPUT optionAhmad Fatoum2021-10-111-1/+1
|/
* Merge branch 'for-next/targettools'Sascha Hauer2021-10-071-29/+0
|\
| * common: add new menu for target toolsAhmad Fatoum2021-10-021-26/+0
| * common: remove !SANDBOX dependency for target toolsAhmad Fatoum2021-10-021-3/+0
* | Merge branch 'for-next/riscv'Sascha Hauer2021-10-072-4/+10
|\ \
| * | RISC-V: add LiteX SoC and linux-on-litex-vexriscv supportAntony Pavlov2021-10-071-0/+4
| * | console: support set baudrate for fixed baudrate driversAntony Pavlov2021-10-041-4/+6
* | | Merge branch 'for-next/misc'Sascha Hauer2021-10-079-29/+98
|\ \ \ | |/ / |/| |