{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":21414075,"defaultBranch":"master","name":"skiboot","ownerLogin":"open-power","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-07-02T06:42:26.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/8000311?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1695044909.0","currentOid":""},"activityList":{"items":[{"before":"69d88624c3610326a023380484c68991bf8a13e6","after":"d063671fd8b8c0c4f7dd2ed34a01061cd93cbfc2","ref":"refs/heads/gh-pages","pushedAt":"2024-01-02T21:04:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ open-power/skiboot@326a4666bd69ca071c4f7d2eacf868b11099baee πŸš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 326a466 πŸš€"}},{"before":"48265d110bba2493c503f1090e969dbd53c4e264","after":"326a4666bd69ca071c4f7d2eacf868b11099baee","ref":"refs/heads/master","pushedAt":"2024-01-02T21:03:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rarbab","name":"Reza Arbab","path":"/rarbab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4549969?s=80&v=4"},"commit":{"message":"opal-ci: Drop fedora37, add fedora39\n\nFedora 37 has reached end-of-life. Remove it and add Fedora 39.\n\nSigned-off-by: Reza Arbab \nReviewed-by: Dan HorΓ‘k ","shortMessageHtmlLink":"opal-ci: Drop fedora37, add fedora39"}},{"before":"48265d110bba2493c503f1090e969dbd53c4e264","after":"326a4666bd69ca071c4f7d2eacf868b11099baee","ref":"refs/heads/staging","pushedAt":"2024-01-02T20:35:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rarbab","name":"Reza Arbab","path":"/rarbab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4549969?s=80&v=4"},"commit":{"message":"opal-ci: Drop fedora37, add fedora39\n\nFedora 37 has reached end-of-life. Remove it and add Fedora 39.\n\nSigned-off-by: Reza Arbab \nReviewed-by: Dan HorΓ‘k ","shortMessageHtmlLink":"opal-ci: Drop fedora37, add fedora39"}},{"before":"dddc9abbc6c1de159a2708dcdb207fa7dde4b54c","after":"69d88624c3610326a023380484c68991bf8a13e6","ref":"refs/heads/gh-pages","pushedAt":"2023-11-27T17:53:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ open-power/skiboot@48265d110bba2493c503f1090e969dbd53c4e264 πŸš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 48265d1 πŸš€"}},{"before":"5c1dc620a01d1d488f1cc77c0431d54c8461818e","after":"48265d110bba2493c503f1090e969dbd53c4e264","ref":"refs/heads/master","pushedAt":"2023-11-27T17:52:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rpgrimm","name":null,"path":"/rpgrimm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5467256?s=80&v=4"},"commit":{"message":"hw/imc: Detect BML and fix core counters\n\nOn systems running BML we started noticing this in the skiboot log:\n\n[ 409.088819302,3] XSCOM: write error gcid=0x0 pcb_addr=0x20000060 stat=0x4\n[ 409.088823446,3] ELOG: Error getting buffer to log error\n[ 409.088824806,3] XSCOM: Write failed, ret = -26\n[ 409.088825797,3] IMC: error in xscom_write for pdbar\n[ 0.468976][ T19] core_imc memory allocation for cpu 0 failed\n[ 0.468993][ T1] IMC PMU core_imc Register failed\n\nI tracked down that bad pcb_addr to this line in the code:\n\n pdbar_addr = get_imc_scom_addr_for_quad(phys_core_id,\n pdbar_scom_index[port_id]);\n\nI found that pdbar_scom_index was not initialized because, like mambo, we don't\nhave the IMC catalog in memory. So, in imc_init we error out and never\ninitialize it in setup_imc_scoms.\n\nThis patch adds a chip quirk QUIRK_BML because it seems like a reasonable thing\nto do and it's easy to put a BML {}; in the device tree like Mambo, Awan, etc.\n\nIt is tested on a Rainier and errors are gone and /sys/devices/core_imc shows\nup as expected.\n\nSigned-off-by: Ryan Grimm \nReviewed-By: Madhavan Srinivasan ","shortMessageHtmlLink":"hw/imc: Detect BML and fix core counters"}},{"before":"5c1dc620a01d1d488f1cc77c0431d54c8461818e","after":"48265d110bba2493c503f1090e969dbd53c4e264","ref":"refs/heads/staging","pushedAt":"2023-11-27T16:42:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rpgrimm","name":null,"path":"/rpgrimm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5467256?s=80&v=4"},"commit":{"message":"hw/imc: Detect BML and fix core counters\n\nOn systems running BML we started noticing this in the skiboot log:\n\n[ 409.088819302,3] XSCOM: write error gcid=0x0 pcb_addr=0x20000060 stat=0x4\n[ 409.088823446,3] ELOG: Error getting buffer to log error\n[ 409.088824806,3] XSCOM: Write failed, ret = -26\n[ 409.088825797,3] IMC: error in xscom_write for pdbar\n[ 0.468976][ T19] core_imc memory allocation for cpu 0 failed\n[ 0.468993][ T1] IMC PMU core_imc Register failed\n\nI tracked down that bad pcb_addr to this line in the code:\n\n pdbar_addr = get_imc_scom_addr_for_quad(phys_core_id,\n pdbar_scom_index[port_id]);\n\nI found that pdbar_scom_index was not initialized because, like mambo, we don't\nhave the IMC catalog in memory. So, in imc_init we error out and never\ninitialize it in setup_imc_scoms.\n\nThis patch adds a chip quirk QUIRK_BML because it seems like a reasonable thing\nto do and it's easy to put a BML {}; in the device tree like Mambo, Awan, etc.\n\nIt is tested on a Rainier and errors are gone and /sys/devices/core_imc shows\nup as expected.\n\nSigned-off-by: Ryan Grimm \nReviewed-By: Madhavan Srinivasan ","shortMessageHtmlLink":"hw/imc: Detect BML and fix core counters"}},{"before":"3eeed5dab284bbc459c7a921e94c603e45d8d92c","after":"dddc9abbc6c1de159a2708dcdb207fa7dde4b54c","ref":"refs/heads/gh-pages","pushedAt":"2023-10-11T21:12:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ open-power/skiboot@5c1dc620a01d1d488f1cc77c0431d54c8461818e πŸš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 5c1dc62 πŸš€"}},{"before":"91045843e3b4e25a34760273abd200b7e8234788","after":"5c1dc620a01d1d488f1cc77c0431d54c8461818e","ref":"refs/heads/master","pushedAt":"2023-10-11T21:10:48.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"rarbab","name":"Reza Arbab","path":"/rarbab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4549969?s=80&v=4"},"commit":{"message":"hdata: Use existing define for PCIA signature check\n\nSigned-off-by: Nicholas Piggin \nSigned-off-by: Reza Arbab ","shortMessageHtmlLink":"hdata: Use existing define for PCIA signature check"}},{"before":"d5f51bebb1749ee36867aa81689cb1cec5c18d88","after":"5c1dc620a01d1d488f1cc77c0431d54c8461818e","ref":"refs/heads/staging","pushedAt":"2023-10-11T20:09:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rarbab","name":"Reza Arbab","path":"/rarbab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4549969?s=80&v=4"},"commit":{"message":"hdata: Use existing define for PCIA signature check\n\nSigned-off-by: Nicholas Piggin \nSigned-off-by: Reza Arbab ","shortMessageHtmlLink":"hdata: Use existing define for PCIA signature check"}},{"before":"91045843e3b4e25a34760273abd200b7e8234788","after":"d5f51bebb1749ee36867aa81689cb1cec5c18d88","ref":"refs/heads/staging","pushedAt":"2023-10-11T19:10:51.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"rarbab","name":"Reza Arbab","path":"/rarbab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4549969?s=80&v=4"},"commit":{"message":"hdata: Use existing define for PCIA signature check\n\nSigned-off-by: Nicholas Piggin \nSigned-off-by: Reza Arbab ","shortMessageHtmlLink":"hdata: Use existing define for PCIA signature check"}},{"before":"94f797b064f3866d9e2d1c23743205281afddc7a","after":"3eeed5dab284bbc459c7a921e94c603e45d8d92c","ref":"refs/heads/gh-pages","pushedAt":"2023-09-18T13:50:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ open-power/skiboot@91045843e3b4e25a34760273abd200b7e8234788 πŸš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 9104584 πŸš€"}},{"before":"3d634a147b49ecb93a9a851433140f91d1efd74a","after":"91045843e3b4e25a34760273abd200b7e8234788","ref":"refs/heads/master","pushedAt":"2023-09-18T13:48:29.000Z","pushType":"push","commitsCount":52,"pusher":{"login":"rarbab","name":"Reza Arbab","path":"/rarbab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4549969?s=80&v=4"},"commit":{"message":"hw/imc: Update IMC PMU node names for power10\n\nThe nest IMC (In Memory Collection) Performance Monitoring\nUnit(PMU) node names are saved as \"struct nest_pmus_struct\"\nin the \"hw/imc.c\" IMC code. Not all the IMC PMUs listed in\nthe device tree may be available. Nest IMC PMU names along with\ntheir bit values is represented in imc availability vector.\nThis struct is used to remove the unavailable nodes by checking\nthis vector.\n\nFor power10, the imc_chip_avl_vector ie, imc availability vector\n( which is a part of the IMC control block structure ), has\nchange in mapping of units and bit positions. Hence rename the\nexisting nest_pmus array to nest_pmus_p9 and add entry for power10\nas nest_pmus_p10.\n\nAlso the avl_vector has another change in bit positions 11:34. These\nbit positions tells the availability of Xlink/Alink/CAPI. There\nare total 8 links and three bit field combination says which link\nis available. Patch implements all these change to handle\nnest_pmus_p10.\n\nSigned-off-by: Athira Rajeev \nSigned-off-by: Reza Arbab ","shortMessageHtmlLink":"hw/imc: Update IMC PMU node names for power10"}},{"before":"25fe73251c2ca59b3cd52a5ac956fcc00bc2bc73","after":"91045843e3b4e25a34760273abd200b7e8234788","ref":"refs/heads/staging","pushedAt":"2023-09-15T19:25:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rarbab","name":"Reza Arbab","path":"/rarbab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4549969?s=80&v=4"},"commit":{"message":"hw/imc: Update IMC PMU node names for power10\n\nThe nest IMC (In Memory Collection) Performance Monitoring\nUnit(PMU) node names are saved as \"struct nest_pmus_struct\"\nin the \"hw/imc.c\" IMC code. Not all the IMC PMUs listed in\nthe device tree may be available. Nest IMC PMU names along with\ntheir bit values is represented in imc availability vector.\nThis struct is used to remove the unavailable nodes by checking\nthis vector.\n\nFor power10, the imc_chip_avl_vector ie, imc availability vector\n( which is a part of the IMC control block structure ), has\nchange in mapping of units and bit positions. Hence rename the\nexisting nest_pmus array to nest_pmus_p9 and add entry for power10\nas nest_pmus_p10.\n\nAlso the avl_vector has another change in bit positions 11:34. These\nbit positions tells the availability of Xlink/Alink/CAPI. There\nare total 8 links and three bit field combination says which link\nis available. Patch implements all these change to handle\nnest_pmus_p10.\n\nSigned-off-by: Athira Rajeev \nSigned-off-by: Reza Arbab ","shortMessageHtmlLink":"hw/imc: Update IMC PMU node names for power10"}},{"before":"74a70f8b5ab22a6284299dfdd71d6326d0717482","after":"25fe73251c2ca59b3cd52a5ac956fcc00bc2bc73","ref":"refs/heads/staging","pushedAt":"2023-09-12T20:38:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rarbab","name":"Reza Arbab","path":"/rarbab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4549969?s=80&v=4"},"commit":{"message":"opal-ci: Use the Fedora container registry\n\nThe Fedora images in the Docker hub container registry are updated less\nfrequently and lag the ones from Fedora's offical repo.\n\nIn my experience, this often leads to periods where our CI testing is\nbroken on rawhide due to some short-lived issue that is already fixed in\ncurrent images.\n\nSo, change our Dockerfiles to pull specifically from the upstream\nregistry.fedoraproject.org instead.\n\nSigned-off-by: Reza Arbab ","shortMessageHtmlLink":"opal-ci: Use the Fedora container registry"}},{"before":"3d634a147b49ecb93a9a851433140f91d1efd74a","after":"74a70f8b5ab22a6284299dfdd71d6326d0717482","ref":"refs/heads/staging","pushedAt":"2023-09-12T19:29:36.000Z","pushType":"push","commitsCount":48,"pusher":{"login":"rarbab","name":"Reza Arbab","path":"/rarbab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4549969?s=80&v=4"},"commit":{"message":"platforms/astbmc: Enable PLDM support\n\nLast BMC firmware is available with a complete PLDM support on Rainier\nsystem.\nThis patch allows initially to:\n- Initialize the MCTP core.\n- Enable the mctp binding over LPC bus interface and new wrappers to send\nand receive PLDM messages over the mctp library.\n- Retrieve all needed PLDM data.\n- \"Virtualize\" the content of a BMC flash based on lid files.\n\nThen, others mandatory support (watchdog, opal rtc, opal ipmi) are enabled.\n\nSigned-off-by: Christophe Lombard \nSigned-off-by: Reza Arbab ","shortMessageHtmlLink":"platforms/astbmc: Enable PLDM support"}},{"before":"bf60a094d3c6a4f8ec05607715191eacaa9e19bb","after":"94f797b064f3866d9e2d1c23743205281afddc7a","ref":"refs/heads/gh-pages","pushedAt":"2023-08-09T21:24:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ open-power/skiboot@3d634a147b49ecb93a9a851433140f91d1efd74a πŸš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 3d634a1 πŸš€"}},{"before":"8fe7ea7c1515746299129cc56eff266c7a340950","after":"3d634a147b49ecb93a9a851433140f91d1efd74a","ref":"refs/heads/master","pushedAt":"2023-08-09T21:23:23.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"rarbab","name":"Reza Arbab","path":"/rarbab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4549969?s=80&v=4"},"commit":{"message":"Makefile: Link final elf with --no-warn-rwx-segments\n\nNo system loads skiboot as an ELF, so the segment information is not\nused.\n\nAvoids these warnings with binutils as of 2.39:\n\n powerpc64-linux-gnu-ld: warning: skiboot.tmp.elf has a LOAD segment with RWX permissions\n powerpc64-linux-gnu-ld: warning: skiboot.elf has a LOAD segment with RWX permissions\n\nSigned-off-by: Joel Stanley \n[arbab: Use try-ldflag for builders with pre-2.39 binutils]\nSigned-off-by: Reza Arbab ","shortMessageHtmlLink":"Makefile: Link final elf with --no-warn-rwx-segments"}},{"before":"c23202fa98b90839e723c9b89e4d206d6d6c96dc","after":"3d634a147b49ecb93a9a851433140f91d1efd74a","ref":"refs/heads/staging","pushedAt":"2023-08-09T20:56:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rarbab","name":"Reza Arbab","path":"/rarbab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4549969?s=80&v=4"},"commit":{"message":"Makefile: Link final elf with --no-warn-rwx-segments\n\nNo system loads skiboot as an ELF, so the segment information is not\nused.\n\nAvoids these warnings with binutils as of 2.39:\n\n powerpc64-linux-gnu-ld: warning: skiboot.tmp.elf has a LOAD segment with RWX permissions\n powerpc64-linux-gnu-ld: warning: skiboot.elf has a LOAD segment with RWX permissions\n\nSigned-off-by: Joel Stanley \n[arbab: Use try-ldflag for builders with pre-2.39 binutils]\nSigned-off-by: Reza Arbab ","shortMessageHtmlLink":"Makefile: Link final elf with --no-warn-rwx-segments"}},{"before":"9eb287483f1f95cc77b14893734bfd7a63652283","after":"c23202fa98b90839e723c9b89e4d206d6d6c96dc","ref":"refs/heads/staging","pushedAt":"2023-08-09T19:00:59.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"rarbab","name":"Reza Arbab","path":"/rarbab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4549969?s=80&v=4"},"commit":{"message":"pci: Remove MVE opal calls\n\nThese callbacks were used by the p7ioc code that was removed a long time\nago. Add them to the list of removed calls and delete the dead code.\n\nLinux has removed the code that called these functions in v6.5-rc1.\n\nSigned-off-by: Joel Stanley \nSigned-off-by: Reza Arbab ","shortMessageHtmlLink":"pci: Remove MVE opal calls"}},{"before":"a6f7a14c69275b904135c0f643731b8125211e38","after":"bf60a094d3c6a4f8ec05607715191eacaa9e19bb","ref":"refs/heads/gh-pages","pushedAt":"2023-07-12T16:50:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ open-power/skiboot@8fe7ea7c1515746299129cc56eff266c7a340950 πŸš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 8fe7ea7 πŸš€"}},{"before":"9eb287483f1f95cc77b14893734bfd7a63652283","after":"8fe7ea7c1515746299129cc56eff266c7a340950","ref":"refs/heads/master","pushedAt":"2023-07-12T16:47:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"rarbab","name":"Reza Arbab","path":"/rarbab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4549969?s=80&v=4"},"commit":{"message":"init: Add a newline to the LPAR-per-core warning\n\nSigned-off-by: Joel Stanley \nSigned-off-by: Reza Arbab ","shortMessageHtmlLink":"init: Add a newline to the LPAR-per-core warning"}},{"before":"11d7984f335862bfc43be97222529463a00b88a1","after":"a6f7a14c69275b904135c0f643731b8125211e38","ref":"refs/heads/gh-pages","pushedAt":"2023-07-11T14:36:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ open-power/skiboot@9eb287483f1f95cc77b14893734bfd7a63652283 πŸš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 9eb2874 πŸš€"}},{"before":"25e28eae9acb0275b7c3a7f3377327b30aae6b5c","after":"9eb287483f1f95cc77b14893734bfd7a63652283","ref":"refs/heads/master","pushedAt":"2023-07-11T14:35:09.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"rarbab","name":"Reza Arbab","path":"/rarbab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4549969?s=80&v=4"},"commit":{"message":"pau: Fix a build error with GCC 13.1.1\n\nCompiling hmi.c with GCC 13.1.1 results in following error\n\ncore/hmi.c:860:25: error: β€˜pau’ may be used uninitialized [-Werror=maybe-uninitialized]\n 860 | pau_opencapi_dump_scoms(pau);\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nFix this by initializing variable 'pau' with NULL when defined in\nnpu_fir_errors(). Variable 'pau' is only assigned/referenced in switch-case\nblocks when phb_type == phb_type_pau_opencapi. Hence this patch shouldn't\nintroduce any behavioral changes.\n\nSigned-off-by: Vaibhav Jain \nSigned-off-by: Reza Arbab ","shortMessageHtmlLink":"pau: Fix a build error with GCC 13.1.1"}},{"before":"b1001c4cdfea2db68633b8a466b9eae79deece69","after":"9eb287483f1f95cc77b14893734bfd7a63652283","ref":"refs/heads/staging","pushedAt":"2023-07-11T14:25:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rarbab","name":"Reza Arbab","path":"/rarbab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4549969?s=80&v=4"},"commit":{"message":"pau: Fix a build error with GCC 13.1.1\n\nCompiling hmi.c with GCC 13.1.1 results in following error\n\ncore/hmi.c:860:25: error: β€˜pau’ may be used uninitialized [-Werror=maybe-uninitialized]\n 860 | pau_opencapi_dump_scoms(pau);\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nFix this by initializing variable 'pau' with NULL when defined in\nnpu_fir_errors(). Variable 'pau' is only assigned/referenced in switch-case\nblocks when phb_type == phb_type_pau_opencapi. Hence this patch shouldn't\nintroduce any behavioral changes.\n\nSigned-off-by: Vaibhav Jain \nSigned-off-by: Reza Arbab ","shortMessageHtmlLink":"pau: Fix a build error with GCC 13.1.1"}},{"before":"25e28eae9acb0275b7c3a7f3377327b30aae6b5c","after":"b1001c4cdfea2db68633b8a466b9eae79deece69","ref":"refs/heads/staging","pushedAt":"2023-07-11T14:15:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"rarbab","name":"Reza Arbab","path":"/rarbab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4549969?s=80&v=4"},"commit":{"message":"Support cross compiling on RISC-V\n\nSigned-off-by: Andreas Schwab \nSigned-off-by: Reza Arbab ","shortMessageHtmlLink":"Support cross compiling on RISC-V"}},{"before":"af95aef211be756dc928c5e9aff3cef504409b9c","after":"11d7984f335862bfc43be97222529463a00b88a1","ref":"refs/heads/gh-pages","pushedAt":"2023-06-06T19:01:03.717Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ open-power/skiboot@25e28eae9acb0275b7c3a7f3377327b30aae6b5c πŸš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 25e28ea πŸš€"}},{"before":"09fb9548e2e96a9958936486f4cb1e2594475aff","after":"25e28eae9acb0275b7c3a7f3377327b30aae6b5c","ref":"refs/heads/master","pushedAt":"2023-06-06T18:59:12.960Z","pushType":"push","commitsCount":9,"pusher":{"login":"rarbab","name":"Reza Arbab","path":"/rarbab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4549969?s=80&v=4"},"commit":{"message":"core/init: Move opal_mpipl_init earlier\n\nThere doesn't seem to be any reason to call opal_mpipl_init so late,\nafter sleep, traps, interrupts, machine checks, watchdog, etc., are\nall disabled. Move it earlier.\n\nSigned-off-by: Nicholas Piggin \nSigned-off-by: Reza Arbab ","shortMessageHtmlLink":"core/init: Move opal_mpipl_init earlier"}},{"before":"ad06a20d7b7aabea3e1a6a5e52ffeafe9c5b348f","after":"25e28eae9acb0275b7c3a7f3377327b30aae6b5c","ref":"refs/heads/staging","pushedAt":"2023-06-06T18:34:34.899Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rarbab","name":"Reza Arbab","path":"/rarbab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4549969?s=80&v=4"},"commit":{"message":"core/init: Move opal_mpipl_init earlier\n\nThere doesn't seem to be any reason to call opal_mpipl_init so late,\nafter sleep, traps, interrupts, machine checks, watchdog, etc., are\nall disabled. Move it earlier.\n\nSigned-off-by: Nicholas Piggin \nSigned-off-by: Reza Arbab ","shortMessageHtmlLink":"core/init: Move opal_mpipl_init earlier"}},{"before":"ccb11b429a5fe798ba6027c3fee11a83fa70f081","after":"ad06a20d7b7aabea3e1a6a5e52ffeafe9c5b348f","ref":"refs/heads/staging","pushedAt":"2023-06-06T18:27:13.146Z","pushType":"push","commitsCount":8,"pusher":{"login":"rarbab","name":"Reza Arbab","path":"/rarbab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4549969?s=80&v=4"},"commit":{"message":"core/init: Move opal_mpipl_init earlier\n\nThere doesn't seem to be any reason to call opal_mpipl_init so late,\nafter sleep, traps, interrupts, machine checks, watchdog, etc., are\nall disabled. Move it earlier.\n\nSigned-off-by: Nicholas Piggin \nSigned-off-by: Reza Arbab ","shortMessageHtmlLink":"core/init: Move opal_mpipl_init earlier"}},{"before":"ad06a20d7b7aabea3e1a6a5e52ffeafe9c5b348f","after":"ccb11b429a5fe798ba6027c3fee11a83fa70f081","ref":"refs/heads/staging","pushedAt":"2023-06-06T18:25:17.326Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rarbab","name":"Reza Arbab","path":"/rarbab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4549969?s=80&v=4"},"commit":{"message":"opal-ci: Drop fedora36, add fedora38\n\nFedora 36 has reached end-of-life. Remove it and add Fedora 38.\n\nSigned-off-by: Reza Arbab \nReviewed-by: Dan HorΓ‘k ","shortMessageHtmlLink":"opal-ci: Drop fedora36, add fedora38"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD1k3yfAA","startCursor":null,"endCursor":null}},"title":"Activity Β· open-power/skiboot"}