summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* libpayload: Remove legacy CBFS APIJulius Werner2024-02-222-43/+0
* payloads: Add SPDX headers to KconfigMartin Roth2024-02-181-0/+2
* payloads: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* libpayload/arch/arm64/mmu: Specify ttb_buffer section name explicitlyYu-Ping Wu2024-01-221-4/+7
* libpayload: Move back the ttb_buffer sectionYi Chou2024-01-112-4/+5
* libpayload/arm64: Round fb_size up to a multiple of GRANULE_SIZEYidi Lin2023-12-111-2/+3
* libpayload: Fix the stack and data labelsYi Chou2023-12-012-5/+11
* libpayload: Move ttb_buffer to a standalone sectionYi Chou2023-11-232-1/+4
* payloads/libpayload: Remove ARCH_SPECIFIC_OPTIONSElyes Haouas2023-08-201-4/+3
* libpayload/arch/x86: Update API handling of CBTABLE handoffMaximilian Brune2023-05-241-6/+1
* payloads/libpayload/arch/arm64/mmu.c: Fix typo in commentElyes HAOUAS2021-02-051-1/+1
* treewide [Kconfig]: Remove useless commentElyes HAOUAS2021-02-021-1/+1
* libpayload: Provide API to expose MMU memery ranges for ARM64Meng-Huan Yu2020-12-051-0/+5
* payloads: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* libpayload: Cache copy of `cb_framebuffer` structNico Huber2020-08-241-15/+2
* libpayload: arm64: silence libpayload main entryMichael Walle2020-07-082-23/+1
* libpayload: arm64: fix OUTPUT_ARCH()Michael Walle2020-07-081-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1115-15/+0
* libpayload: arm64: Keep instruction cache enabled at all timesJulius Werner2020-02-173-24/+19
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-1/+1
* arm64: Bump exception stack size to 2KBJulius Werner2019-12-051-1/+1
* libpayload: Align main() data typesPatrick Georgi2019-04-051-1/+1
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-071-1/+1
* libpayload: arm64: Add GDB supportJulius Werner2018-10-121-8/+88
* libpayload: arm64: Make exception handling closer to arm32Julius Werner2018-10-124-83/+105
* libpayload: arm64: Conform to new coreboot lib_helpers.h and assume EL2Julius Werner2018-10-1211-1802/+20
* libpayload/arm64: Drop unused static arrayPatrick Georgi2018-07-201-19/+0
* libpayload: Add raw_read_ functionsT Michael Turney2018-05-011-0/+16
* arch/arm64/armv8/mmu: Add support for 48bit VAPatrick Rudolph2018-03-231-12/+13
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-2/+2
* payloads: change coreboot to lowercaseMartin Roth2017-06-071-1/+1
* arm64: Align cache maintenance code with libpayload and ARM32Julius Werner2017-05-301-1/+5
* libpayload: arm64: Fix MMU range overlap checkJulius Werner2016-08-081-2/+1
* Add newlines at the end of all coreboot filesMartin Roth2016-08-011-1/+1
* arm64: Add stack dump to exception handlerJulius Werner2016-05-241-4/+26
* libpayload/arm64: Mark existing framebuffer as DMAablePatrick Georgi2016-05-091-6/+12
* libpayload: mmu: Initialize the base 4GiB as device memoryhuang lin2016-04-051-2/+9
* libpayload: Move base address, stack and heap size to KconfigStefan Reinauer2016-03-151-9/+4
* libpayload: Add comment about ARM64 exception stackStefan Reinauer2016-03-151-0/+4
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* arm64: mmu: Prevent CPU prefetch instructions from device memoryJimmy Huang2015-09-281-0/+1
* arm64: xcompile: Add support for A53 erratum 843419Julius Werner2015-08-281-0/+8
* cbfs: define libpayload_init_default_cbfs_media weaklyDaisuke Nojiri2015-07-061-1/+2
* libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer2015-06-301-1/+1
* libpayload: Rename Config.in -> KconfigStefan Reinauer2015-06-121-0/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-082-4/+0
* arm64: Decouple MMU functions from memrangesJulius Werner2015-06-021-120/+73
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* libpayload arm64: update mmu translation table granule size, logic and macrosJimmy Huang2015-04-271-8/+21
* arm64: Add arch_program_segment_loaded call to arm64Furquan Shaikh2015-04-221-0/+6