Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
4078fec1ee6a908821051e849763ac63d0e9c62a
/
arch
/
microblaze
/
cpu
4050eb6
Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next
by Tom Rini
· Mon Jun 27 10:15:50 2022 -0400
3ebef53
microblaze: Remove interrupt handler
by Michal Simek
· Fri Jun 24 14:16:32 2022 +0200
e8e5277
microblaze: Convert axi timer to DM driver
by Michal Simek
· Fri Jun 24 14:16:32 2022 +0200
64be978
cpu: add CPU driver for microblaze
by Ovidiu Panait
· Tue May 31 21:14:35 2022 +0300
a850c32
microblaze: add support for handling PVR data
by Ovidiu Panait
· Tue May 31 21:14:34 2022 +0300
9782f08
microblaze: cache: introduce flush_dcache_range()
by Ovidiu Panait
· Tue May 31 21:14:32 2022 +0300
87a739e
microblaze: cache: introduce cpuinfo structure
by Ovidiu Panait
· Tue May 31 21:14:31 2022 +0300
bc159c1
microblaze: cache: introduce flush_cache_all()
by Ovidiu Panait
· Tue May 31 21:14:30 2022 +0300
8713bb6
microblaze: cache: introduce Kconfig options for icache/dcache sizes
by Ovidiu Panait
· Tue May 31 21:14:29 2022 +0300
e731f15
microblaze: cache: split flush_cache() function
by Ovidiu Panait
· Tue May 31 21:14:28 2022 +0300
52b5c2e
microblaze: cache: improve icache Kconfig options
by Ovidiu Panait
· Tue May 31 21:14:27 2022 +0300
3ab2bed
microblaze: cache: improve dcache Kconfig options
by Ovidiu Panait
· Tue May 31 21:14:26 2022 +0300
4e78eb2
microblaze: cache: replace XILINX_USE_DCACHE -> CONFIG_DCACHE
by Ovidiu Panait
· Tue May 31 21:14:25 2022 +0300
331872a
microblaze: start.S: remove unused code
by Ovidiu Panait
· Tue May 31 21:14:24 2022 +0300
f942ebb
microblaze: Add support for run time relocation
by Michal Simek
· Fri Jun 24 14:15:01 2022 +0200
a8e5d75
microblaze: Create SYM_ADDR macro to deal with symbols
by Michal Simek
· Fri Jun 24 14:15:00 2022 +0200
fa43ada
microblaze: Add comment about reset location
by Michal Simek
· Fri Jun 24 14:15:00 2022 +0200
e7d1e44
microblaze: Remove _start symbol handling at U-Boot start
by Michal Simek
· Fri Jun 24 14:15:00 2022 +0200
da0a12a
microblaze: Remove code around r20 in relocate_code()
by Michal Simek
· Fri Jun 24 14:15:00 2022 +0200
ca0fe05
microblaze: Optimize register usage in relocate_code
by Michal Simek
· Fri Jun 24 14:15:00 2022 +0200
32b80be
microblaze: Change stack protection address to new stack address
by Michal Simek
· Fri Jun 24 14:15:00 2022 +0200
9873008
microblaze: Separate code end substraction
by Michal Simek
· Fri Jun 24 14:15:00 2022 +0200
b4db8ec
microblaze: Fix typo in exception.c
by Michal Simek
· Fri Jun 24 14:14:59 2022 +0200
cc1495a
microblaze: Remove CONFIG_TEXT_BASE from code
by Michal Simek
· Fri Jun 24 14:14:59 2022 +0200
653152d
microblaze: Fix early stack allocation
by Michal Simek
· Fri Jun 24 14:14:59 2022 +0200
2d92f87
microblaze: Fix stack protection behavior
by Michal Simek
· Fri Jun 24 14:14:59 2022 +0200
8f57aec
microblaze: Switch absolute branches to relative
by Michal Simek
· Fri Jun 24 14:14:59 2022 +0200
5a9095c
linker_lists: Rename sections to remove . prefix
by Andrew Scull
· Mon May 30 10:00:04 2022 +0000
8a14ac4
Convert CONFIG_SPL_STACK to Kconfig
by Tom Rini
· Thu May 26 13:13:21 2022 -0400
82d2263
microblaze: exception: fix unaligned data access register mask
by Ovidiu Panait
· Sun Feb 13 10:09:24 2022 +0200
d96eb81
microblaze: exception: move unaligned access printfs inside switch case
by Ovidiu Panait
· Sun Feb 13 10:09:23 2022 +0200
fd01d6d
microblaze: exception: fix return address for delay slot exceptions
by Ovidiu Panait
· Sun Feb 13 10:09:22 2022 +0200
d1d22c7
microblaze: exception: fix delay slot exception handling
by Ovidiu Panait
· Sun Feb 13 10:09:21 2022 +0200
866ead9
microblaze: exception: migrate MICROBLAZE_V5 to Kconfig
by Ovidiu Panait
· Sun Feb 13 10:09:20 2022 +0200
da4700e
microblaze: exception: move privileged instruction exception out of v5 ifdef
by Ovidiu Panait
· Sun Feb 13 10:09:19 2022 +0200
9f97ced
microblaze: branch to base vector address on reset
by Ovidiu Panait
· Tue Nov 30 18:33:57 2021 +0200
e165fa5
microblaze: start.S: add support for configurable vector base address
by Ovidiu Panait
· Tue Nov 30 18:33:56 2021 +0200
39415f7
microblaze: migrate CONFIG_SYS_USR_EXCEP to Kconfig
by Ovidiu Panait
· Tue Nov 30 18:33:54 2021 +0200
c7c11c8
microblaze: drop CONFIG_SYS_RESET_ADDRESS macro
by Ovidiu Panait
· Tue Nov 30 18:33:53 2021 +0200
ff759b3
microblaze: start.S: use stack space as scratch memory for endian offset
by Ovidiu Panait
· Tue Nov 30 18:33:52 2021 +0200
3d68e1f
microblaze: spl: add board_boot_order() implementation
by Ovidiu Panait
· Tue Nov 30 18:33:50 2021 +0200
76e5113
microblaze: u-boot.lds: replace __end symbol with _end
by Ovidiu Panait
· Tue Nov 30 18:33:49 2021 +0200
3ba929a
common: Drop asm/global_data.h from common header
by Simon Glass
· Fri Oct 30 21:38:53 2020 -0600
7d8314a
microblaze: Enable GCC garbage collector for full U-Boot
by Michal Simek
· Wed Nov 04 14:01:45 2020 +0100
e6dbb8b
microblaze: start.S: Use board_init_f_alloc/init in early init
by Ovidiu Panait
· Thu Sep 24 11:54:37 2020 +0300
9855835
microblaze: start.S: Factor out exception setup code to __setup_exceptions
by Ovidiu Panait
· Thu Sep 24 11:54:36 2020 +0300
dbd7954
common: Drop linux/delay.h from common header
by Simon Glass
· Sun May 10 11:40:11 2020 -0600
0f2af88
common: Drop log.h from common header
by Simon Glass
· Sun May 10 11:40:05 2020 -0600
ed38aef
command: Remove the cmd_tbl_t typedef
by Simon Glass
· Sun May 10 11:40:03 2020 -0600
9758973
common: Drop init.h from common header
by Simon Glass
· Sun May 10 11:40:02 2020 -0600
274e0b0
common: Drop net.h from common header
by Simon Glass
· Sun May 10 11:39:56 2020 -0600
f11478f
common: Move hang() to the same header as panic()
by Simon Glass
· Sat Dec 28 10:45:07 2019 -0700
9b61c7c
common: Move interrupt functions into a new header
by Simon Glass
· Thu Nov 14 12:57:41 2019 -0700
1d91ba7
common: Move some cache and MMU functions out of common.h
by Simon Glass
· Thu Nov 14 12:57:37 2019 -0700
fbf091b
arm: powerpc: Tidy up code style for cache functions
by Simon Glass
· Thu Nov 14 12:57:36 2019 -0700
495a5dc
common: Move get_ticks() function out of common.h
by Simon Glass
· Thu Nov 14 12:57:30 2019 -0700
55df7da
microblaze: Fix tab indentation in start.S
by Michal Simek
· Mon Oct 21 12:20:16 2019 +0200
a76a458
spl: fix linker size check off-by-one errors
by Simon Goldschmidt
· Thu Apr 25 21:22:39 2019 +0200
4e39ea8
microblaze: Convert generic platform to DM gpio
by Michal Simek
· Fri Jul 13 08:26:28 2018 +0200
f54fbc8
microblaze: Do not call timer init that early
by Michal Simek
· Wed Jul 11 14:08:26 2018 +0200
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
bdfb5c4
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· Wed Apr 18 13:50:47 2018 -0400
c2d85e7
microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot
by Andy Yan
· Mon Jul 24 17:49:01 2017 +0800
62b021c
spl: make image arg or fdt blob address reconfigurable
by Vikas Manocha
· Fri Apr 07 15:38:13 2017 -0700
ad400c6
microblaze: Fix endif macro command
by Michal Simek
· Mon Jan 30 12:20:37 2017 +0100
b805c35
spl: Add a parameter to jump_to_image_linux()
by Simon Glass
· Sat Sep 24 18:19:54 2016 -0600
c3d51b9
microblaze: Remove !OF_CONTROL code for timer and interrupt
by Michal Simek
· Mon Feb 15 13:44:19 2016 +0100
cf84885
microblaze: Read information about timer/interrupts from DT
by Michal Simek
· Mon Feb 15 12:10:32 2016 +0100
f2b3451
microblaze: Remove empty file - cpu.c
by Michal Simek
· Fri Dec 11 13:17:35 2015 +0100
b590411
microblaze: Wire-up debug_uart in asm
by Michal Simek
· Thu Dec 10 12:55:39 2015 +0100
6cb4c46
Fix board init code to respect the C runtime environment
by Albert ARIBAUD
· Wed Nov 25 17:56:32 2015 +0100
c6187a4
microblaze: Add a TODO to call board_init_f_mem()
by Simon Glass
· Mon Oct 19 06:50:01 2015 -0600
ffdb488
remove unnecessary version.h includes
by Rob Herring
· Tue Mar 17 15:28:55 2015 -0500
fb089f0
microblaze: spl: Add LISTS to linker script
by Michal Simek
· Tue Feb 03 15:09:52 2015 +0100
fb8e384
microblaze: spl: Do not call mem_malloc_init and use early alloc
by Michal Simek
· Tue Feb 03 16:24:48 2015 +0100
9ea6744
microblaze: Add support for CONFIG_SYS_MALLOC_F_LEN
by Michal Simek
· Fri Jan 30 15:46:43 2015 +0100
a79d658
microblaze: Do not use CONFIG_SYS_GENERIC_GLOBAL_DATA
by Michal Simek
· Fri Jan 30 15:45:02 2015 +0100
a9228f6
microblaze: Speedup code copy
by Michal Simek
· Tue Jan 27 15:10:37 2015 +0100
65e915c
microblaze: Move architecture to use generic board init
by Michal Simek
· Thu May 08 16:08:44 2014 +0200
3f0a5cb
microblaze: Fix gd_t address which is placed at the end of BRAM
by Michal Simek
· Tue Jan 27 14:06:14 2015 +0100
23162f4
microblaze: Remove unused asm label
by Michal Simek
· Tue Jan 27 12:46:07 2015 +0100
b78df3d
microblaze: Use standard interrupt_init() function
by Michal Simek
· Tue Jan 27 12:44:12 2015 +0100
7218061
microblaze: Remove unneeded data section adding from DTB
by Michal Simek
· Mon Jan 26 15:52:48 2015 +0100
056dbe8
microblaze: Add debug message about enabling interrupts
by Michal Simek
· Mon Jan 26 15:25:32 2015 +0100
5e6c747
microblaze: Fix coding style
by Michal Simek
· Mon Jan 26 14:39:22 2015 +0100
baf5175
microblaze: Remove DEBUG_INT macro and use debug() instead
by Michal Simek
· Mon Jan 26 14:37:52 2015 +0100
f73749b
microblaze: Fix coding style in exception.c
by Michal Simek
· Mon Jan 26 14:36:13 2015 +0100
924819c
microblaze: Show return address from exception
by Michal Simek
· Mon Jan 26 14:32:23 2015 +0100
94ea28f
microblaze: Fix stack usage in interrupt handler
by Michal Simek
· Mon Jan 26 14:24:08 2015 +0100
a5e9d6e
microblaze: Support stack protection feature
by Michal Simek
· Tue Nov 04 13:30:14 2014 +0100
2876938
microblaze: Enable hardware exception by default
by Michal Simek
· Tue Nov 04 13:27:52 2014 +0100
26acb3e
microblaze: Add SPL support
by Michal Simek
· Tue Jan 21 07:30:37 2014 +0100
9856529
microblaze: Report priviledged or stack protection exception
by Michal Simek
· Mon Jan 20 21:17:07 2014 +0100
30a198b
Makefile: rename all libraries to built-in.o
by Masahiro Yamada
· Mon Nov 11 14:36:00 2013 +0900
04e7e5a
microblaze: convert makefiles to Kbuild style
by Masahiro Yamada
· Mon Oct 21 11:53:30 2013 +0900
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
c24895e
Refactor linker-generated arrays
by Albert ARIBAUD
· Mon Feb 25 00:59:00 2013 +0000
a62b904
microblaze: Fix compilation failure because of missing libdts
by Michal Simek
· Wed Sep 26 14:24:05 2012 +0200
e3aa3d5
microblaze: Flush caches before enabling them
by Michal Simek
· Tue Sep 25 10:13:35 2012 +0200
efd76dad
common: Discard the __u_boot_cmd section
by Marek Vasut
· Wed Oct 17 00:45:46 2012 +0000
Next »