aboutsummaryrefslogtreecommitdiff
path: root/common/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-11-07cli_simple: Rework this support slightlyTom Rini1-1/+1
2023-11-07version: Separate our version string from the version commandTom Rini1-0/+1
2023-10-06spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass1-5/+1
2023-09-19Move fdt_simplefb to boot/Simon Glass1-1/+0
2023-09-19boot: Move fdt_support to boot/Simon Glass1-2/+0
2023-09-19video: Move bmp code to drivers/videoSimon Glass1-1/+0
2023-08-07common: fix detection of SYS_MALLOC_F_LEN=0x0Heinrich Schuchardt1-1/+1
2023-04-24common: Makefile: Rule to compile bmp.cNikhil M Jain1-0/+1
2023-04-24common: Makefile: Add rule to compile splash and splash_source at SPLNikhil M Jain1-0/+2
2023-03-10usb: USB hubs require host modeHeinrich Schuchardt1-1/+1
2023-01-16cli: Move readline character-processing to a state machineSimon Glass1-3/+3
2023-01-12usb: onboard-hub: add driver to manage onboard hub suppliesFabrice Gasnier1-0/+1
2022-10-30video: Drop common LCD implementationSimon Glass1-3/+0
2022-10-30video: lcd: Drop console rotationSimon Glass1-1/+0
2022-09-13cyclic: Add basic support for cyclic function execution infrastrutureStefan Roese1-0/+1
2022-06-28common: usb: Update logic for usb.o, usb_hub.o and usb_storage.oTom Rini1-9/+4
2022-05-02avb: Don't build in SPLSimon Glass1-1/+1
2022-03-10event: Add basic support for eventsSimon Glass1-0/+2
2022-01-18common: remove bedbug debugger supportOvidiu Panait1-1/+0
2021-11-30common: rename lcd_simplefb.c file to fdt_simplefb.cPatrick Delaunay1-1/+1
2021-11-30Convert CONFIG_LCD_DT_SIMPLEFB to KconfigPatrick Delaunay1-1/+1
2021-11-11Remove LYNX KDI remaindersThomas Huth1-1/+0
2021-11-11Create a new boot/ directorySimon Glass1-22/+0
2021-10-08image: Split board code out into its own fileSimon Glass1-1/+1
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini1-3/+1
2021-09-08common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASHAlexandru Gagniuc1-3/+1
2021-09-04net: Rename SPL_NET_SUPPORT to SPL_NETSimon Glass1-1/+1
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass1-2/+2
2021-07-28Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass1-1/+1
2021-04-20Add support for stack-protectorJoel Peshkin1-0/+1
2021-04-12x86: qemu: move QFW to its own uclassAsherah Connor1-0/+2
2021-03-13common: SCP03 control (enable and provision of keys)Jorge Ramirez-Ortiz1-0/+1
2021-01-16common: Makefile: drop duplicated linePeng Fan1-1/+0
2020-10-30common: update: add a generic interface for FIT imageAKASHI Takahiro1-2/+1
2020-04-26fdt_region: move fdt_region.c to common/ from lib/libfdt/Masahiro Yamada1-0/+1
2020-04-24common: image_sign_info helper functions in SPLHeinrich Schuchardt1-1/+1
2020-04-16log: syslog driverHeinrich Schuchardt1-0/+1
2020-03-12lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro1-1/+2
2020-02-04image: android: Add functions for handling dtb fieldSam Protsenko1-1/+1
2020-01-17mkimage: fit: add support to encrypt image with aesPhilippe Reynes1-0/+1
2020-01-10dtimg/am57xx_evm_defconfig: Rename dtimg to adtimgEugeniu Rosca1-1/+1
2019-07-24common: Implement A/B metadataRuslan Trofymenko1-0/+1
2019-05-23stm32mp1: ram: add interactive mode for DDR configurationPatrick Delaunay1-0/+1
2019-02-15usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGEAbel Vesa1-2/+3
2019-01-26dfu: Remove dependency on HUSH parser in SPLAndrew F. Davis1-1/+0
2019-01-26spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFUAndrew F. Davis1-2/+2
2018-12-14usb: musb-new: Add support for DM_USBJean-Jacques Hiblot1-0/+3
2018-11-26usb: Remove CMD_USB dependency for common codeSven Schwermer1-1/+1
2018-11-26Add core support for a bloblist to convey data from SPLSimon Glass1-0/+1
2018-11-26spl: Add support for logging in SPL and TPLSimon Glass1-2/+2