arch: arm: mach-k3: common: Return a pointer after setting page table
[platform/kernel/u-boot.git] / arch /
2023-07-21 Nikhil M Jainarch: arm: mach-k3: common: Return a pointer after...
2023-07-21 Bryan Brattlofarm: mach-k3: am62a7: change some prints to debug prints
2023-07-21 Tom Riniarm: omap2: Fix warning in force_emif_self_refresh
2023-07-21 Emanuele Ghidoliarm: mach-k3: am62: Fixup CPU core, gpu and pru nodes...
2023-07-21 Emanuele Ghidoliarm: mach-k3: am62: Add CTRLMMR_WKUP_JTAG_DEVICE_ID...
2023-07-21 Emanuele Ghidoliarm: k3: Fix ft_system_setup so it can be enabled on...
2023-07-21 Nishanth Menonarm: dts: Fix build of am62a7 dtbs
2023-07-21 Nishanth Menonarm: mach-k3: *: dev-data: Update to use ARRAY_SIZE
2023-07-21 Vignesh Raghavendraarm: mach-k3: am62a7_init: Open up FSS_DAT_REG3 firewall
2023-07-21 Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2023-07-21 Tom RiniMerge tag 'xilinx-for-v2023.10-rc1-v2' of https://sourc...
2023-07-21 Michal Simekarm64: zynqmp: Remove clock-names from pcap node
2023-07-21 Michal Simekarm64: zynqmp: Rename ams_ps/pl node names
2023-07-21 Michal Simekarm64: zynqmp: Remove interrupt/reg-names for AMS
2023-07-21 Piyush Mehtaarm64: zynqmp: remove snps, enable_guctl1_resume_quirk...
2023-07-21 Radhey Shyam Pandeyarm64: zynqmp: add pmu interrupt-affinity
2023-07-21 Michal Simekarm64: zynqmp: Sync node name address with reg (mailbox)
2023-07-21 Radhey Shyam Pandeyarm64: zynqmp: Add L2 cache nodes
2023-07-21 Michal Simekarm64: zynqmp: Fix usb reset over bootmode pins on...
2023-07-21 Michal Simekarm64: zynqmp: Cover K24 revB/1 SOM
2023-07-21 Michal Simekarm64: zynqmp: Record compatible string for kv260 rev2
2023-07-21 Harini Katakamarm64: zynqmp: Assign TSU clock frequency for KV and...
2023-07-21 Harini Katakamarm64: zynqmp: Increase reset assert time for TI SGMII PHY
2023-07-21 Michal Simekarm64: zynqmp: Fix gpio comment about No of gpios
2023-07-21 Harini Katakamarm64: zynqmp: Assign TSU clock frequency for KR260
2023-07-21 Parth Gajjararm64: zynqmp: Update MALI 400 interrupt and clock...
2023-07-21 Manikanta Guntupallixilinx: dts: Fix open drain warning on Zynq, ZynqMP...
2023-07-21 Varalaxmi Bingiarm: xilinx: Setting default i2c clock frequency to...
2023-07-21 Michal Simekarm64: zynqmp: Switch to amd.com emails
2023-07-21 Michal Simekxilinx: Consolidate zynqmp_mmio_read/write in zynqmp_fi...
2023-07-21 Ashok Reddy Somaxilinx: versal-net: Add mini eMMC 5.1 configuration
2023-07-21 Ashok Reddy Somaxilinx: versal-net: Add mini ospi configuration
2023-07-21 Ashok Reddy Somaxilinx: versal-net: Add mini qspi configuration
2023-07-21 Ashok Reddy Somacadence_qspi: Enable flash reset for Versal NET platform
2023-07-21 Sharath Kumar Dasariarm64: zynqmp: Fix the memory node for k26/k24 kria...
2023-07-21 Tom RiniMerge tag 'dm-pull-20jul23' of https://source.denx...
2023-07-21 Tom RiniMerge branch '2023-07-20-assorted-CI-updates'
2023-07-20 Mikhail Kalashnikovsunxi: H616: add LPDDR3 DRAM support
2023-07-20 Mikhail Kalashnikovsunxi: H616: add DRAM type selection
2023-07-20 Andre Przywarasunxi: H616: dram: split struct dram_para
2023-07-20 Andre Przywarasunxi: H616: dram: const-ify DRAM function parameters
2023-07-20 Andre Przywarasunxi: dram: make MBUS configuration functions static
2023-07-20 Andre Przywarasunxi: Kconfig: rework PHY_USB_SUN4I selection
2023-07-20 Simon Glassstm32mp15: Avoid writing symbols in SPL
2023-07-20 Sergei Antonovsandbox: fix a compilation error
2023-07-20 Tom Riniarm: mx5: Correct mxc_set_clock function prototype
2023-07-20 Tom Rinimips: octeon: Correct types in cvmx-pko3-queue
2023-07-19 Tom RiniMerge tag 'fsl-qoriq-2023-7-13' of https://source.denx...
2023-07-17 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot-x86
2023-07-17 Simon Glassx86: Switch QEMU over to use the bochs driver
2023-07-17 Simon Glassx86: Make sure that the LPC is active before SDRAM...
2023-07-17 Simon Glassx86: link: Support Micron memory
2023-07-17 Simon Glassx86: Convert some debug statements to use logging
2023-07-17 Simon Glassx86: Record the start and end of the tables
2023-07-17 Simon Glassx86: Refactor table-writing code a little
2023-07-17 Simon Glassx86: Allow logging to be used in SPL reliably
2023-07-17 Simon Glassx86: Init video in SPL if enabled
2023-07-17 Simon Glassx86: Ensure SPL banner is only shown once
2023-07-17 Simon Glassx86: Allow video-BIOS code to be built for SPL
2023-07-17 Simon Glassx86: Improve the trampoline in 64-bit mode
2023-07-17 Simon Glassx86: Show an error when a BIOS exception occurs
2023-07-17 Simon Glassx86: Correct get_sp() implementation for 64-bit
2023-07-17 Simon Glassx86: Show the CPU physical address size with bdinfo
2023-07-17 Simon Glassx86: Add a comment for board_init_f_r_trampoline()
2023-07-17 Simon Glassx86: Tidy up EFI code in interrupt_init()
2023-07-17 Simon Glassx86: Allow listing MTRRs in SPL
2023-07-17 Simon Glassx86: zimage: Export the function to obtain the cmdline
2023-07-17 Simon Glassx86: Add a function to boot a zimage
2023-07-16 Tom RiniMerge tag 'video-20230714' of https://source.denx.de...
2023-07-15 Tom RiniMerge tag 'efi-2023-10-rc1' of https://source.denx...
2023-07-14 Tom RiniMerge branch '2023-07-14-assorted-general-updates'
2023-07-14 Christophe Leroypowerpc: Fix flush_cache() speed regression
2023-07-14 Jim Liuarch: arm: npcm8xx: add cpu version and 4G ram support
2023-07-14 Jim LiuARM: dts: npcm8xx: fix dts node error
2023-07-14 Tom RiniMerge branch '2023-07-14-nuvoton-platform-updates'
2023-07-14 Tom RiniMerge branch '2023-07-14-expo-initial-config-editor'
2023-07-14 Simon Glassexpo: Add tests for the configuration editor
2023-07-14 Simon Glassexpo: Support building an expo from a description file
2023-07-14 Simon Glassexpo: Add spacing around menus and items
2023-07-14 Simon Glasssandbox: Fix quiting when the LCD window is closed
2023-07-14 Jim Liuarch: arm: npcm8xx: add cpu version and 4G ram support
2023-07-14 Jim LiuARM: dts: npcm8xx: fix dts node error
2023-07-14 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-spi
2023-07-14 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2023-07-14 Tom RiniMerge tag 'u-boot-imx-20230713' of https://gitlab.denx...
2023-07-13 Chris Packhamarm: mvebu: Remove unused alias from RC AC5X dts
2023-07-13 Chris Packhamarm: mvebu: Add Allied Telesis x240 board
2023-07-13 Fabio Estevammx23_olinuxino: Convert to CONFIG_DM_SERIAL
2023-07-13 Fabio Estevammx23evk: Convert to CONFIG_DM_SERIAL
2023-07-13 Fabio Estevammx28evk: Convert to CONFIG_DM_SERIAL
2023-07-13 Andrejs Cainikovsarm64: dts: verdin-imx8mp: add ctrl_sleep_moci# hog
2023-07-13 Andrejs Cainikovsarm64: dts: verdin-imx8mm: add ctrl_sleep_moci# hog
2023-07-13 Marcel Ziswilerverdin-imx8mm/verdin-imx8mp: synchronise device trees...
2023-07-13 Adam Fordarm: dts: imx8mp-beacon-kit: Enable USB Power domains
2023-07-13 Adam Fordarm: dts: imx8mp: Sync the DT with kernel 6.4-rc4
2023-07-13 Hugo Villeneuveimx8mn-var-som: adjust PHY reset gpios according to...
2023-07-13 Marek VasutARM: imx: romapi: Fix signed integer bitwise ops misuse
2023-07-13 Tim Harveyconfigs: imx8m: Prepare imx8m-venice boards for HAB...
2023-07-13 Maximus Sunimx: priblob: Update to use structure
2023-07-13 Peng Fanimx: imx8m: add CAAM_BASE_ADDR
next