summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm: Avoid duplicate move from CPSRSebastian Huber2022-01-171-4/+3
* arm: Rework per-CPU control in interrupt handlingSebastian Huber2022-01-151-56/+46
* arm: Use push/pop instructions for readabilitySebastian Huber2022-01-151-11/+11
* bsps: Default to CPU counter benchmark timerSebastian Huber2022-01-1522-51/+21
* bsp/imx7: dl06 fails expectedlySebastian Huber2022-01-142-0/+15
* libtests/dl10: Enter shell on demandSebastian Huber2022-01-141-10/+23
* libtests/ofw01: Fix device tree blob alignmentSebastian Huber2022-01-131-2/+2
* aarch64: always boot into EL1NSGedare Bloom2022-01-128-60/+32
* arm/gicv3: refactor DIST initialization to helperGedare Bloom2022-01-121-31/+29
* bsps/aarch64: refactor register init and hooksGedare Bloom2022-01-122-45/+48
* spintrcritical21: Clear pending eventsSebastian Huber2022-01-121-0/+16
* Fix device tree blob alignmentSebastian Huber2022-01-112-6/+6
* bsp/qoriq: Implement Interrupt Manager directivesSebastian Huber2022-01-111-24/+77
* libtests/ofw01: Fix wrapped in bsp_fdt_get()Sebastian Huber2022-01-111-1/+15
* build: Fix build item formatSebastian Huber2022-01-113-9/+6
* libtest: Check for pending eventsSebastian Huber2021-12-221-0/+9
* rtems: Fix Clock Manager parameter descriptionsSebastian Huber2021-12-221-8/+8
* bsp/mrm332: Fix TLS support in linker command fileSebastian Huber2021-12-222-12/+6
* Remove powerpc/haleakala boardJoel Sherrill2021-12-1719-1977/+0
* libmisc/rtems-fdt: close() file 'bf'Ryan Long2021-12-171-0/+1
* dtc: Update VERSIONSebastian Huber2021-12-141-3/+3
* libfdt: overlay: make overlay_get_target() publicVikram Garhwal2021-12-141-0/+18
* libfdt: fix an incorrect integer promotionElvira Khabirova2021-12-141-1/+1
* libfdt: Add ALIGNMENT error stringGeorg Kotheimer2021-12-141-0/+1
* fdtget: Fix signedness comparisons warningsAndre Przywara2021-12-141-0/+7
* Fix CID 1461557David Gibson2021-12-141-5/+8
* libfdt: Add FDT alignment check to fdt_check_header()Rob Herring2021-12-141-0/+4
* libfdt: Fix a possible "unchecked return value" warningDavid Gibson2021-12-141-1/+4
* Set last_comp_version correctly in new dtb and fix potential version issues i...Justin Covell2021-12-143-2/+5
* libfdt: Tweak description of assume-aligned load helpersDavid Gibson2021-12-141-7/+7
* libfdt: Internally perform potentially unaligned loadsTom Rini2021-12-143-15/+32
* libfdt: Check for 8-byte address alignment in fdt_ro_probe_()Tom Rini2021-12-142-1/+9
* libfdt: Fix kernel-doc commentsAndre Przywara2021-12-141-36/+75
* libfdt: fdt_strerror(): Fix comparison warningAndre Przywara2021-12-141-2/+2
* libfdt: fdt_get_string(): Fix sequential write comparison warningsAndre Przywara2021-12-141-4/+6
* libfdt: libfdt_wip: Fix comparison warningAndre Przywara2021-12-141-1/+1
* libfdt: fdt_create_with_flags(): Fix comparison warningAndre Przywara2021-12-141-2/+2
* libfdt: fdt_move(): Fix comparison warningsAndre Przywara2021-12-141-1/+4
* libfdt: fdt_add_string_(): Fix comparison warningAndre Przywara2021-12-141-7/+7
* libfdt: fdt_node_offset_by_phandle(): Fix comparison warningAndre Przywara2021-12-141-1/+1
* libfdt: fdt_resize(): Fix comparison warningAndre Przywara2021-12-141-1/+4
* libfdt: fdt_splice_(): Fix comparison warningAndre Przywara2021-12-141-1/+1
* libfdt: fdt_get_string(): Fix comparison warningsSimon Glass2021-12-141-2/+2
* libfdt: fdt_grab_space_(): Fix comparison warningAndre Przywara2021-12-141-2/+2
* libfdt: fdt_mem_rsv(): Fix comparison warningsAndre Przywara2021-12-141-2/+2
* libfdt: fdt_offset_ptr(): Fix comparison warningsAndre Przywara2021-12-141-3/+7
* libfdt: fix fdt_check_node_offset_ w/ VALID_INPUTFrank Mehnert2021-12-141-6/+10
* libfdt: add extern "C" for C++Patrick Oppenlander2021-12-141-0/+8
* libfdt: trivial typo fixPatrick Oppenlander2021-12-141-1/+1
* libfdt: Correct condition for reordering blocksSimon Glass2021-12-141-1/+1