Home
last modified time | relevance | path

Searched hist:"789 b6dceccbb852b0be235334b713467f88e2f8e" (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/lib/
H A Dcoreboot_table.c789b6dceccbb852b0be235334b713467f88e2f8e Wed May 11 14:44:59 UTC 2016 Bin Meng <bmeng.cn@gmail.com> x86: Prepare configuration tables in dedicated high memory region

Currently when CONFIG_SEABIOS is on, U-Boot allocates configuration
tables via normal malloc(). To simplify, use a dedicated memory
region which is reserved on the stack before relocation for this
purpose. Add functions for reserve and malloc.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dcoreboot_tables.h789b6dceccbb852b0be235334b713467f88e2f8e Wed May 11 14:44:59 UTC 2016 Bin Meng <bmeng.cn@gmail.com> x86: Prepare configuration tables in dedicated high memory region

Currently when CONFIG_SEABIOS is on, U-Boot allocates configuration
tables via normal malloc(). To simplify, use a dedicated memory
region which is reserved on the stack before relocation for this
purpose. Add functions for reserve and malloc.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
H A Dglobal_data.h789b6dceccbb852b0be235334b713467f88e2f8e Wed May 11 14:44:59 UTC 2016 Bin Meng <bmeng.cn@gmail.com> x86: Prepare configuration tables in dedicated high memory region

Currently when CONFIG_SEABIOS is on, U-Boot allocates configuration
tables via normal malloc(). To simplify, use a dedicated memory
region which is reserved on the stack before relocation for this
purpose. Add functions for reserve and malloc.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/arch/x86/
H A DKconfig789b6dceccbb852b0be235334b713467f88e2f8e Wed May 11 14:44:59 UTC 2016 Bin Meng <bmeng.cn@gmail.com> x86: Prepare configuration tables in dedicated high memory region

Currently when CONFIG_SEABIOS is on, U-Boot allocates configuration
tables via normal malloc(). To simplify, use a dedicated memory
region which is reserved on the stack before relocation for this
purpose. Add functions for reserve and malloc.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>