~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass2023-05-11
* global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-05
* linker_lists: Rename sections to remove . prefixAndrew Scull2022-06-23
* event: Convert arch_cpu_init_dm() to use eventsSimon Glass2022-03-10
* Remove #include <version.h> from files which do not need itPali Rohár2021-09-17
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* cpu: Convert the methods to use a const udevice *Simon Glass2020-07-25
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-24
* cpu: Convert the methods to use a const udevice *Simon Glass2020-07-20
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-18
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-18
* common: Drop init.h from common headerSimon Glass2020-05-18
* common: Move hang() to the same header as panic()Simon Glass2020-01-17
* common: Move relocate_code() to init.hSimon Glass2020-01-17
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-02
* common: Move interrupt functions into a new headerSimon Glass2019-12-02
* arm: powerpc: Tidy up code style for interrupt functionsSimon Glass2019-12-02
* common: Move ARM cache operations out of common.hSimon Glass2019-12-02
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* fdt: Move fdt_fixup_ethernet to a common placeTom Rini2017-05-01
* board_f: Rename initdram() to dram_init()Simon Glass2017-04-13
* dm: core: Replace of_offset with accessorSimon Glass2017-02-08
* Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUPRobert P. J. Day2016-05-27
* dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-14
* nios2: set up the debug UART earlyThomas Chou2016-02-06
* Fix board init code to respect the C runtime environmentAlbert ARIBAUD2016-01-13
* nios2: display altera sysid at startupThomas Chou2015-12-19
* nios2: fix cached mode in clearing the BSSThomas Chou2015-11-06
* nios2: remove CONFIG_SYS_INIT_SP macroThomas Chou2015-11-06
* nios2: change virt_to_phys to use physaddr_mask in global dataThomas Chou2015-11-06
* nios2: fix map_physmem to do real cache mappingThomas Chou2015-11-06
* nios2: convert copy_exception_trampoline to use dm cpu dataThomas Chou2015-10-23
* nios2: convert cache flush to use dm cpu dataThomas Chou2015-10-23
* nios2: set default cache configuration in start.SThomas Chou2015-10-23
* nios2: clean up comments style in start.SThomas Chou2015-10-23
* nios2: convert do_reset to use dm cpu dataThomas Chou2015-10-23
* nios2: convert altera sysid to driver modelThomas Chou2015-10-23
* nios2: convert altera timer to driver modelThomas Chou2015-10-23
* nios2: convert nios2 cpu to driver modelThomas Chou2015-10-23
* nios2: map physical address to uncached virtual addressThomas Chou2015-10-23
* nios2: call board_init_f_memThomas Chou2015-10-23
* nios2: zap version_stringThomas Chou2015-10-23
* nios2: zap dly_clksThomas Chou2015-10-23
* nios2: Split timer code into timer.cThomas Chou2015-10-23
* nios2: Switch to generic timerThomas Chou2015-10-23
* nios2: define _end in link scriptThomas Chou2015-10-23
* nios2: remove gp assignments in link scriptThomas Chou2015-10-23
* nios2: enlarge the code relocation rangeThomas Chou2015-10-23
* nios2: BSS should be cleared only after board_init_fThomas Chou2015-10-23
* fdt: nios: Fix warning in ft_cpu_setup()Simon Glass2015-04-10